WHAT WILL HAPPEN TO A FILE IF DISP=(MOD,DELETE,DELETE)
Answer Posted / 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 |
Post New Answer View All Answers
Explain about LMQUERY�give a dialog information about a data set
What is the purpose of dd?
Are there any set of rules for the names of the steps used in a job? What are they?
What do you understand by the term job time – out and how can you overcome that?
what are JCLLIB and STEPLIB in JCL?
Is condition checking possible in jcl?
Can I send output of job to my remote device careerride123?
What is the use of disp parameter?
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?
How does jcl act on code(if you take a cobol program)?
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
how to compare two datasets without using superce because output is limited to 133 bytes
What is the function of //jcllib statement?
How to submit jcl through a cobol program?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY