SQL/MP Programming Manual for COBOL85
Explicit Program Compilation
HP NonStop SQL/MP Programming Manual for COBOL85—429326-004
6-4
Requirements for Compiling a COBOL Program
INVOKE and 
INCLUDE directives
Replaces INVOKE and INCLUDE directives with COBOL data 
declarations that correspond to the SQL structures being invoked 
or included. 
Inspect debugger
You can use the Inspect interactive symbolic debugger on 
any COBOL object file. However, the current source line 
indicated by the Inspect debugger depends on how you 
produced the object file.
If you used the SQLCOBOL preprocessor, the current 
source line indicated by the Inspect debugger was not the 
embedded SQL statement itself but a COBOL statement 
generated by the SQLCOBOL preprocessor.
When you use the COBOL85 or NMCOBOL compiler, the 
current source line indicated by the Inspect debugger is the 
embedded SQL statement itself.
CROSSREF program 
and 
CROSSREF directive
Lists any embedded SQL statements that contain referenced and 
changed variables.
The NMCOBOL compiler does not produce a cross reference 
listing. If you need one, use the noft utility with the XREFPROC 
flag. See the nld and noft Manual.
Feature or Option  COBOL Compiler Requirements










