JTL syntax

JTL statements are JCL comment statements and have the following syntax:
//*BSLCNTL keywordParameter

Observe the following syntax conventions for JTL statements:

  • Each statement must begin with the string //*BSLCNTL. There must be no intervening spaces in this string.

  • The //*BSLCNTL string must be followed by one space and a keyword.

  • If the keyword has a parameter, include one space between the keyword and its parameter.

  • Comments can follow the keyword (or parameter) when one space separates the keyword (or parameter) and the comment.

The following examples are valid JTL statements:

//*BSLCNTL BYPASS

//*BSLCNTL ANALYZE

//*BSLCNTL SPLIT

//*BSLCNTL CC

//*BSLCNTL NOCC

//*BSLCNTL NOSMF

//*BSLCNTL TARGET SYSP

//*BSLCNTL ACCESS OUTPUT

//*BSLCNTL SERIALIZE

//*BSLCNTL NOSERIALIZE

//*BSLCNTL SERIALIZECC

//*BSLCNTL JESCC

//*BSLCNTL DELHIST

//*BSLCNTL SRP

//*BSLCNTL JOP

//*BSLCNTL AUTO

//*BSLCNTL NOTAPE

//*BSLCNTL TAPE

//*BSLCNTL JOBKEY label

//*BSLCNTL DIRECT

//*BSLCNTL HPU  (PTF BPB1539 applied)

//*BSLCNTL NOHPU  (PTF BPB1539 applied)


This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

Comments