In My job I have 15 procs.and in each proc i have 3 steps.
i want to execute 3 step in proc 10.is it possible?
if possible how?
Answers were Sorted based on User's Feedback
Answer / madhavi chava
yes u can run the 3rd step of 10th proc by coding
exec=procstepname.stepname
procstepname is the step name where the 10th proc is used
and stepname is 3.
| Is This Answer Correct ? | 8 Yes | 3 No |
What is the function of the dd dcb keyword?
I need to compare two VSAm files. In input VSAM file some fields are updating and the updated feilds are coming into the output file. now i need to compare these two files with respect to a perticular field. Please suggest a suitable JCL code me.
jcl is like a complier....?
What is one line to pass PARM from JCL to COBOL?
what is pupose and meaning of the REGION keyword and what jcl statement is it associated with?
How to concatenate different LRECL of files?
Which is the most widely used batch performance monitor for DB2?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
What is the difference between a PDS member and a GDG Generation ? Is it only this, that with a generation we can use +1, 0, -1 etc while with PDS member we can not ?
mainframe questions like basic&depth
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 ?
Explain the purpose of the dd keylen parameter?