🎴 Flashcard Mode
Basic JCL (Job Control Language) Quiz
Card1 / 9
Mastered0
Review0
QuestionClick to flip
Which of the following is false regarding this symbol' // ' in JCL.
AnswerClick to flip back
A
used to comment the JCL statement
💡 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.