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 are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?
What is a GDG? How is it referenced? How is it defined? What is a MODELDSCB?
what is the use of JCL?
Which storage devices are grouped under DASD and SYSDA ?
Is their any limit for data sets?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
How does jcl act on a cobol code?
if we are specifing joblib as well as steplib in job then at the time of execution how the process will complete
How many parameters are there to a DISP statement and what are their uses ?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
We have an output dataset in job with disp parameter as SHR. Can we write data in that file dataset?
What is catelog procedure and how many catelog procedure to use in one job?