Where & How Do You Code Identifier In Jcl?
No Answer is Posted For this Question
Be the First to Post Answer
What is the meaning of keyword in JCL? What is its opposite?
a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?
How can you execute a COBOL program via SYSIN in JCL?
is step name is compulsory in jcl ?
How can a stopped job be started again?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
Explain how can a jobs execution priority be modified?
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?
whats SOC7?
How is a GDG base created?
My JCL has 4 steps that execute PROC’s P1, P2, P3 and P4 as shown below //P1 EXEC PROC=P1 //P2 EXEC PROC=P2 //P3 EXEC PROC=P3 //P4 EXEC PROC=P4 There are four steps S1, S2, S3 and S4 in each PROC’s (i.e. P1, P2, P3 and P4) I want to execute only step S2 of PROC P2 and no other steps or PROC’s. How do you achieve this?
Do we need to code DCB parameters when using DISP position as MOD?