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

How do you override a specific DDNAME/SYSIN in PROC from a JCL?

6 Answers   CTS,


how do you code a null statement?

0 Answers   IBM,


What do you understand by jcl?

0 Answers  


If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will vsam file will contain. will it 1,2,3,4,5 or how many,

3 Answers   IBM,


Can we find specific member without knowing the name of PDS or can we search a member to which PDS it belongs to? if so how?

6 Answers  






Explain about LMMFIND - find a library member

1 Answers  


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

0 Answers  


what is the general use of PARM? Give an explanation about the system defined parameters that could be passed through this PARM like XREF,LIST,LET,APOST,RENT etc..

3 Answers   Cognizant,


I have DATE filed like DD-MM-YYYY, So I want output should be MM/DD/YYYY using JCL? Can anybody post the answer for above requirement?

4 Answers   BirlaSoft, FIS, Wipro,


I have a Symbolic Parameter which can have a value say 01 or 02 etc. Now consider i have another Symbolic parameters which is used to get 3 digit code of months (JAN, FEB, etc) but for that i need to check the first symbolic parameter's value and provide its corresponding month's name in the second symbolic parameter. Say IF sym1 = 01 then sym2='Jan' ENDIF etc... In JCL, IF condition is used for RC, ABEND purposes of a step etc. When i use Symbolic parameter in IF clause it is showing Error message. Is there a way to get the above result possible in JCL. If you could provide me with an example, i would understand it better.

0 Answers  


How to delete generations of gdg without deleting gdg base?

3 Answers  


How to point my proc to production dataset always though i keep jcllib order=development.dataset? Is it possible?

3 Answers  


Categories