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 |
How can a fb file convert to vb file using sort program?
What is the meaning of the EXEC statement keyword, COND? What is its syntax?
what is JCL?
What is the difference between IEBGENER, IEBCOPY and REPRO in IDCAMS utility?
Name a few IBM utility programs, and explain its function.
When concatenating two PDS can any one PDS can have empty dataset i.e without any value(Dummy).
01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable
Is there a way to check for an empty file in JCL other than using IEBCOMPR and the command PRINT COUNT(1)?
what is a MODELDSCB?
what is JCLLIB and PROCLIB in jcl and their syntax
What is meant by S0C7 system abend code?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?