COBOL Manual for TNS and TNS/R Programs

Migrating TNS Programs to Native Programs
HP COBOL Manual for TNS and TNS/R Programs522555-006
33-19
Removal Optional
HIGHREQUESTERS directive
Native HP COBOL programs can always run as servers that communicate with
requesters running at high PINs.
ICODE and NOICODE directives
The NMCOBOL and ECOBOL compilers ignore these directives, warning you that
they have done so. Use the INNERLIST and NOINNERLIST directives instead
(see INNERLIST and NOINNERLIST directives).
LESS-CODE
For the COBOL85 and NMCOBOL compilers, the LESS-CODE directive
determines whether the program generates code that initializes the Working-
Storage Section or Extended-Storage Section or uses a system call to initialize the
Extended-Storage Section.
The ECOBOL compiler ignores the LESS-CODE directive and issues a warning.
LMAP and NOLMAP directives
The LMAP and NOLMAP directives determine which load maps the compiler
obtains from BINSERV. The NMCOBOL and ECOBOL compilers do not use
BINSERV.
NOCONSULT directive
NONSTOP directive
For the NMCOBOL compiler, native HP COBOL programs cannot be process pairs
until RVU D46.00 and G06.00, software product revision T8107AAT (run-time
library T8108AAR).
NOSEARCH directive
NOSQL directive
This is the default for native HP COBOL programs.
SQLMEM directive
The concept of extended memory does not exist in native mode.
TRAP2 and NOTRAP2 directives
Native HP COBOL programs have traps set by default.
TRAP2-74 and NOTRAP2-74 directives
Native HP COBOL programs cannot call COBOL 74 programs.