How do you access a file that had a disposition of KEEP?
Answer Posted / shivanadri naveen kumar
when ever we create a dataset by using the disposational
parameter is as a KEEP then the data set is not in the
catalog list. But it is kept in the DASD volumes.So, for the
retrieving that data set. if we are not supliying vol serial
number the OS search the data set in catalog list and raise
the error dataset not available....for avaiding this problem
we need to suply the vol serial number to jcl...
Ex
VOL=SER=xxxx------->here xxxx is the vol serial number...
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Explain the jcl exec statement?
how you can direct the data to spool using SYSOUT option?
how to run batch program without jcl?
Is it possible to left uncode disp?
Is their any set of rules for dd? Explain.
Where can program checkpoints be stored for use in a restart?
What do you know about jcl?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
what is the JCL statement consists of?
what are the types of abends that occur on job failure? And explain the possible causes of these
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
how would you create a temporary dataset? And where will you use them?
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?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
what operation is performed by job statement?