MPE/iX Quick Reference Guide (32650-90881)

30 Chapter1
Command Descriptions
Commands Syntax
commandfilename
programfilename
SUMMARY
CLASS
HELPSTUDY
FUNCTIONS
EXPRESTIONS
VARIABLES
OPERATORS }]
Interactive (subsystem) access:
commandname
{space or comma}
keyword
[,ALL]
HELPMENU
SUMMARY
CLASS
HELP
HELPSTUDY
HELP ABORT
HELP LINKALL.TEST.UI
IF
Used to control the execution sequence of a job, UDC, or command file.
IF
expression
[THEN]
!PASXL MYPROG,MYUSL
!IF JCW>=FATAL THEN
! TELL USER.TECHPUBS;COMPILE FAILED
!ELSE
! TELL USER.TECHPUBS;COMPILE COMPLETED
!ENDIF
INPUT
Permits the user to assign a string to any variable. All numeric input is treated as a string.
See TYPEOF function in appendix B of the MPE/iX Commands Reference Manual, and
SETVAR command in the same manual.
INPUT [NAME=]
varname
[;PROMPT=
prompt
][;WAIT=
seconds
][READCNT=
chars
]
INPUT Response; "Enter YES or NO>"
INPUT Response; "Press any key to continue"
JOB
Defines a job to be activated with the STREAM command to run in batch mode.
JOB [
jobname
,]
username
[/
userpass
].
acctname
[/
acctpass
]
[,
groupname
[/
grouppass
] ]
[;TIME=
cpusecs
][;PRI={BS
CS
DS
ES}]