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

A PROC has five steps. Step 3 has a condition code. How can you override/nullify this condition code?

5 Answers   IBM, Wipro,


Explain about User Information

1 Answers  


Explain how can values be passed from the job stream to an executable program?

0 Answers  


We have an output dataset in job with disp parameter as SHR. Can we write data in that file dataset?

2 Answers   CTS, IBM,


how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?

0 Answers   IBM,






Wrete a JCL to compare two files and mached records move to onc file & un mached rows wants to another file?

13 Answers   CGI, DSRC, IBM,


What is the purpose of dd * statement in jcl?

0 Answers  


A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?

4 Answers   IBM,


What is the difference between static call & Dynamic call ?

3 Answers  


Is condition checking possible in jcl? If yes, how?

0 Answers  


Explain about CBL/PROCESS statement syntax

1 Answers  


What is the use of ikjeft1b utility in jcl?

1 Answers  


Categories