Is it possible to take a PDS and write it to a GDG? If so,
can you provide an example? Thanx
Answer Posted / garry
@Madhu.
Not it not.
He is trying to write a PDS member to a GDG.
But your requirement/question is just opposite.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain how can the disposition of sysout datasets be set for an entire jobstream?
Explain how can a stopped job be started again?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
Name what parameter directs the output of the job log dataset?
Define concatenating?
what is DD statement is used in JCL?
what happens in conversion stage in job processing?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
List the different jcl statements that are not permitted in the procedures?
What are the 4 fields in dd statement?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
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?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
how do you access an uncataloged dataset in a jcl?