COBOL Manual for TNS/E Programs (H06.03+)
Program Compilation
HP COBOL Manual for TNS/E Programs—520347-003
11-73
SEARCH and NOSEARCH
SEARCH and NOSEARCH
SEARCH
adds the files that object-name-list specifies to the primary search list. (See
Primary Search List.)
NOSEARCH
is ignored.
object-name-list
can be continued onto subsequent lines, but the left parenthesis must appear on
the same directive line as the keyword SEARCH. Each continuation line for a
SEARCH directive must have a question-mark (?) in the indicator area. If a
SEARCH directive spans multiple lines, they must be consecutive (no blank lines,
comment lines, or program text lines can intervene).
Note. The compiler ignores the NOSEARCH directive and issues a warning.
SEARCH object-name-list
NOSEARCH
( )
object-name-list
VST305.vsd
object-name
,
object-name
VST306.vsd










