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
How to override loadlib?
What is the format of comment statement?
What is the function of the steplib dd statement?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
whats the diff bw the evaluate also and and?
How gdg are concatenated?
What is concatenating?
what is a jcl?
How does jcl act on code(if you take a cobol program)?
Can an individual step be restricted from using all the jobs allowed cpu time?
Explain the function of //cntl statement?
Explain how can a jobs execution priority be modified?
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 about LMFREE�free data set from its association with data ID
in ways data can be passed to a COBOL program from JCL?