proc1,proc2,up to proc5 is there if i want to call proc1 and
proc5how can u write the code
Answer Posted / 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 |
Post New Answer View All Answers
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What is one line to pass PARM from JCL to COBOL?
Mention the types of job control statements?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
What is the function of the dd avgrec keyword in sms datasets?
How jcl work to handle various input output file operations?
Define concatenating?
what is the difference between JES3 and JES2?
Name what parameter directs the output of the job log dataset?
Name the statement which can be used to send data to another mvs jes3 node?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
what is use of dcb parameter in dd statement?
What do you know about jcl?
What are the 4 fields in dd statement?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?