Concatenation

Sometimes you will need to include more than one set of data as part of the input to a program within your DD statement, for example to create a weekly report you need the daily reports, etc.

If you code the statements in a block where the first statement has a set name, the statements until the next named statement will be considered a part of a block.
They will still need to declare the type os statement and DISP

Pasted image 20240929231435.png