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 / druks
Does the job have instream JCL or a instream proc or are the job steps in a proc (in a proclib) with a execution JCL
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is NOTCAT ?
How does jcl act on a cobol code?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
how to run batch program without jcl?
Is their any limit for data sets?
What is Cataloged Procedures?
How do you access an uncatalogued dataset in a jcl?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
In job processing, what happens in execution stage?
How can a stopped job be started again?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Is acct parameter mandatory?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
What is the function of //cntl statement?
Can we use DISP=SHR in output file in JCL