proc1,proc2,up to proc5 is there if i want to call proc1 and
proc5how can u write the code
Answers were Sorted based on User's Feedback
Hi..............
we can call proc as following.
//COOLJCL JOB NOTIFY=&SYSUID
//PROCFILE JCLLIB ORDER='PROCEDURE-FILE-NAME'
//STEP1 EXEC PROC1
//SYSPRINT DD SYSOUT=*
.
. * OVERRIDE STATEMENT
.
//STEP2 EXEC PROC5
.
. * OVERRIDE STATEMENT
.
//
THANKS..........
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / harsha
1 You can use COND parameter as COND=(0,LE) on STEP2 till
STEP4.
2 You can comment out the step you do not want to execute.
3 You can use IEBEDIT to select the steps you want to
execute.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is GDG and what is the maximum limit of versions that can be created?
what is the alternative to model parameter?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
Explain about LMMFIND - find a library member
Explain how can a jobs execution priority be modified?
How to find in aparticular step how many versions a paricular gdg base have?
read all error codes like SB07?
how can the same proc be re-used and called by many jobs?
what is meant by jobtrac?
What is the difference between run mode and addressing mode?
How to rename a VSAM file as well as it's index file?
how to skip the steps in JCl