What is the parameter to be passed in the job card for the
unlimited time , irrespective of the job class ?
Answers were Sorted based on User's Feedback
How do you designate a comment in JCL?
what happens if job falls in loop ? how to resolve it ?
Explain dfsort utility?
can we maintain 2 generations with different Lengths in Same GDG ?
Describe the JOB statement, its meaning, syntax and significant keywords?
//ERFDS JOB //STEP1 //STEP2 //STEP3...COND=(4,LT) //STEP4 1.CONDITION IN STEP3 REFERS TO WHICH STEP'S RETURN CODE (STEP1 OR STEP2)? 2.IN ABOVE PROGRAM IF CONDITION SATISFIES IN STEP3 WHICH STEPS WILL EXECUTE?? AND WHY? IF CONDITION IN STEP3 SATISFIES
If the proc stepname is excluded while overriding the COND, TIME, REGION and PARM parameters while calling the proc, will the override only apply to the first step in the proc or all the steps for all the above parameters?
in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?
which are the parameters mandatory in job card ?
Hi, can we call catalog( say myproc } proc n times in jcl if so how please explain Thanks in advance
What is the function of the steplib dd statement?
How can we see data in TEMPARARY DATA SET in JCL ?