MPE/iX Commands Reference Manual (32650-90877)
Chapter 5 155
Command List III
Commands DATA thru EXIT
/ADD
1 SUSAN.PAYROLL;COMMANDS=ALTJOB,ALTSPOOLFILE
2 JOHN.ACCTNG;COMMANDS=ALTSPOOLFILE,DELETESPOOLFILE
3 //
...
/KEEP COMNDTMP
/E
DISALLOW FILE=COMNDTMP;SHOW
If you want MPE/iX to display each command line as it is executed from the file, inclue the
SHOW parameter.
You may backreference the file with a file equation as follows:
FILE BACKF=COMNDTMP
DISALLOW FILE=*BACKF;SHOW
If the file has a lockword it may be inserted as follows:
DISALLOW FILE=COMNDTMP/LOCKWORD;SHOW
Related Information
Commands ALLOW, SHOWALLOW
Manuals Performing System Operation Tasks
DISASSOCIATE
Removes control of a device class from the user.
Syntax
DISASSOCIATE
devclass
Parameters
devclass
The name of a device class configured during SYSGEN.
Operation Notes
This command negates a previously issued ASSOCIATE command by removing control of a
device class from a user. The command may be issued by the system operator or by the
user. The user implicitly disassociates a device when logging off.
Use
This command may be issued from a session, program, or in BREAK. Pressing
Break has
no effect on this command.
Example
To terminate control of the device class TAPE, enter:
DISASSOCIATE TAPE