Syntax Notation And Conventions Used In This Book - IBM SC34-6814-04 Customization Manual

Cics transaction server for z/os
Table of Contents

Advertisement

v C
v COBOL
v PL/I.
In this book, the phrase "the languages supported by CICS" refers to the above
languages.

Syntax notation and conventions used in this book

The symbols { }, [ ], and | are used in the syntax descriptions of the EXEC CICS
commands and macros referred to in this book. They are not part of the command
and you should not include them in your code. Their meanings are as follows:
v Braces { } enclose two or more alternatives, one of which you must code.
v Square brackets [ ] tell you that the enclosed is optional.
v The "or" symbol | separates alternatives.
In addition to these symbols, the following conventions apply:
v Punctuation symbols and uppercase characters should be coded exactly as
v Lowercase characters indicate that user text should be coded as required.
v Default values are shown like this: DEFAULT.
v Options that are enclosed neither in braces { } nor in square brackets [ ] are
v The ellipsis ... means that the immediately preceding option can be coded one or
v All EXEC CICS commands require a delimiter appropriate to the language of the
xviii
Customization Guide
shown.
mandatory.
more times.
application. For a COBOL program this is 'END-EXEC', for example. Delimiters
are not included in the syntax descriptions of the commands.

Advertisement

Table of Contents
loading

Table of Contents