What is the purpose of DD DUMMY statement?

  1. Marks a deleted DD statement

  2. Begins an interpreted command stream

  3. Specifies no space allocation & no disposition processing

  4. Suppress command processing


Correct Option: D

AI Explanation

To answer this question, let's go through each option to understand why it is correct or incorrect:

Option A) Marks a deleted DD statement - This option is incorrect. The purpose of the DD DUMMY statement is not to mark a deleted DD statement.

Option B) Begins an interpreted command stream - This option is incorrect. The DD DUMMY statement does not begin an interpreted command stream.

Option C) Specifies no space allocation & no disposition processing - This option is incorrect. While the DD DUMMY statement does not allocate space, it does not specify no disposition processing.

Option D) Suppress command processing - This option is correct. The purpose of the DD DUMMY statement is to suppress command processing. It is typically used in JCL (Job Control Language) to define a dummy data set that does not contain any actual data, but is required to satisfy the syntax of the JCL.

The correct answer is D) Suppress command processing. This option is correct because the DD DUMMY statement is used to suppress command processing.

Find more quizzes: