Multiple choice technology programming languages

What is the format of comment statement?

  1. //

  2. //*

  3. /*

  4. None of the above

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

In JCL, comment statements must begin with //* in columns 1-3. The //* sequence uniquely identifies the line as a comment. Option A (//) is used for JCL statements but not comments, while option C (/*) is used in some programming languages but not JCL.