MPE/iX Quick Reference Guide (32650-90881)

20 Chapter1
Command Descriptions
Commands Syntax
.
.
!EOJ
COPY
Copies one file to another by creating a new file or by overwriting an existing file. The COPY
command can be used to copy files to and from HFS directories. Also, users with SM
capabilities are able to copy files to MPE accounts outside of their current logon account.
Syntax
COPY [FROM=]
sourcefile
[[;TO=]
targetfile
][ ;ASK | YES | NO ]
COPY ABCD, EFG
COPY ABCD,.
newgroup
COPY ABCD.
grp
COPY ABCD.
grp,.mygroup
COPY myfile.pub.sys, ./MyFile
COPY ./File1, myfile.pub
COPY ./dir0/file1, ./dir1/file2
DATA
Enters data into the system from a device file. (Cannot be used to enter data from $STDIN.)
DATA[
jsname
,]
username
[/
userpass
].
acctname
[/
acctpass
][;
filename
]
DATA SESSB,BROWN.ACCT1
.
.
.
:EOD
DEALLOCATE
Deallocates a program or procedure previously loaded into memory with the ALLOCATE
command.
DEALLOCATE [PROGRAM
PROCEDURE]
,name
DEALLOCATE PROGEX
DEBUG
Instructs MPE/iX to enter the system debugger.
DEBUG [
commands
]
DEBUG TRACE;C
DELETESPOOLFILE
Deletes a spoolfile from disk.