If we have 100 job steps in JCL and we want to excute steps
only starting from 43 to 50, then how it can be coded in JCL/
Answer Posted / vinay sonar
Use IEBEDIT
//STEP2 EXEC PGM=IEBEDIT
EDIT TYPE=INCLUDE,STEPNAME=(STEP43-STEP 50)
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the difference between the positional and keyword parameters? Give examples.
how you will the direct the data to spool using sysout option?
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?
Explain how can values be passed from the job stream to an executable program?
How can the submitting users racf authority be overridden in a job stream?
What are the utility programs in jcl?
Explain how can the attributes of one sms dataset be copied to another dataset?
How to run cobol program using jcl?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What dd statement is used to supply the name of a dataset?
Explain the function of dd name parameter with a 2 part structure; audit.report?
What is the function of the dd avgrec keyword in sms datasets?
What are the parameter we cannot use in procedure?
how you can access an uncataloged dataset in a JCL?
What are the 4 fields in dd statement?