+1 vote
in JCL by
What is the use of symbol // in JCL?

1 Answer

0 votes
by

It's an important symbol used in JCL statements. Each JCL statement must begin with this symbol. It is a predefined rule that is used to execute the JCL statements; otherwise, the JCL statement throws an error.

The JCL execution system first checks for the symbol (//) at the beginning of JCL statements. It avoids runtime exceptions.

...