Can I concatenate various datasets whose organization are
different from each other. Lets say I want to cancatenate a
PDS file, a PS file, a GDG file etc. Can You do that ??
If yes, how ? is there any separate Utility to do so ???
Answer Posted / premalatha.m
Converting to disk file in the sense, we have to copy that
GDG file to a disk file using the sort utility which
specify "sORT FIELDS = COPY". My email-id is
prem_dev86@rediffmail.com.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Explain how can an in-stream dataset be terminated?
Are there any set of rules for the names of the steps used in a job? What are they?
What is one line to pass PARM from JCL to COBOL?
Explain the function of job statement in jcl?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
How to pass the parameter in parm using linkage section ? (syntax)?
What are hierarchy levels in jcl?
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.
How dummy is used in jcl?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
which utility is used to sort a file in jcl?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
What are the difference between jcl and jes?
What is the difference between the positional and keyword parameters? Give examples.
Is their any set of rules for dd? Explain.