If there are five steps in a JCL i have to execute the 3rd
step, bypass the 4th step and execute the 5th step how do i
do this?
Answer Posted / rahul singh
//jobname jobcardxx
// xxxxx
// xxxxx
// xxxxx
//..
//..
//step3 exec pgm=xxx,cond=(0,gt)
//....
//....
//step4 exec pgm=xxx,cond=(0,le)
//....
//....
//step5 exec pgm=xxx,cond=(0,gt)
//....
//....
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain dfsort utility?
When output dataset space is required, what quantity categories are used?
What is the purpose of dd dummy statement?
What parameter directs the output of the job log dataset?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
What is the purpose of dd?
Name what parameter directs the output of the job log dataset?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
Differentiate between the joblib and the steplib statements?
How to run cobol program using jcl?
What is the significance of addrspc parameter in exec statement?
How can unused space allocation be returned to the system when a dataset is closed?
which utility is used to run a cobol-db2 program?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
How to submit jcl through a cobol program?