Can we browse or edit the GDG dataset if it is a tape entry?
Answers were Sorted based on User's Feedback
Answer / guest
No, You can?t edit or browse the GDG if it resides on tape.
| Is This Answer Correct ? | 10 Yes | 1 No |
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 |
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 |
Answer / abc
we can browes but can not edit the GDG present on the TAPE
| Is This Answer Correct ? | 1 Yes | 3 No |
what are the ways of passing data to a cobol program from jcl?
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?
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.
what r the types of job control statements?
what is the purpose of coding notify parameter in job statement?
Can we able insert data into a PS file Using IEBUPDTE utility??? If Yes can anyone describe it please..
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 ?
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?
Can comments be specified at the very beginning of a jobcard? Will the JCL execute?
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?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
What is the DD statement for a output file?