can we bowse or edit the GDG dataset if it is a tape entry?
Answer Posted / 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 |
Post New Answer View All Answers
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
what operation is performed by job statement?
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
What is concatenating?
Is it possible to left uncode disp? If yes, how?
Explain how can return codes be tested before execution of a job step?
What are steplib and joblib? What for they are used?
Define concatenating?
What do you understand by the term notcat 2 – gs?
How do you create a temporary dataset?
Explain the function of //jcllib statement?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
What is the function of the dd mgmtclas keyword in sms datasets?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you