What 3 guidelines do we have to follow when concatenating DD
statements?
Answers were Sorted based on User's Feedback
Answer / guest
Datasets must be of the same type (disk or tape), All
datasets must have the same logical record length, The
dataset with the largest blocksize must be listed first.
| Is This Answer Correct ? | 10 Yes | 2 No |
Answer / sandy lofton
1. The dataset with the largest blocksize must be listed
first.
2. If concatenated datasets are libraries and contain same
name members, the first one found will be used.
3. Order is important: Disk first, tape second, cards
third.
| Is This Answer Correct ? | 5 Yes | 4 No |
Answer / muttaiah
1) The dataset should be of same type meaning if you are
concatenating a PDS then other ds should be pds only & ps-
Ps)
2) They should have same format and LRECL
3) If the dataset's have diff blocksize then the dataset
with Largest block size should be coded first
4) All the datasets should reside on the same unit(device).
however the volume serial number can differ
5) we can concatenate 16 PDS & 255 PS files
| Is This Answer Correct ? | 0 Yes | 0 No |
In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step
what type of version is we r using now real time in all modules(cobol, jcl, cics, db2, vsam)?
IF WE GIVE COND on step3 then, What does the following mean ? And Just adding to that, All the below COND are VALID as per the specifications. (i) COND = (8,LT,step1,step2) ---(AND/OR ?) (ii) COND = (8,LT,step1,step2, ONLY), (iii) COND = (8,LT,step1,ONLY) will it execute only if this condition is true or only if step1 ABENDS ? (iv) COND = (8,LT,step1,step2,EVEN), (v) COND = (8,LT,step1,EVEN) ?
In job processing, what happens in conversion stage?
What is DYNAMBR in jcl?
How many steps we can overide in the proc's?
If a jcl has just 1 step and the input file to this does not exist, then what will happen if we submit this job?
What does S0C4 error mean?
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
I have a file in which I have 20 records. I want my first record to go into file 1 and second record to go in second file. I want to copy the alternate records like this in the two output files. How can I do this using JCL?
Is condition checking possible in jcl?
How do you override a parameter in Positional parameters?