Suppose there are 10 steps in a PROC, I want to execute
only step5. How do you give the condition in the JCL that
calls this PROC?
Answer Posted / siri
using restart parameter.....
//jobname job ,,,restart=proc.step5.....
and next given cond=(00,le) in step6 to step10..
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
Differentiate between the joblib and the steplib statements?
write a jcl to execute a job by 7:00 am on jan 20,1986?
Is condition checking possible in jcl?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Explain how can the attributes of one sms dataset be copied to another dataset?
a dd statement has 2 types of parameters. Name them?
What is the function of dd disp parameter?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
How can the disposition of sysout datasets be set for an entire jobstream?
What is concatenating?
What is the function of job statement in jcl?
What is the purpose of disp parameter?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?