Can we browse or edit the GDG dataset if it is a tape entry?

Answers were Sorted based on User's Feedback



Can we browse or edit the GDG dataset if it is a tape entry?..

Answer / guest

No, You can?t edit or browse the GDG if it resides on tape.

Is This Answer Correct ?    10 Yes 1 No

Can we browse or edit the GDG dataset if it is a tape entry?..

Answer / selvarani ajeeth

We can dump the dataset from the TAPE to the PDS and then
we can make changes.Just change the DATACLAS as LARGE /
Compress/jumbo from TAPEONLY

Is This Answer Correct ?    8 Yes 0 No

Can we browse or edit the GDG dataset if it is a tape entry?..

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

Can we browse or edit the GDG dataset if it is a tape entry?..

Answer / abc

we can browes but can not edit the GDG present on the TAPE

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More JCL Interview Questions

what are the ways of passing data to a cobol program from jcl?

1 Answers   IBM,


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?

1 Answers  


Suppose i have 2 steps in my pgm. Step1- creates a file, Step2 - generates report from file in step1, What changes have to be made in Step2, so that if the file in Step1 is empty Step2 should not be executed? No changes to be made to Step1.

4 Answers   TCS,


what r the types of job control statements?

2 Answers  


what is the purpose of coding notify parameter in job statement?

1 Answers   IBM,


Can we able insert data into a PS file Using IEBUPDTE utility??? If Yes can anyone describe it please..

1 Answers  


Is there GOTO and SWITCH-CASE available in JCL ? Is IF-THEN-ELSE available in JCL also just like it is available for VSAM datasets under Model Commands category ?

1 Answers   IBM,


A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?

1 Answers   IBM,


Can comments be specified at the very beginning of a jobcard? Will the JCL execute?

3 Answers  


I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?

5 Answers   iGate,


How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

1 Answers  


What is the DD statement for a output file?

3 Answers  


Categories