i have 10 steps in jcl program but i have to exicute only
2,4,6,8th and 10th ?how it's possible?
Answer Posted / harshil gandhi (trainee at cog
i have 10 steps in jcl program but i have to exicute only
2,4,6,8th and 10th ?how it's possible?
yes off course its possible..
step1;
xx step2;
step3;
xx step4;
step5;
xx step6;
step7;
xx step8;
explanation= use xx on the left side of the step or line in the command... and write (sub nx;) in the command...then it will execute only the excluded lines...thank you for reading...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the utility programs in jcl?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
in ways data can be passed to a COBOL program from JCL?
How is the record format of an output dataset specified?
How to alter the parameters for the existing gdg?
Explain the purpose of dd * statement in jcl?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Why include statement is used in a jcl?
how do you access an uncataloged dataset in a jcl?
what are JCLLIB and STEPLIB in JCL?
What is job control language?
What is NOTCAT ?
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
Explain in DD statement what is the use of DCB parameter?
What do you understand by the term job time – out and how can you overcome that?