Jeanette and Ken Nutsford ([log in to unmask]) wrote:
: MPE has a rename command for files but none for groups or accounts. The
: RESTORE command allows files to be stored to a specific group and account=

: but this can be a labourious approach in the situation where all that is
: required is to change an account name or group name. Are there any tools
: that provide this capability?

: Ken Nutsford

The Posix shell is great for this kind of thing.  Posix can move
all the files for you in one swell foop, but won't actually
create an MPE group.  So the easiest thing to do is:

:newgroup target.account
:sh
shell/iX> cd /ACCOUNT/SOURCE
shell/iX> mv * /ACCOUNT/TARGET

Mike
--
-----------------------------------------------------------------
Mike Yawn
Hewlett-Packard                      email       [log in to unmask]
Commercial Systems Division          Voice         (408) 447-4367
19447 Pruneridge Ave M/S 47UA        Fax           (408) 447-4441
Cupertino, CA  95014
-----------------------------------------------------------------