MPE/iX Commands Reference Manual (32650-90877)
324 Chapter9
Command List VII
Commands MOUNT thru OUTFENCE
security allows READ and EXECUTE access to all users who successfully log on to the
account, and APPEND, WRITE, LOCK, and SAVE access to account librarian (AL) and
group users (GU) only. These access provisions are (R,X:ANY;A,W,L,S:AL,GU).
NOTE
If you specify volume-related commands or parameters for a volume set that
is not currently mounted, or for an account that does not exist, MPE/iX
returns an error message.
Use
This command may be issued from a session, a job, a program, or in BREAK. Pressing
Break has no effect on this command. System manager (SM) capability is required to use
this command.
Examples
To create an account with the account name ACI, and the account manager name MNGR,
with all other parameters assigned by default, enter:
NEWACCT ACI,MNGR
To create the account DOCTOR on the system volume set, with the manager named WHO, and
on the volume set called MY_VOL, you must create it with two parallel commands:
NEWACCT DOCTOR,WHO;CAP=IA,BA,GL,AM,AL
NEWACCT DOCTOR,WHO;ONVS=MY_VOL
The second command connects the accounting structures established on the system
volume and on the volume set. By default, however, the PUB group of this account is on the
system volume set.
To place the PUB group on the volume set MY_VOL, you need to use the PUB parameter in the
first command:
NEWACCT DOCTOR,WHO;CAP=IA,BA,SF,ND,GL,AM,AL
NEWACCT DOCTOR,WHO;ONVS=MY_VOL
ALTGROUP PUB.DOCTOR;HOMEVS=MY_VOL
To create the account DOCTOR on the system volume set, with the manager named WHO, and
a UID of 150 and a GID of 120, enter:
NEWACCT DOCTOR,WHO;UID=150;GID=120;CAP=IA,BA,SF,ND,GL,AM,AL
Related Information
Commands ALTACCT, ALTUSER, LISTACCT, NEWGROUP, NEWUSER, PURGEACCT, REPORT,
DISKUSE
Manuals Native Mode Spooler Reference Manual
NEWCI
Creates a new process. (Native Mode) The new process replaces the MPE/iX Command
Interpreter (CI) process for the current session. Otherwise the same functionality as the
RUN command.