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...

in step1 of a jcl,disp=(mod,delete,delete)
step02 exec pgm=ccc,cond=(0,le)
will step02 be executed?

i)never
ii)always
iii)
iv)...

i dont remember options

Answer Posted / y@$w@nth

disp=(mod,delete,delete)
will tells that if the file is not previously created create
it if it is already created then use that file.

the two delete statements will tell that delete the file
after norml and abnormal termination.

step02 exec pgm=ccc,cond=(0,le)
Here step02 was coded as condition code which always falls
to true so this step wont execute in any situation......

Is This Answer Correct ?    26 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In job processing, what happens in conversion stage?

1241


What is the function of the steplib dd statement?

1253


What does a disposition of (MOD,DELETE,DELETE) mean ?

1191


I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one

2521


What is the difference between the positional and keyword parameters? Give examples.

1317


What is the function of a dd statement?

1258


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

1303


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

1210


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


What is Cataloged Procedures?

1204


Must tape dataset definitions include vol=ser specifications?

1785


What are the parameters that are used in creating a gdg?

1277


how JCL works?

1325


How can a fb file convert to vb file using sort program?

1394


how to compare two datasets without using superce because output is limited to 133 bytes

2164