How do you access a file that had a disposition of KEEP?
Answer Posted / amarnadh reddy
Hi,
If KEEP declared in normal disposition. Permanent data set
is to be kept on the volume serial number when job is
executed in successful execution.
If Keep declared in abnormal disposition. Permanent data
set is to be kept on the volume serial number when job is
executed in unsuccessful execution.
Regards,
Amarnadh Reddy.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why include statement is used in a jcl?
Explain the purpose of the dd keylen parameter?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
How can a fb file convert to vb file using sort program?
What is the use of symbol // in jcl?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
what are JCLLIB and STEPLIB in JCL?
Explain how can a stopped job be started again?
How to run cobol program using jcl?
can any one plzzzzzz tell the jcl code for creating ps using idcams
Explain how can the disposition of sysout datasets be set for an entire jobstream?
Must tape dataset definitions include vol=ser specifications?
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?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?