A job has 90 steps i want to execute only step7 and step15
Answer Posted / shriram10
Ans1) you can use IEBEDIT Utility like
//step1 exec pgm=iebedit
//sysprint dd sysout=*
//sysut1 dd dsn=proj.test.file,disp=shr
//sysut2 dd sysout=(*,intrdr)
//sysin dd *
edit type=include
stepname=(step7,step15)
/*
correct me if i am wrong
thanks
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
which utility is used to sort a file in jcl?
What is the format of comment statement?
Why include statement is used in a jcl?
Explain how can a jobs execution priority be modified?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
In sms datasets, what is the function of the dd mgmtclas keyword?
What happens if both JOBLIB & STEPLIB is specified ?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
What are the rules employed while naming the steps in a job?
Explain the function of //jcllib statement?
Describe the various parameters utilized in the creation of a gdg?
What statement can be used to send data to another mvs jes3 node?
What is multithreading in jcl?
What is the function of //cntl statement?
Explain the function of dd name parameter with a 2 part structure; audit.report?