Tag: symbol for //

Questions Related to symbol for //

Multiple choice symbol for //
  1. JCL statement must begin with this symbol.

  2. Use without space between symbol and jobname.

  3. used to comment the JCL statement

  4. Every statement in jcl should start with //.

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

The // symbol at the beginning of a JCL statement indicates a comment when followed by specific text (like //*). However, all valid JCL statements (not just comments) must begin with // in column 1-2, and there should be no space between // and the jobname.