Previous Topic: User Abend and Reason CodesNext Topic: External Security SAF Exits


Multi-line WTO Messages

CA SYSVIEW uses WTO to write messages to the console or job log. Most messages are dynamically built at runtime with data that is inserted into predefined message templates. In most cases, extra blanks are removed from the message before writing the messages to the log through a WTO.

The maximum message length for a single-line WTO is 126 characters. When the dynamically built message has a total length greater than 126 characters, the message is written to the log using a multiple line WTO.

A multiple line WTO is limited to 71 characters per line. The original message text is dynamically split into multiple message lines that are based on blank characters in the message text.

The following lines of messages are written as a multiple line WTO:

GSVC100W (task) <type> [set the product group or family] <metric> <rsce1> <rsce2> <oldstat> <newstat>
           V= <value> W= <warning> P= <problem> <ruletype> <elapsed>
           <jobname> <tran> <task#> <term> <user>
           Desc='<description>'

GSVX321W (task) Threshold [set the product group or family] <name> <argument> <status>
           V=<value> W=<warn> P=<prob> <ruletype> <elapsed> <asid> <jobid>
           Desc='<desc>'

GSVX326W (task) Threshold [set the product group or family] <qmgr|ssid> <name> <argument> <status>
           V=<value> W=<warn> P=<prob> <ruletype> <elapsed>
           Desc='<desc>'

Example Messages

GSVC100W (TPPT) TRANEND TRANS LIFETIME CEMT U023 NONE PROBLEM
          V= 00:30:05 W= 45.00000 P= 00:01:00 UPPER 0.000000
          SYSVC660 CEMT 61 U023 SYSVDEV
          Desc='Life time of transaction '

GSVX321W (MVSDATA) Threshold JOB JOBASTG OMVS PROBLEM
          V=1.01G W=768M P=1G UPPER 00:56:00 0011 *
          Desc='Auxiliary storage '

GSVX326W (IMSDATA) Threshold IMSID IMSLARCH SS71 * PROBLEM
          V=1 W=1 P=1 UPPER 59.12678
          Desc='Archive required OLDS data sets '