shall we concordinate two different length dataset in to a
new date set.
Answers were Sorted based on User's Feedback
Answer / guest
they can be provided you keep the dataset with largest size
first.
| Is This Answer Correct ? | 7 Yes | 3 No |
Answer / bala
Use OUTREC to make both the DSN of same length. In the
following step we can concatenate both the DSN into a single DS.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sravanthi
Obtain two datasets with same LRECL using OUTREC in sort
card...Then concatenate these two datasets
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / syana
Datasets need to be of the same length for concatenation
| Is This Answer Correct ? | 3 Yes | 4 No |
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
wht r different types of sorts ?
Explain the jcl exec statement?
Explain the job statement in jcl?
Suppose I have five jobs to do. But I want to hold one?
//step#3 exec pgm = hkbc762 what is wrong with the syntax?
How can the submitting users racf authority be overridden in a job stream?
suppose i have 10 job steps and i want to execute only step 6.How to write?
Can you execute a PROC from another PROC?
A file has dta in S9(09) COMP format. How do I move the data into a character field X(10)?
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.
Explain in DD statement what is the use of DCB parameter?