Answer Posted / hkhatri27
Job will abend with S322 which means job or step time
exceeds the specified limit/program is in a
loop/insufficient time parameter on job or exec statement.
~ Himanshu
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What are the 4 fields in dd statement?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Explain the function of job statement in jcl?
Name a few IBM utility programs, and explain its function.
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Is automatic restart possible in jcl? If yes, how?
Is it possible to code instream data in a PROC?
How does jcl act on code(if you take a cobol program)?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
is there any way to execute more than one proc in the same exec statement at the same time..?
what is use of dsn parameter in dd statement?
how would you create a temporary dataset? And where will you use them?
Name what parameter directs the output of the job log dataset?
Explain the hierarchy levels in jcl?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK