Answer Posted / xyz
If actual CPU execution time exceeds value specified in the
TIME parameter, JOB will fail with S322 abend
| Is This Answer Correct ? | 21 Yes | 0 No |
Post New Answer View All Answers
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Explain how can values be passed from the job stream to an executable program?
How to override loadlib?
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
how can you check if a file is empty using jcl?
Is automatic restart possible in jcl?
Matching Logic in Jcl not in cobol.Could any one please answer this question
How would you understand error(execution phase)?
In job processing, what happens in execution stage?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What parameter directs the output of the job log dataset?
Is it possible to left uncode disp?
What is the function of the dd dcb keyword?
How does jcl specify the job to the operating system?