can we bowse or edit the GDG dataset if it is a tape entry?
Answer Posted / subhasundar
We can do it by changing the tape entry to DASD.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are JCLLIB and STEPLIB in JCL?
How jcl work to handle various input output file operations?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Explain the hierarchy levels in jcl?
For what purpose steplib and joblib are used ?
how do you access an uncataloged dataset in a jcl?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
Explain in DD statement what is the use of DCB parameter?
Where & How Do You Code Identifier In Jcl?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
A dd statement consists of 4 fields. Name them?
Can I share my data with other jobs? How?
what is use of space parameter in dd statement?
Explain the function of //cntl statement?