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 |
What is notcat 2 - gs?
How do you submit a JCL under CICS environment ?
How can a fb file convert to vb file using sort program?
If i am going to change some variable in a copybook( size or variable type) ,what are the changes that need to be done in the corresponding JCL.
One of My Job is running in production, which contains five steps?i want to pass the input to FIFTH step while running is it possible? if how?
If there are five steps in a JCL i have to execute the 3rd step, bypass the 4th step and execute the 5th step how do i do this?
13 Answers Cognizant, Convergys, IBM, TCS, Wipro,
Is there a way to check for an empty file in JCL other than using IEBCOMPR and the command PRINT COUNT(1)?
How to DEBUG a JCL?
1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program anyone please answer me for above questions. it's very urgent
when can a job time-out occur? How to overcome that?
In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps only,can any one answer me please?
Name some of the JCL statements that are not allowed in procs.?