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 the purpose of dd * statement in jcl?
how to compare two datasets without using superce because output is limited to 133 bytes
what are the various stages of job processing?
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?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
How to pass the parameter in parm using linkage section ? (syntax)?
Brief description of inline procedure of jcl.
How to run cobol program using jcl?
Define concatenating?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
Explain how can a stopped job be started again?
What is the purpose of dd?
Is it possible to left uncode disp?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you