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 Step In JCL?

Answer Posted / kalpana dwivedi

It is true that step can be skip using condition parameter
but COND=(0,LE) is not correct, as Cond parameter works on
reverse logic.

It should be COND=(0,GE) or (4096,LE)

That means step will not run if return code of previus step
is Greater than equal to zero or if the condition code of
previous step is less than equal to 4096.

Is This Answer Correct ?    13 Yes 17 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?

2075


How to run cobol program using jcl?

1294


How to override loadlib?

2116


what is the use of IEBGENER utility?

1227


what are the types of abends that occur on job failure? And explain the possible causes of these

1685


How would you understand error(execution phase)?

1320


How is the record format of an output dataset specified?

1203


Describe the various parameters utilized in the creation of a gdg?

1212


How can the disposition of sysout datasets be set for an entire jobstream?

1389


Is it possible to define dd statements as you want?

1164


How can unused space allocation be returned to the system when a dataset is closed?

1564


How jcl is used for testing batch programs?

1354


If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?

1381


Can I send output of job to my remote device careerride123?

1198


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

2295