How do you access a file that had a disposition of KEEP?

Answers were Sorted based on User's Feedback



How do you access a file that had a disposition of KEEP?..

Answer / 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

How do you access a file that had a disposition of KEEP?..

Answer / guest

Need to supply Volume Serial Number VOL=SER=xxxx.

Is This Answer Correct ?    8 Yes 0 No

How do you access a file that had a disposition of KEEP?..

Answer / 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

More JCL Interview Questions

i created one base gdg with lrecl = 100 , now i need to create versions with different lrecl =150,200 can it be possible to create like tht ?

1 Answers   Patni, Syntel,


How to submit multiple jobs. These jobs are members in PDS. The second job should run if the first job runs successfully and so on.

1 Answers  


I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?

0 Answers  


How to pass values in jcl to cobol?

4 Answers   IBM, Infosys,


how to solve u4038 abbend?........

3 Answers   Atos Origin, TCS,






What is the difference between a symbolic and an override in executing a PROC?

2 Answers  


1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program.can anyone please answer me for above questions. it's very urgent

4 Answers   Mind Tree,


At what stage, operator can change the class and priority of a submitted job?

2 Answers  


what is a cataloged procedure ?

1 Answers   Xansa,


Can we write same stepname for one or more steps in on job ?

2 Answers  


What is the meaning of data definition name (ddname) and dataset name (dsname) in the DD statement?

2 Answers  


what is JCLLIB and PROCLIB in jcl and their syntax

3 Answers   IBM,


Categories