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 |
which utility is used to update pds?
Explain concatenating datasets?
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 can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
Given a input file with duplicates how to remove the duplicate records from the file using JCL?
6 Answers CDS, Convergys, TCS,
What is the function of the dd avgrec keyword in sms datasets?
What is DISP= (NEW,PASS,DELETE)?
Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do that....????
Which dd parameters are required?
What is the function of job statement in jcl?
wt will happen to the step of a job if u code COND=ONLY
how can i code cond parameter in procedures ? i have a jclk calling a proc which has 10 steps i want to execute from step 5 to step 10 where can i code restrat parameter or cond parameter for ths