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
We can convert the GDG file to a disk file and can use
append "A" for concatenation. Try this out!!! Please let me
know if it works fine by sending an e-mai...
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Define concatenating?
how to compare two datasets without using superce because output is limited to 133 bytes
which parameter is used to check the syntax of a jcl without executing it?
What is one line to pass PARM from JCL to COBOL?
What is use of restart and how to use it?
How is a type of file defined in the jcl that executes the cobol program?
a dd statement has 2 types of parameters. Name them?
Explain dfsort utility?
Are there any set of rules for the names of the steps used in a job?
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?
How jcl is used for testing batch programs?
What is notcat 2 - gs?
What is the purpose of dd * statement in jcl?
Explain the function of a dd statement?
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