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

Can there be 2 job statements in a JCL? If yes what is the purpose of doing tha?

3 Answers  


How to ALTER the name of a GDG ?

2 Answers   IBM,


Can we use two or more SYSPUNCH DD statements in a JCL for multiple unload (SYSREC00 & SYSREC01)..?

1 Answers  


How can you execute a COBOL program via SYSIN in JCL?

1 Answers  


how to execute the last 5 steps in jcl

2 Answers   Syntel,


what is the difference between return code and maxcc?

2 Answers   iGate,


how to split a file

4 Answers   IBM,


I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.

0 Answers  


Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed

0 Answers  


Is Default for MSGCLASS = (1,1) ?

2 Answers   IBM,


What will happen if we write two STOP RUN's in a COBOL program?

4 Answers   Satyam,


1.How to check for the errors using TYPRUN=SCAN?What will be the output if we give TYPRUN=SCAN?

11 Answers  


Categories