INHIBITSOURCE parameter specifies that the source dataset can be

  1. Write only Mode

  2. Read only Mode

  3. Read Write Mode

  4. All of the above


Correct Option: B

AI Explanation

To answer this question, we need to understand the purpose of the INHIBITSOURCE parameter.

The INHIBITSOURCE parameter is used in mainframe systems, particularly in JCL (Job Control Language), to specify the access mode for a source dataset.

Option A) Write only Mode - This option is incorrect because the INHIBITSOURCE parameter does not specify write-only mode for the source dataset. It is used to control the read access to the source dataset.

Option B) Read only Mode - This option is correct. The INHIBITSOURCE parameter specifies that the source dataset can only be accessed in read-only mode. This means that programs or processes can read the data from the source dataset but cannot modify or write to it.

Option C) Read Write Mode - This option is incorrect because the INHIBITSOURCE parameter does not allow read-write access to the source dataset. It restricts the access to read-only mode.

Option D) All of the above - This option is incorrect because the INHIBITSOURCE parameter does not allow write-only or read-write access to the source dataset. It only allows read-only access.

Therefore, the correct answer is B) Read only Mode.

Find more quizzes: