Answer Posted / suresh
we use disp = (new,pass,delete) to create temporary data sets.
new is creates a new data set
pass on sucessful execution passes the datta set
delete it deletes the data setfrom the system
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is the difference between run mode and addressing mode?
what are the types of abends that occur on job failure? And explain the possible causes of these
What is catelog procedure and how many catelog procedure to use in one job?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What is one line to pass PARM from JCL to COBOL?
What are the rules employed while naming the steps in a job?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
Is there any command to check wether the ps file is in sorted order?
how you can access an uncataloged dataset in a JCL?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
Explain the function of //cntl statement?
Can we call instream to catalog and catalog to instream?
What do you understand by the terms: joblib and steplib?
How to pass the parameter in parm using linkage section ? (syntax)?