Multiple choice technology mainframe

How can an in-stream dataset be terminated ?

  1. //

  2. //*

  3. /*

  4. None of the above

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

In JCL, an in-stream dataset (initiated with DD * or DD DATA) is terminated by default using the /* delimiter statement. The // statement signifies the end of a job or step but is not the specific delimiter for in-stream data.