Answer Posted / sharmila_g
soc 7 is a data exception error (or) invalid data (or) bad data.
eg: moving all arithmetic operations.
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
Does jcl support automatic restart?
Explain how can a jobs execution priority be modified?
what is use of space parameter in dd statement?
Where can program checkpoints be stored for use in a restart?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
What statement can be used to send data to another mvs jes3 node?
List in order the hierarchical levels of jcl?
WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
Name a few IBM utility programs, and explain its function.
Differentiate between the joblib and the steplib statements?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
Explain the jcl exec statement?
how can you check if a file is empty using jcl?
How to pass the parameter in parm using linkage section ? (syntax)?
what is a jcl?