SQL/MX Queuing and Publish/Subscribe Services
About This Manual
HP NonStop SQL/MX Queuing and Publish/Subscribe Services—523734-002
xii
Change Bar Notation
Item Spacing. Spaces shown between keywords are required. Spaces are not required
between a punctuation symbol and an item or a delimiter and a keyword. For example:
DATEFORMAT ( TIMESTAMP '1996-06-20 14:20:20.00', USA )
or
DATEFORMAT(TIMESTAMP'1996-06-20 14:20:20.00',USA)
Line Spacing. If the syntax of a command is too long to fit on a single line, each
continuation line is indented three spaces. For example:
ORDER BY {colname | colnum} [ASC | DESC]
[,{colname | colnum} [ASC | DESC]]...
Change Bar Notation
Change bars are used to indicate substantive differences between this manual and its
preceding version. Change bars are vertical rules placed in the right margin of
changed portions of text, figures, tables, examples, and so on. Change bars highlight
new or revised information. For example:
The message types specified in the REPORT clause are different in the COBOL85
environment and the Common Run-Time Environment (CRE).
The CRE has many new message types and some new message type codes for
old message types. In the CRE, the message type SYSTEM includes all
messages except LOGICAL-CLOSE and LOGICAL-OPEN.