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 parameter to be passed in the job card for the unlimited time , irrespective of the job class ?
We have two PS files,want to compare those files and put the duplicate records in one file. Input file 1 contains(1,2,4,9,10) Input file 2 contains (1,4,5,11,12,14,16). Help me with jcl.
What is DSNDB06 ?
What is the function of the dd mgmtclas keyword in sms datasets?
What does IEBGENER do?
Which is the most widely used batch performance monitor for DB2?
How is the record format of an output dataset specified?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
How to send different PARM values based on the any condition to the program in a JCL? For example :- If the time is before 12:00 pm, I want to send "A" to some program and if it past 12:00 pm , I want to send "B" as a PARM value to that program. How to do it thur JCL only?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
if you have big pgm. during compilation is abends with (soc7)how do you know which line has soc 7 error.
Can we use empty VSAM as input?