Previous Topic: COBOLNext Topic: Sample JCL


PL/I, Assembler, and C

The various kinds of output from the SQL Preprocessor for PL/I, Assembler, and the C language are:

Listing Output

The following sections of the report are written to REPORT.

Options File

This section of the report shows record images with diagnostics.

Execution Parameters

This section of the report shows the added execution parameters with diagnostics.

Preprocessor Source Listing with Diagnostics

This section of the report shows the unmodified source statements with line numbers assigned by the Preprocessor. Diagnostic messages follow immediately after the statement(s) in error.

Preprocessor-modified Source Listing

This section of the report shows the source code modified for input.

Translated Source Statements

Source statements processed by the Preprocessor are written to SRCOUT, the data set designated as input to the compiler. This data set must have attributes of fixed-length records, blocked or unblocked, and a record length of 80 bytes. In your modified source code, SQL statements have been converted to comments and calls to the SQL Manager.