z/OS JES3 Initialization and Tuning Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Examples

z/OS JES3 Initialization and Tuning Reference
SA32-1005-00

Sample comment statement:
*THIS IS A COMMENT STATEMENT AND REQUIRES AN ASTERISK.
Sample comment that exceeds 70 characters and requires two comment statements:
*AS MANY COMMENT STATEMENTS AS ARE REQUIRED MAY BE PLACED IN
*THE JES3 INITIALIZATION STREAM.
Sample comment embedded within an initialization statement:
CLASS,NAME=ABC,DEF=YES      This is an embedded comment
Sample comments are included within a continued initialization statement:
CLASS,NAME=ABC,DEF=YES,     *Comment
    MDEPTH=(SY1,10)         *Comment
The following example contains embedded comments and comment statements:
CLASS,NAME=ABC,DEF=YES,    This is a comment
*THIS IS A COMMENT STATEMENT
   MDEPTH=(SY1,         This is a comment
*THIS IS A COMMENT STATEMENT
              10)

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014