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
Matching Logic in Jcl not in cobol.Could any one please answer this question
Explain how can a jobs execution priority be modified?
List in order the hierarchical levels of jcl?
What is condition checking in jcl? Is this possible?
Why include statement is used in a jcl?
i want to store 20 digits . how will u do it in cobol ?
Name what parameter directs the output of the job log dataset?
How dummy is used in jcl?
What is the function of the dd mgmtclas keyword in sms datasets?
What is the function of //cntl statement?
What is the function of //jcllib statement?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
How does the jcl specify the job to os?
what is the purpose of coding notify parameter in job statement?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.