Previous Topic: TMS Banner PagesNext Topic: TMS FLAG Bit Definition Page


Suppressing TMS Banner Pages

To alter the logo (banner pages), line count, record length or reporting of FLAG definitions in the job to be executed:

  1. Determine the report number to be altered. Report numbers are shown in the heading line of the report and are listed in the appendix "Report Cross-Reference."
  2. Insert a TMSOPTNS DD in the JCL that produces the report. It should refer to an 80-byte record length data set containing the following data:
    1

    REPORT (or * for comment statements)

    7-8

    Report number (Reports 1 through 9 should be specified without a leading zero. A space should be in position 8.)

    10

    Option=Value[,Option=Value][, Option=Value][,Option=Value]

    LOGO YES or NO

    LINECNT 1 through 99

    LRECL Decimal value

    FLAGS YES - print the TMS FLAG Bit Definition Page (applies to certain reports); NO - do not print the TMS FLAG Bit Definition Page

Example: Banner Page Suppression

REPORT49 LOGO=NO,LINECNT=60,LRECL=80,FLAGS=NO

A sequential data set (or PDS member) can be set up to contain values for all reports, if desired. Then each report job can have a TMSOPTNS DD pointing to a common control set. One such member is provided in the hlq.CTAPOPTN library as member name TMSOPTNS.