Give the syntax of job specifying jcl statement.
No Answer is Posted For this Question
Be the First to Post Answer
Do we need to code DCB parameters when using DISP position as MOD?
what is the use of IEBGENER utility?
I have a job which is a long-running one. Processes millions of records. Due to some run-time problem (not a problem due to the job/data) the job abends.What needs to be done to make the job complete successfully.
in ways data can be passed to a COBOL program from JCL?
What parameter of the job statement is used to limit the cpu time consumed by the job?
Hi, Please clear me when COND=ONLY and COND=EVEN. Explain me with example.
Explain the function of dd name parameter with a 2 part structure; audit.report?
Hi, all suppose i have 5 steps (S1,S2,S3,S4,S5) what will happen if cond is true or false (which of the other steps get executed)? 1) //s3 exec pgm=abc,cond=(0,le) 2) //s3 exec pgm=abc,cond=(0,le,step2) 3) In the jobcord RESTART=step3,cond=(0,le) 4) can i code COND=TRUE in jobcard, if yes what will happen?
What is a MODEL Paramater in GDG ?
how do u define a file in cobol and jcl ?
What is a Generation Data Group (GDG)?
In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps only,can any one answer me please?