Which TIME parameter will allow the step to run for unlimited amount of CPU time?
1440
MAXIMUM
NOLIMIT
32767
what type of exception occurs when you try to perform arithematic operation on non numeric data?
Operational exception
Address exception
Data exception
Numeric exception
What abend is issued when the system cannot find the member in the indicated dataset in the JCL?
SOC7
S013-20
S013-18
SOC4
Which parameter holds the job from execution until it is released by the operator?
TYPRUN=HOLD
TYPRUN=SCAN
TYPRUN=CHECK
TYPRUN
Which of the following is true:
Under no circumstances must a DD statement precede an EXEC statement.
The OPERATION JOB can be coded in position 4.
An OPERATION can be coded beyond position 72, as long as it starts before position 72.
A JCL OPERATION must be followed and preceded by at least one blank.
What are the correct values for the DSN parameter of a temporary data set? (2 answers)
&NAME&(TEMP)
&&TEMP(NAME)
&&NAME
&NAME
Complete correctly: When I want a jobstep to be executed only if the previous jobstep has a return code of strictly less than 8, I should add...
COND=(8,LE)
COND=(8,GE)
COND=(8,LT)
COND=(8,GT)
What is correct?
A REGION parameter on an EXEC statement, overrides the REGION parameter on the JOB statement.
A REGION parameter on an EXEC statement, limits the space available for that step, but will never exceed the REGION on the JOB statement.
A REGION parameter on an EXEC statement, is only taken into consideration if there is no REGION parameter on the JOB statement.
The sum of all REGION parameters on EXEC statements, must be equal to the REGION parameter on the JOB statement.
When to use DISP=MOD?
For both sequential and partitioned datasets to be extended or created.
Only for existing datasets to be extended.
For all secured sequential datasets to be extended.
Only for sequential datasets to be extended or created.
Which parameter can not be used on a JOB statement:
MSGCLASS
COND
MGMTCLAS
NOTIFY