COBOL Manual for TNS and TNS/R Programs

Program Compilation
HP COBOL Manual for TNS and TNS/R Programs522555-006
11-83
HIGHREQUESTERS
HIGHREQUESTERS
HIGHREQUESTERS allows the program to run as a server that communicates with
requesters running at high PINs (process identification numbers greater than 255).
IICODE and NOICODE
ICODE
lists an mnemonic image of the compiled code following successful compilation of
a program unit.
The mnemonic listing appears after the symbol table listing produced by MAP (if
any) and after the octal image produced by CODE (if any).
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.
HIGHREQUESTERS
VST285.vsd
ICODE
NOICODE
VST286.vsd