SQL/MP Programming Manual for COBOL85
Explicit Program Compilation
HP NonStop SQL/MP Programming Manual for COBOL85—429326-004
6-36
SQL Compiler Listings
SQL Compiler Listings
The SQL compiler writes all SQL statements in the program file to the listing (or OUT)
file. If an error or warning occurs, the compiler include a message after the statement
that caused the problem. For DML statements, the compiler also includes the
estimated cost of processing the statement, which is a positive integer indicating the
relative cost. The larger the integer, the more CPU time and disk access time are
required to execute the statement. Example 6-1 on page 6-37 is a sample compiler
listing.