What 3 guidelines do we have to follow when concatenating DD
statements?

Answers were Sorted based on User's Feedback



What 3 guidelines do we have to follow when concatenating DD statements?..

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

What 3 guidelines do we have to follow when concatenating DD statements?..

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

What 3 guidelines do we have to follow when concatenating DD statements?..

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

Post New Answer

More JCL Interview Questions

What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?

0 Answers   IBM,


Are there any set of rules for the names of the steps used in a job?

0 Answers  


How does jcl act on a cobol code?

0 Answers  


What are the common jcl syntax errors you get? This is not abends?

1 Answers  


What is a MODEL Paramater in GDG ?

2 Answers   Xansa,






How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.

0 Answers   CSC, SPIC,


Describe the JOB statement, its meaning, syntax and significant keywords?

1 Answers  


How can a fb file convert to vb file using sort program?

0 Answers  


how to resolve soc-7 ? please tell me

3 Answers   IBM,


what is the meaning of keyword in jcl?what is is opposite?

4 Answers  


Can you code instream data in a PROC ?

10 Answers  


Name the system library from which modules are retrieved at execution

2 Answers  


Categories