2.27 Can I move files across account boundaries. The RESTORE command allows files to be stored to a specific group and account, but this can be tedious when all you want is to change an account name/group name. Are there any tools within MPE/iX that provide this capability?

If you have the full NS/3000, the easiest way to do this is by using DSCOPY:

DSCOPY source-file.group.account;destination-file.group.account;MOVE.

You can also use the RENAME command provided:

you have SM capability, or

you have sufficient capabilities to (separate of RENAME) read the old file, purge the old file and create the new file (note this is a broading of RENAME functionality introduced with some release of MPE/iX 5.5).