MPE/iX Commands Reference Manual (32650-90877)
Chapter 7 247
Command List V
Commands HEADOFF thru LISTF
ENDWHILE
Table 7-2. on page 247 illustrates how the INPUT command functions.
* The result is an error if the user responds with an
unquoted
string:
INPUT BLEEP,>
>ABC Return
SETVAR BLEEP !BLEEP
ABC is not a number. And, without quotes around it, ABC is not a string, either. If ABC is not
a defined variable, it has no value to extract. So, the attempt to evaluate the result of
explicitly dereferencing, !BLEEP produces an error. Refer to the SETVAR command.
Related Information
Commands DELETEVAR, SETVAR, SHOWVAR, INPUT( ) function
Manuals Using the HP 3000 Series 900: Advanced Skills
JOB
Defines a job to be activated with the STREAM command or an input spooled device to run in
batch mode. (Native Mode)
Syntax
JOB[
jobname
,]
username
[ /
userpass
]
.acctname
[ /
acctpass
] [ ,
groupname
[
/
grouppass
]]
[TIME=
cpusecs
] [;PRI= BS | CS | DS | ES]
[;INPRI=
inputpriority
;HIPRI] [ ;RESTART] [;JOBQ=
queuename
]
[;OUTCLASS=[[DEVICE][,[OUTPUTPRIORITY][ ,NUMCOPIES]]]]
[;TERM={
termtype
}][ ;PRIVATE][ ;SPSAVE]
Parameters
jobname
Arbitrary name used with
username
and
acctname
parameters to form a
job identity. The name must contain from one to eight alphanumeric
characters, beginning with an alphabetic character. Default is that no job
Table 7-2. INPUT Command Function
INPUT bleep and the user
responds with:
What is stored in bleep: Value* of bleep after SETVAR
bleep !bleep:
001 001 1 (integer)
“001“ “001“ 001 (string)
TRUE TRUE TRUE (Boolean)
9+3 9+3 12 (integer)
Return (null) or bleep is not modified
if it already exists
<<error from the parser>>