Multiple choice technology programming languages

What is default delimiter for instream data?

  1. /*

  2. //*

  3. */

  4. &&

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

The default delimiter for instream data in JCL is /, which marks the beginning of inline data. Options B (//), C (*/), and D (&&) are incorrect delimiters for this purpose.