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
Explain the function of //cntl statement?
Name a few IBM utility programs, and explain its function.
How do you overcome this limitation ?
How is a type of file defined in the jcl that executes the cobol program?
What is the format of comment statement?
How to submit jcl through a cobol program?
Is it possible to define dd statements as you want?
What is the purpose of disp parameter?
Is condition checking possible in jcl?
What is job control language?
What happens if both JOBLIB & STEPLIB is specified ?
What are the rules employed while naming the steps in a job?
What is the difference between run mode and addressing mode?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
what is the purpose of coding class parameter in job statement?