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

If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will vsam file will contain. will it 1,2,3,4,5 or how many,

3 Answers   IBM,


When output dataset space is required, what quantity categories are used?

0 Answers  


I have a job (4 steps) with time parameter coded in job & exec, say time=10 in job & time =3,2,2,4 in each steps. Will the job executes successfully?

4 Answers   Cognizant,


What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?

9 Answers   GE, Xansa,


Are there any set of rules for the names of the steps used in a job?

0 Answers  


consider the following progrm statements MOVE 0 TO SW.NO.OF.REC PERFORM PRI-OUT UNTIL SW=1 DISPALY NO.OF.REC STOP RUN PRE-OUT READ IN-FILE AT END MOVE 1 TO SW WRITE OUO-REC FROM IN-REC ADD 1 TO NO.OF REC if the IN-FILE contains 1000 records what value will be displayed after the PERFORM is over? assume that N0.OF.REC has PIC 9(4) a.1000 b.1001 c.1 d.none of the above

1 Answers  


what is the COND=EVEN ? Can anyone give me an example to explain the usage.

2 Answers  


How to find out the number of records in a file using JCL

5 Answers   CTS,


what is DSN parameter and DISP parameter is used for?

0 Answers  


A STEP has more than 1 file as INPUT. And we have to put all these records int 1 output file. How to do ? //InputF  DD DSN=ID.File1              DSN=ID.File2              DSN=ID.File3

1 Answers   FIS,


What dd statement is used to supply the name of a dataset?

0 Answers  


How to compare 2 files using File-Aid?

1 Answers   IBM,


Categories