What is the DD statement for a output file?
Answers were Sorted based on User's Feedback
Answer / guest
Unless allocated earlier, will have the following
parameters: DISP=(NEW,CATLG,DELETE), UNIT , SPACE & DCB
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / abhijit patra
If it is allocated then DISP=(OLD,CATALG,DELETE).
If it is not allocated earlier then DISP=(NEW,CATALG,DELETE)
| Is This Answer Correct ? | 3 Yes | 2 No |
Can a temporary dataset be converted to permanent dataset and vice-versa in the middle of a job ?
In one of intervie, my interviwer asked, I have a file which contains 4 records I would like to split the 4 different outputs for each record how to do?
14 Answers Cap Gemini, Cognizant, JPMorgan Chase, TCS, Xansa,
What all are the changes to be made in JCL so as to do testing?
how to set dependancy for jobs?
In sms datasets, what is the function of the dd avgrec keyword?
what is the default region size if I dont specify region parametre in my job card ( I know that if I specify region=0k or 0M, then the job will occupy all he available resources at the time of job execution), but I want to know the defult value for "region" paramatre.
what are the options in file-aid to edit vsam dataset and to compare data sets.
MOD, DELETE; What does a disposition of (,DELETE) mean ?
Brief description of inline procedure of jcl.
What is the difference between a symbolic and an override in executing a PROC?
How can you execute a COBOL program via SYSIN in JCL?
what are the types of abends that occur on job failure? And explain the possible causes of these