What is the format of comment statement?
-
//
-
//*
-
/*
-
None of the above
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.