Comments

Comments can be either added at the end of a statement or included within the statement. Use a slash-asterisk (/*) as the delimiter and an asterisk-slash (*/) as the ending delimiter.
  • All the statements following a slash-asterisk (/*) are treated as comments until an asterisk-slash (*/) is found. If the ending delimiter cannot be found, and an end-of-file is detected, JES2 issues the $HASP003 INVALID SYNTAX error message.
  • The work selection parameter specifications (WS=) cannot have embedded comments.