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


Please Help Members By Posting Answers For Below Questions

write a jcl to execute a job by 7:00 am on jan 20,1986?

699


What are steplib and joblib? What for they are used?

695


Is acct parameter mandatory?

762


What does a disposition of (new,catlg,keep) for a dsn mean?

617


How does jcl specify the job to the operating system?

751






How can a jobs execution priority be modified?

797


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) ?

1767


which parameter is used to check the syntax of a jcl without executing it?

798


When output dataset space is required, what quantity categories are used?

832


How to do automated restart when a job abend?

791


Differentiate between addressing mode and run mode.

615


I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?

2107


Explain the function of dd disp parameter?

595


what is the compile process of cobol program expalin with code

2002


What is job control language?

611