Can we browse or edit the GDG dataset if it is a tape entry?
Answer Posted / sachin
we can edit and browse if any dataset on the tape
for that you need to copy that into the sysda file and
then you can do edit or browse.
tape is the secondary storage.
so that file aid wont supprt the files on the tape.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
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 left uncode disp?
Suppose I have five jobs to do. But I want to hold one?
Where can program checkpoints be stored for use in a restart?
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?
Is acct parameter mandatory?
Is their any limit for data sets?
Is automatic restart possible in jcl?
How can an in-stream dataset be terminated?
What are the 2 types of parameters in dd statement?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
Explain in DD statement what is the use of DCB parameter?
Is automatic restart possible in jcl? If yes, how?
What is NOTCAT ?