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


WHAT WILL HAPPEN TO A FILE IF DISP=(MOD,DELETE,DELETE)

Answers were Sorted based on User's Feedback



WHAT WILL HAPPEN TO A FILE IF DISP=(MOD,DELETE,DELETE)..

Answer / patrick santiago

mod, = adding/altering data to dataset
delete, = delete DS after normal eoj
delete = delete DS if abend occurs

Is This Answer Correct ?    17 Yes 1 No

WHAT WILL HAPPEN TO A FILE IF DISP=(MOD,DELETE,DELETE)..

Answer / wairagade

Sometimes in job, datasets needs to be deleted as per
application requirements but we are not sure that the
dataset is been cataloged or not . so the first step will
be using IEFBR14 utility mentioned those datasets which
needs to be deleted with DISP mentioned in Q . If the
dataset is not cataloged then system will cataloged it
first and delete it . It will avoid JCL error. Your
thoughts on this!!

Is This Answer Correct ?    15 Yes 0 No

WHAT WILL HAPPEN TO A FILE IF DISP=(MOD,DELETE,DELETE)..

Answer / geetanjali

DISP=(MOD,DELETE,DELETE)

The current status of the dataset is MOD i.e. Append data to the file if it already exists and create new if it dosen't.

On normal disposition i.e. successful execution of job the dataset is deleted.

On Abnormal disposition i.e. in case of job abend, the dataset is deleted.

Is This Answer Correct ?    12 Yes 1 No

WHAT WILL HAPPEN TO A FILE IF DISP=(MOD,DELETE,DELETE)..

Answer / dhanumjaya

in this case if the dataset already exist then it will
delete,otherwise the dataset first created and after deleted

Is This Answer Correct ?    6 Yes 0 No

WHAT WILL HAPPEN TO A FILE IF DISP=(MOD,DELETE,DELETE)..

Answer / snehatechm

dataset will not be created since under normal or abnormal
condition the datset will be deleted

Is This Answer Correct ?    8 Yes 3 No

WHAT WILL HAPPEN TO A FILE IF DISP=(MOD,DELETE,DELETE)..

Answer / shivanadri naveen kumar

if the data set is available means it is already exist the data set is used in that step and it is deleted whether the job step is normal or abnormal execution of the step...

Is This Answer Correct ?    7 Yes 2 No

WHAT WILL HAPPEN TO A FILE IF DISP=(MOD,DELETE,DELETE)..

Answer / bhaskar r

Data modified and deleted.

Is This Answer Correct ?    4 Yes 2 No

WHAT WILL HAPPEN TO A FILE IF DISP=(MOD,DELETE,DELETE)..

Answer / r.bhaskar

If data is modified successfully data will be deleted
abnormal also it will delete.

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More JCL Interview Questions

how can you check if a file is empty using jcl?

0 Answers   IBM,


Matching Logic in Jcl not in cobol.Could any one please answer this question

0 Answers  


I have two input files i/p1 name id-key flag date i/p 2 name id-key date if id-key matches in the both the files then it should write the output file from i/p1 with flag 'Y'. It should be done thru JCL sort card ,Please provide the info on this. ---Note : output file should have all records from i/p1 with proper Flag.

2 Answers  


How many parameters are there to a DISP statement and what are their uses ?

3 Answers  


Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?

5 Answers   L&T,


Why do you use a control card?

3 Answers   IBM, iNautix,


what are the ways of passing data to a cobol program from jcl?

1 Answers   IBM,


common jcl abends??

2 Answers   ADP, Wipro,


How many days does a job remain in spool

7 Answers   Syntel,


How do you overcome this limitation ?

0 Answers  


What is COND=ONLY ?

2 Answers  


Explain about LMCLOSE�close a data set

1 Answers  


Categories