Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How do you skip a particular step in a proc/JOB?

Answers were Sorted based on User's Feedback



How do you skip a particular step in a proc/JOB?..

Answer / debajyoti

COND=(0,LE) or COND=(4095,GE)

Is This Answer Correct ?    22 Yes 2 No

How do you skip a particular step in a proc/JOB?..

Answer / guest

Can use either condition codes or use the jcl control
statement IF (only in ESA JCL)\

Is This Answer Correct ?    7 Yes 2 No

How do you skip a particular step in a proc/JOB?..

Answer / nikhil

Can use either condition codes or use the jcl control
statement IF (only in ESA JCL)

Is This Answer Correct ?    4 Yes 0 No

How do you skip a particular step in a proc/JOB?..

Answer / nikhil

To skip a particular step use Conditon in EXEC statement
If the condition is true then step will be bypassed.

Ex
//stepname EXEC PGM=xyz,COND(4,LT).

Is This Answer Correct ?    4 Yes 2 No

How do you skip a particular step in a proc/JOB?..

Answer / ganesh

COND=(0,LE,stepname)

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More JCL Interview Questions

What is a S0C4 error ?

2 Answers  


What happens if both JOBLIB and STEPLIB is specified ?

8 Answers  


we define the array like this 01 array 02 veg occurs 10 times 03 days occurs 6 times 04 cost pic 9(5). but why don't we write it as 01 array 02 veg occurs 10 times 03 days occurs 6 time 04 cost pic 9(5). is there any error will occur ,what is it? and why don't 01,02,03 not contain picture clause? if we put pic in those is there any error will occur what is it will occur?

1 Answers   Fidelity,


Describe the EXEC statement, its meaning, syntax and keywords?

2 Answers  


Is automatic restart possible in jcl? If yes, how?

0 Answers  


What will happen if two JOB statements are mentioned in an JCL continuously.

2 Answers   IBM,


How to send notification to multiple users through jcl???

8 Answers  


i have 10,000 records in one input file.i want to sort 1 to 5000 records in one outputfile and remaining records sort in another output file write the syntax for this?

4 Answers   DELL,


i just need the first and last record from a sequencial file?how

2 Answers  


how you can access an uncataloged dataset in a JCL?

0 Answers  


How does jcl specify the job to the operating system?

0 Answers  


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

0 Answers   IBM,


Categories