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
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Is condition checking possible in jcl? If yes, how?
Give the syntax of job specifying jcl statement.
What are the parameter in the job card wihtout which job won't run........
I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4. Can it possible to run the reverse order like step4 first then step3,step2,step1?
i have 3 steps in my jcl, where i want to run only one step at a time depending on the variable. How should i give the condition statement... I have tried this with two steps which is working but not able to add condn for the 3rd step. can anyone help me... I want to know the cond stmt which i can code in step 3 and step4, so that only either step2 or step3 or step4 executes
what is the use of JCL?
How to find the length of variable length copybook using fileaid ??
How To get the last record in VSAM file in cluster? and How can u get the ksds file records into ur cobol program ? Pls tell me about these two questions.
When cursor is not closed what is the error?
Hi, can any one tell about " How do u eliminate the duplicates "
What is difference between Return Code, user completion code, Abend code and reason Code?