can we bowse or edit the GDG dataset if it is a tape entry?
Answers were Sorted based on User's Feedback
Answer / syed kalemulla
You can browse the gdg or TAPE file by converting in to dasd
file by using the code
//STEP01 EXEC PGM=IEBGENER
//SYSPRINT DD SYSOUT=A
//SYSUT1 DD DSN=J.TAPE.UST.A,
// DISP=SHR
//SYSUT2 DD DSN=PQHL.DASD.UST.A,
// DISP=(NEW,CATLG,DELETE),
//
UNIT=TEST80,SPACE=(CYL,(1000,1000),RLSE),DCB=*.SYSUT1
//SYSIN DD DUMMY
//*
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / subhasundar
We can do it by changing the tape entry to DASD.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mr.perfect
i think , GDG base is Tape , but the GDG versions is DASD.
We can browse the GDG version only.
| Is This Answer Correct ? | 0 Yes | 1 No |
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What is the function of the dd avgrec keyword in sms datasets?
Can we browse or edit the GDG dataset if it is a tape entry?
what is DD statement is used in JCL?
What are the utility programs in jcl?
whats the diff bw the evaluate also and and?
What are the default system and catalog libraries in JCL?
How to send different PARM values based on the any condition to the program in a JCL? For example :- If the time is before 12:00 pm, I want to send "A" to some program and if it past 12:00 pm , I want to send "B" as a PARM value to that program. How to do it thur JCL only?
what happens if job falls in loop ? how to resolve it ?
How to ALTER the name of a GDG ?
what is the use of JCL?
In JCL..for TIME Parameter was specified both JOB & STEP..which one is overrides