Multiple choice technology mainframe

How can an instream dataset be terminated

  1. //

  2. //*

  3. /*

  4. None of the above

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

In Job Control Language (JCL), an instream dataset (specified with DD * or DD DATA) is terminated by default using the delimiter /* in columns 1 and 2. The sequence // marks the start of a statement, and //* is used for comments.