How to execute step2,step1, step3 if step1,2,3 are in order
Answer Posted / venkatesh
BY USING THE CONDITON IN STEP1
STEP1 EXEC PGM=(SOMEPROGRAM),COND=(0,LE)
SURE IT DEFINITELY WORKS 100%
2
1
3
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the jcl procedures?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
Are there any set of rules for the names of the steps used in a job?
Is acct parameter mandatory?
What is the difference between the positional and keyword parameters? Give examples.
Explain about ISPF/TSO Commands
What is the function of the dd mgmtclas keyword in sms datasets?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
Is automatic restart possible in jcl?
Explain how can the attributes of one sms dataset be copied to another dataset?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
What are some jcl statements that are not allowed in procedures?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
when does a dataset go uncataloged?