how to execute the last 5 steps in jcl
Answers were Sorted based on User's Feedback
How many parameters are there to a DISP statement and what are their uses ?
how many members can be created inside a single pds?
what is the restart?hopw it is invoked?
There are 5 steps in a Job. How to bypass the first step by making use of only COND Parameter and not using any Restart and IF/THEN/ELSE parameter?
GDG Create syntax ?
My JOB contains three steps. //STEP1 EXEC PGM=ABC //STEP2 EXEC PGM=DEF //STEP3 EXEC PGM=GHI My Question is 1) I want to execute second step only. How will do. 2) Soppose U consider above three steps are in PROC steps and I want execute the PROC second step only? How to execute the second step only. During exection time its creating any ABEND? Please let me know..........
how to do automated restart when a job abends?
What is the use of the utility DFSRRC00 in the JCL?
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
List the different jcl statements that are not permitted in the procedures?
why jobstep can't be more than 255 and for GDG has max limit 255 . Is there any relation between the two
What will happen when we try to pass data from JCL to COBOL using PARM parameter without declaring the length field in Linkage Section?