Answer Posted / nbk choudary
if time=0 job step will execute maximum time and it
depends on the class parameter specified in the jobcard.
if it executes of 10 mins or 20 mins what ever it may be if
it exceed the default time of the class it will abend with
time out.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to submit jcl through a cobol program?
Is there any command to check wether the ps file is in sorted order?
What is concatenating?
Define concatenating?
Matching Logic in Jcl not in cobol.Could any one please answer this question
how to compare two datasets without using superce because output is limited to 133 bytes
How to execute 2nd and 4th steps among 5 steps in jcl proc?
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
what operation is performed by job statement?
how you will the direct the data to spool using sysout option?
What is the function of the steplib dd statement?
What are hierarchy levels in jcl?
what is the JCL statement consists of?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain