Answer Posted / santosh
Suppose there are 10 steps in a jcl,i need to execute form
the step5 to step10(need not execute from step1 to step4)
in that case i suppose to use restart.
ex:
//JOBNAME JOB ACCT,RESTART=PROCA.STEP5
//PROCA EXEC PROCA
PROCA:
//PROCA PROC
//STEP1 EXEC ...
//STEP2 EXEC ...
//STEP3 EXEC ...
//STEP4 EXEC ...
//STEP5 EXEC ...
//STEP6 EXEC ...
//STEP7 EXEC ...
//STEP8 EXEC ...
//STEP9 EXEC ...
//STEP10 EXEC ...
| Is This Answer Correct ? | 38 Yes | 6 No |
Post New Answer View All Answers
which parameter is used to check the syntax of a jcl without executing it?
1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat
How to submit jcl through a cobol program?
How does the jcl specify the job to os?
Is it possible to left uncode disp? If yes, how?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
how you will the direct the data to spool using sysout option?
What is the maximum length of a single line of jcl?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
how JCL works?
what is the compile process of cobol program expalin with code
What is the function of a dd statement?
what operation is performed by job statement?
What is the function of dd disp parameter?
what is the purpose of coding class parameter in job statement?