COBOL Manual for TNS and TNS/R Programs

Compiler Directives
HP COBOL Manual for TNS and TNS/R Programs522555-006
36-18
HIGHREQUESTERS
HIGHREQUESTERS
ICODE and NOICODE
Note. The NMCOBOL compiler ignores this directive and issues a warning. A native
HP COBOL program always runs at a high PIN.
Default: Program cannot run as a server that accepts requesters running with
high PINs (greater than 255).
Placement: Any of:
Anywhere in the source program (but it is good practice to put it in
the main program, because that is the only program it affects—that
is, Binder assumes that a run unit can accept high PIN requesters
only if HIGHREQUESTERS is specified for the main program in the
run unit)
On the compiler command line
In a stand-alone Binder session
Scope: Applies to the main program in which or before which it appears in the
compilation unit
Dependencies: Program must be compiled with ENV COMMON and HIGHPIN.
References:
ENV
HIGHPIN
Note. The NMCOBOL compiler ignores these directives and issues warnings. For the
NMCOBOL compiler, use INNERLIST and NOINNERLIST
instead.
Default: NOICODE
Placement: Anywhere
Scope: Last ICODE or NOICODE applies to program unit.
Dependencies: ICODE works only if LIST is active and SUPPRESS is not.
References:
LIST and NOLIST
SUPPRESS and NOSUPPRESS
HIGHREQUESTERS
VST285.vsd
ICODE
NOICODE
VST286.vsd