Possible ways to rectify S322, a. Change the CLASS b. TIME=1440 c. Remove abnormal logic in the code(like infinite looping). d. Change PRTY
a & b only
b & c only
a, b, c only
d only
Possible causes for S0C4 a. Reading a file that is not open. b. Invalid address referred due to subscript error c. Tried moving variable length record that was larger than target field size.
a, b, & c
a only
b only
Maximum number of steps in a JCL
128
255
64
16
Maximum number of TRKs can be allocated with below SPACE statement. SPACE=(TRK,(4,1),RLSE)
5
15
61
9
In Step1 gdgname(+1) has been created and step1 executed successfully. In Step 2 if same data set need to be used. How to refer it?
Gdgname(0)
Gdgname(+1)
Gdgname(-1)
Gdgname(+2)
2.JES2 allocate the space just before the step execution, JES3 allocate the space before job starts ( job came into Input Queue)
True
False
2.SD37, SB37, SE37 – All three indicates dataset out of space.
S913
Security violation.
Region too small for the program
No space in a library directory for this member's name
Insufficient disk space.
U1006
Executing with modules compiled both with RES and NORES
COBOL sort failed.
Subscript out of range
Program didn't close a file before ending
S0C7
Program attempting to do math on illegal data
Bad boundary alignment for binary data
Uninitialized packed-decimal fields
An uncontrolled loop moved data on top of instructions