CICS Manual do Usuário - Conventions used in EXEC CICS commands
In the CICS documentation, the syntax of application programming commands is as follows:
>>-+-A-+------------------------------------------------------->< +-B-+ '-C-'
>>-+---+------------------------------------------------------->< +-A-+ +-B-+ '-C-'
.-------. V | >>---+---+-+--------------------------------------------------->< +-A-+ +-B-+ '-C-'
.-A-. >>-+---+------------------------------------------------------->< '-B-'
>>-| Name |---------------------------------------------------->< Name: |--A--+---+-----------------------------------------------------| '-B-'
The following symbols are used to show how to code the commands. These symbols are not part of the command and must not be included in the code.
Therefore, to show that either GTEQ or EQUAL, or neither, can be coded, and that EQUAL is the default, the syntax is:
[GTEQ|EQUAL]
FILE(name)
In this case, name is replaced with the name of the file. You must code READ FILE and ( ) as shown. Commands can be entered in lowercase and you are free to code any valid text string for the name of the file.