How can an in-stream dataset be terminated

  1. //

  2. //*

  3. /*

  4. None of the above


Correct Option: C

AI Explanation

To terminate an in-stream dataset, the correct option is C) /*.

When working with JCL (Job Control Language), an in-stream dataset is a dataset that is included directly within the JCL job step rather than being referenced from a separate dataset. In-stream datasets are typically used for temporary or small datasets.

To terminate an in-stream dataset, you need to include the /* delimiter at the end of the in-stream dataset. This tells the system that the dataset has ended and prevents any further processing.

Let's go through each option to understand why it is correct or incorrect:

Option A) // - This option is incorrect because it is not a valid delimiter to terminate an in-stream dataset.

Option B) //* - This option is incorrect because it is not a valid delimiter to terminate an in-stream dataset.

Option C) /* - This option is correct because it is the correct delimiter to terminate an in-stream dataset. It tells the system that the dataset has ended.

Option D) None of the above - This option is incorrect because option C) /* is the correct delimiter to terminate an in-stream dataset.

The correct answer is C) /*. This option is correct because it is the correct delimiter to terminate an in-stream dataset.

Find more quizzes: