What does it mean by Restart and Checkpoint in JCL ? How are
checkpoints being taken and what is their usage ?
How to use Checkpoint macro on a JOBSTEP ?
No Answer is Posted For this Question
Be the First to Post Answer
How to submit multiple jobs. These jobs are members in PDS. The second job should run if the first job runs successfully and so on.
What is the use of ikjeft1b utility in jcl?
What are the keywords associated with DCB? How can you specify DCB information? What is the OS precedence for obtaining that DCB information, ie. where does the system look for it first?
IN DFSORT sum fields=none is usec to remove duplicates.how to write the duplicates in another dataset?
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?
Explain about RECORDING MODE Clause
What are the difference between jcl and jes?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Matching Logic in Jcl not in cobol.Could any one please answer this question
how do u send return code from cobol to jcl ?
When cursor is not closed what is the error?
what is the job entry system used in your project?