Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


can we bowse or edit the GDG dataset if it is a tape entry?

Answers were Sorted based on User's Feedback



can we bowse or edit the GDG dataset if it is a tape entry?..

Answer / gayathri

no

Is This Answer Correct ?    9 Yes 1 No

can we bowse or edit the GDG dataset if it is a tape entry?..

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

can we bowse or edit the GDG dataset if it is a tape entry?..

Answer / subhasundar

We can do it by changing the tape entry to DASD.

Is This Answer Correct ?    0 Yes 0 No

can we bowse or edit the GDG dataset if it is a tape entry?..

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

Post New Answer

More JCL Interview Questions

which utility is used to update pds?

1 Answers   IBM,


Explain concatenating datasets?

2 Answers   CTS,


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 can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?

0 Answers   IBM,


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?

0 Answers  


What is DISP= (NEW,PASS,DELETE)?

3 Answers   HCL,


Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do that....????

3 Answers  


Which dd parameters are required?

0 Answers  


What is the function of job statement in jcl?

0 Answers  


wt will happen to the step of a job if u code COND=ONLY

5 Answers   ADP,


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

4 Answers   IBM,


Categories