Multiple choice technology mainframe

Indicate the correct answers: A concatenation of datasets...

  1. ... can be used for input, to use both DD entries describing sequential datasets and DD

  2. ... can be used to write multiple output datasets.

  3. ... can contain a dummy data set in the input, which will indicate the end of the input.

  4. ... stored on different device types, can not be used for input.

Reveal answer Fill a bubble to check yourself
A,C Correct answer
Explanation

Dataset concatenation in JCL combines multiple datasets for input processing. Option A is correct because concatenation merges multiple sequential datasets for input. Option C is correct because a DUMMY dataset can be placed in concatenation to mark end-of-input. Option B is incorrect because concatenation is input-only. Option D is incorrect because datasets on different device types can be concatenated for input.