Previous Topic: ECFMSTR ParameterNext Topic: ECFPARM Parameter


ECFOUTLIM Parameter

The ECFOUTLIM parameter sets the maximum number of messages the ECF can generate during every interval specified by the ECFWAIT parameter. For more information, see the description of the ECFWAIT Parameter in this chapter.

Default value

100 (message lines)

Other possible values

Any number of message lines

Set or modify this parameter...

Anytime

Example: ECFOUTLIM

This function sets the number of messages per ECFWAIT interval to 1.

OPSPRM('SET','ECFOUTLIM','1')

With ECFOUTLIM set as shown above and with the ECFWAIT parameter set to 100 centiseconds, the OPSECF address space sends only one command output message every second. ECFOUTLIM also lets you tune how ECF displays console messages; for instance, in this example, the console may show messages from other address spaces interspersed with the ECF output.