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 |
hi friends........if u know syntax of IEBEDIT IN JCL
why do we use file-aid wht r the adv of using file-aid thn in ispf
how do u see jobs submitted before ur job ?
i have records from 1 t0 100 . i need to open records from 10 to 18 and change the values in tht ? how can i do tht ?
which utility is used to update pds?
In jcl i have 255 steps. In 255 step i declared proc. In proc i have 20 steps this job is executable or not? why?
wht r different types of sort fields in jcl ?
What is JCL LIB ?
What is a PROC? What is the difference between an instream and a catalogued PROC?
how GDGs are concatinated?
can u execute a proc from another proc?
What are the rules employed while naming the steps in a job?