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

An in-stream dataset can be terminated using the /* comment statement. The // starts a job step, /* starts a comment which effectively terminates the in-stream dataset, and None of the above is incorrect.