COBOL Manual for TNS and TNS/R Programs

Compiler Directives
HP COBOL Manual for TNS and TNS/R Programs522555-006
36-36
SEARCH and NOSEARCH
SEARCH and NOSEARCH
object-name-list
SECTION
If you do not specify TANDEM or ANSI, the compiler assumes that the format of the
text is the current source-text format.
Note. The NMCOBOL compiler ignores the NOSEARCH directive and issues a warning.
Default: NOSEARCH
Placement: Anywhere
Scope: Applies to the compilation unit
Dependencies: Must be used with either RUNNABLE or CONSULT if you are creating a
PIC object file
References:
RUNNABLE
CONSULT and NOCONSULT
Default: None
Placement: Must be on a directive line of its own. If it appears in the text of the
compilation source file (the IN file), it is ignored.
Scope: Applies only to the section of text that it specifies
Dependencies: None
SEARCH object-name-list
NOSEARCH
( )
object-name-list
VST305.vsd
object-name
,
object-name
VST306.vsd
SECTION text-name
TANDEM
ANSI
,
VST307.vsd