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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the compile process of cobol program expalin with code

1996


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

807


When output dataset space is required, what quantity categories are used?

820


Explain the purpose of dd * statement in jcl?

632


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

3669






a dd statement has 2 types of parameters. Name them?

641


Are there any set of rules for the names of the steps used in a job?

628


Where can program checkpoints be stored for use in a restart?

840


What dd statement is used to supply the name of a dataset?

772


Explain the purpose of dd dummy statement?

667


What happens if both JOBLIB & STEPLIB is specified ?

604


How can a stopped job be started again?

707


Why include statement is used in a jcl?

687


How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?

7595


I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?

823