What is the DD statement for a output file?

Answers were Sorted based on User's Feedback



What is the DD statement for a output file?..

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

What is the DD statement for a output file?..

Answer / shridhar

sysout=* can be used.

Is This Answer Correct ?    2 Yes 0 No

What is the DD statement for a output file?..

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

Post New Answer

More JCL Interview Questions

Can a temporary dataset be converted to permanent dataset and vice-versa in the middle of a job ?

4 Answers   IBM,


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?

2 Answers   TCS,


how to set dependancy for jobs?

4 Answers  


In sms datasets, what is the function of the dd avgrec keyword?

1 Answers  


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.

5 Answers   BirlaSoft, Infosys,


what are the options in file-aid to edit vsam dataset and to compare data sets.

2 Answers   Ocwen,


MOD, DELETE; What does a disposition of (,DELETE) mean ?

3 Answers  


Brief description of inline procedure of jcl.

1 Answers  


What is the difference between a symbolic and an override in executing a PROC?

2 Answers  


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

1 Answers  


what are the types of abends that occur on job failure? And explain the possible causes of these

1 Answers  


Categories