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
What is the motivation behind coding class parameter in job statement?
What is the difference between run mode and addressing mode?
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
what is the purpose of coding class parameter in job statement?
What does a disposition of (new,catlg,keep) for a dsn mean?
Explain the function of a dd statement?
is there any way to execute more than one proc in the same exec statement at the same time..?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
List the different components of jcl statement?
What is Cataloged Procedures?
how to run batch program without jcl?
how can the same proc be re-used and called by many jobs?
How to pass data to a program that is coded in an exec statement?
How can the attributes of one sms dataset be copied to another dataset?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?