z/OS Communications Server: SNA Programmer's LU 6.2 Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


How to read the syntax diagrams

z/OS Communications Server: SNA Programmer's LU 6.2 Reference
SC27-3670-00

Purpose

This section describes how to read the syntax diagrams used in this book.
  • Read the diagrams from left-to-right, top-to-bottom, following the main path line. Each diagram begins on the left with double arrowheads (►►) and ends on the right with two arrowheads facing each other (►◄).
    Read syntax diagramSkip visual syntax diagram
    >>-| Syntax Diagram |------------------------------------------><
    
    
  • If a diagram is longer than one line, the first line ends with a single arrowhead (►) and the second line begins with a single arrowhead.
    Read syntax diagramSkip visual syntax diagram
    >>-| First Line |----------------------------------------------><
    
    
    Read syntax diagramSkip visual syntax diagram
    >>-| Second Line |---------------------------------------------><
    
    
  • Required operands and values appear on the main path line.
    Read syntax diagramSkip visual syntax diagram
    >>-REQUIRED_OPERAND--------------------------------------------><
    
    

    You must code required operands and values.

    If your choices are greater than one, the choices are stacked vertically in alphanumeric order.

    Read syntax diagramSkip visual syntax diagram
    >>-+-REQUIRED_OPERAND_OR_VALUE_1-+-----------------------------><
       '-REQUIRED_OPERAND_OR_VALUE_2-'   
    
    
  • Optional operands and values appear below the main path line.
    Read syntax diagramSkip visual syntax diagram
    >>-+---------+-------------------------------------------------><
       '-OPERAND-'   
    
    

    You can choose not to code optional operands and values.

    If your choices are more than one, they are stacked vertically in alphanumeric order below the main path line.

    Read syntax diagramSkip visual syntax diagram
    >>-+--------------------+--------------------------------------><
       +-OPERAND_OR_VALUE_1-+   
       '-OPERAND_OR_VALUE_2-'   
    
    
  • An arrow returning to the left above an operand or value on the main path line means that the operand or value can be repeated. The comma means that each operand or value must be separated from the next by a comma.
    Read syntax diagramSkip visual syntax diagram
       .-,------------------.   
       V                    |   
    >>---REPEATABLE_OPERAND-+--------------------------------------><
    
    
  • An arrow returning to the left above a group of operands or values means that more than one can be selected, or a single one can be repeated.
    Read syntax diagramSkip visual syntax diagram
    >>-+---------------------------------------+-------------------><
       | .-,---------------------------------. |   
       | V                                   | |   
       '---+-REPEATABLE_OPERAND_OR_VALUE_1-+-+-'   
           '-REPEATABLE_OPERAND_OR_VALUE_2-'       
    
    
  • A word in all uppercase is an operand or value you must spell exactly as shown. In this example, you must code OPERAND.
    Note: VTAM® commands are not case-sensitive. You can code them in uppercase or lowercase.
    Read syntax diagramSkip visual syntax diagram
    >>-OPERAND-----------------------------------------------------><
    
    

    If an operand or value can be abbreviated, the abbreviation is discussed in the text associated with the syntax diagram.

  • If a diagram shows a character that is not alphanumeric (parentheses, periods, commas, and equal signs), you must code the character as part of the syntax. In this example, you must code OPERAND=(001,0.001).
    Read syntax diagramSkip visual syntax diagram
    >>-OPERAND--=--(--001--,--0.001--)-----------------------------><
    
    
  • If a diagram shows a blank space, you must code the blank space as part of the syntax. In this example, you must code OPERAND=(001 FIXED).
    Read syntax diagramSkip visual syntax diagram
    >>-OPERAND--=--(--001-- --FIXED--)-----------------------------><
    
    
  • Default operands and values appear above the main path line. VTAM uses the default if you omit the operand entirely.
    Read syntax diagramSkip visual syntax diagram
       .-DEFAULT-.   
    >>-+---------+-------------------------------------------------><
       '-OPERAND-'   
    
    
  • A word appearing in all lowercase italics is a variable. Where you see a variable in the syntax, you must replace it with one of its allowable names or values, as defined in the text.
    Read syntax diagramSkip visual syntax diagram
    >>-variable----------------------------------------------------><
    
    
  • References to syntax notes appear as numbers enclosed in parentheses above the line. Do not code the parentheses or the number.
    Read syntax diagramSkip visual syntax diagram
               (1)   
    >>-OPERAND-----------------------------------------------------><
    
    
    Notes:
    1. An example of a syntax note.
  • Some diagrams contain syntax fragments; these serve to break up diagrams that are too long, too complex, or too repetitious. Syntax fragment names appear in mixed case and are shown in the diagram and in the heading of the fragment. The fragment is placed below the main diagram.
    Read syntax diagramSkip visual syntax diagram
    >>-| Reference to Syntax Fragment |----------------------------><
    
    
    Read syntax diagramSkip visual syntax diagram
    Syntax Fragment
    
    |--1ST_OPERAND--,--2ND_OPERAND--,--3RD_OPERAND------------------|
    
    

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014