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 are steplib and joblib?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
whats the diff bw the evaluate also and and?
How can a fb file convert to vb file using sort program?
Explain how can return codes be tested before execution of a job step?
Brief description of inline procedure of jcl.
In sms datasets, what is the function of the dd mgmtclas keyword?
What happens if both JOBLIB & STEPLIB is specified ?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
Explain how can values be passed from the job stream to an executable program?
Differentiate between addressing mode and run mode.
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Explain the function of job statement in jcl?
What is jcl in mainframe, and how many types of jcl statements are there for a job?