How many parameters are there to a DISP statement and what
are their uses ?
Answer Posted / guest
There are three( parameters. Parameter 1: current data set
disposition(new, shr, old, mod) Parameter 2: normal close
action for data set (catlg, keep, delete) Parameter 3:abend
action for data set (catlg, keep, delete).
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is the purpose of dd dummy statement?
Where can program checkpoints be stored for use in a restart?
Is their any set of rules for dd? Explain.
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
How can a stopped job be started again?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
which utility is used a dummy utility?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
Is it possible to code instream data in a PROC?
define cond parameter in jcl?
what is SOC4 error?
what is the resolution for sb37 error
What is the purpose of dd * statement in jcl?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?