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 |
what do you mean By spooling? Expand SPOOL?
What do you do if you do not want to keep all the space allocated to a dataset?
I am getting the file from Unix to Mainframes for every 15 minutes. The mainframe job get abended with bad records coming from unix. I recovered that by deleting the bad data. I need permenant solution how to fix the issue? The record is getting characters in in first 9 positions which it should not. Please provide me the solution how to skip the records if it finds the charcters in the first 9 positions. K
How do you skip a particular step in a proc/JOB?
which statement is used to end the in-stream procedure in a jcl?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?
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
How many extents are possible for a sequential file ? For a VSAM file ?
When concatenating two PDS can any one PDS can have empty dataset i.e without any value(Dummy).
what type of version is we r using now real time in all modules(cobol, jcl, cics, db2, vsam)?
In your JCL, run the even numbered steps if date is even and run odd numbered steps if date is odd . Where do you generate the date ??in cobol or JCL ??