No Output Banner

Specifies whether an Output banner is written to the Output at the end of a job execution. In Control-M for Java jobs, the following are printed to the output by default:

Usage

Check box

Valid Values

  • X: (Selected) - Excludes output banner
  • N: (Cleared) - Includes output banner (default)

Variable Name

  • Java: %%JAVA-NOSYSOUTTBANNER
  • Messaging: %%MSG-NOSYSOUTBANNER
  • Web Services: %%WS-NOSYSOUTBANNER

    NOTE: Jobs only end NOTOK when an exception occurs from the Java method. If this happens, the job end status is set to NOTOK and the exception is printed into the output. If a system.exit() command is executed, Control-M for Java converts the call into an exception. This means that the job ends NOTOK, and the detailed exception is displayed in the Output. In all other cases, jobs end OK.

Parent Topic

Control-M for Web Services parameters