SQL/MP Programming Manual for C
About This Manual
HP NonStop SQL/MP Programming Manual for C—429847-008
xxii
HP Encourages Your Comments
Item Spacing. Spaces shown between items are required unless one of the items is a
punctuation symbol such as a parenthesis or a comma. For example:
SQLCOMP / IN object-file [ , OUT [ list-file ] ] /
If there is no space between two items, spaces are not permitted. In this example,
there are no spaces permitted between the period and any other items:
$process-name.#su-name
i and o. In the syntax diagrams for system procedure calls, i and o are used as follows:
/* i */ Input parameter–passes data to the procedure
/* o */ Output parameter–returns data to the calling program
/* i:o */ Input and output parameter–both passes and returns data
An example of the syntax for a procedure call is as follows:
#include <cextdecs(SQLCAFSCODE)>
short SQLCAFSCODE ( short *sqlca, /* i */
[ short first_flg ] ); /* i */
HP Encourages Your Comments
HP encourages your comments concerning this document. We are committed to
providing documentation that meets your needs. Send any errors found, suggestions
for improvement, or compliments to docsfeedback@hp.com.
Include the document title, part number, and any comment, error found, or suggestion
for improvement you have concerning this document.