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
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
which parameter is use to declare the name of dataset in dd statement?
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?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
What happens if both JOBLIB & STEPLIB is specified ?
what is use of dsn parameter in dd statement?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
What parameter of the job statement is used to limit the cpu time consumed by the job?
Explain the function of a dd statement?
What are steplib and joblib? What for they are used?
Explain the function of //cntl statement?
Differentiate between the joblib and the steplib statements?
How to do automated restart when a job abend?
Explain the hierarchy levels in jcl?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY