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
How can return codes be tested before execution of a job step?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Name what parameter directs the output of the job log dataset?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
Explain in DD statement what is the use of DCB parameter?
What is the format of comment statement?
Explain the function of a dd statement?
Explain the function of //cntl statement?
How do you access an uncatalogued dataset in a jcl?
Is their any limit for data sets?
How dummy is used in jcl?
Is it possible to define dd statements as you want?
Explain about LMFREE�free data set from its association with data ID
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
Is condition checking possible in jcl? If yes, how?