Processing math: 100%

MSG_TUNE

Set an MSG tuning parameter

Description:

The value of the MSG tuning parameter is set appropriately, according to the value given. MSG_TUNE may be called multiple times for the same parameter.

The given value can be overridden by setting an environment variable, MSG_PARAM (where PARAM is the tuning parameter name in upper case), at run time.

Invocation

CALL MSG_TUNE( PARAM, VALUE, STATUS )

Arguments

PARAM = CHARACTER() (Given)
The tuning parameter to be set (case insensitive).
VALUE = INTEGER (Given)
The desired value (see Notes).
STATUS = INTEGER (Given and Returned)
The global status.

Notes:

1. The following values of PARAM may be used:

2. The tuning parameters for MSG and ERR operate partially at the EMS level and may conflict in their requirements of EMS.

3. The use of SZOUT and STREAM may be affected by the message delivery system in use. For example there may be a limit on the the size of a line output by a Fortran WRITE and automatic line wrapping may occur. In particular, a NULL character will terminate a message delivered by the ADAM message system.

D.2 Error System subroutines