Example 3: One line row defined for COSDEF3

In the following example, one line row has been defined for COSDEF3. Because the only operand specified for the line row was its number, default values are substituted for the remaining line row characteristics. These values are obtained from the appropriate set of defaults for line row 8, which in this case, is the set of defaults for 8-row definitions (because NUMBER is not coded on the APPNCOS definition statement and it therefore defaults to 8). Had NUMBER=12 been coded on the APPNCOS definition statement, the set of defaults for 12-row definitions would have been substituted for the remaining line row characteristics for line row 8. The same situation applies for the node row coded in this example, except that the default values are obtained from the set of defaults for node row 1.
 
***********************************************************************
* COS entry                                                           *
***********************************************************************
COSDEF3  APPNCOS PRIORITY=HIGH                   transmission priority
***********************************************************************
* Line row                                                            *
***********************************************************************
         LINEROW NUMBER=8                        line row number
***********************************************************************
* Node row                                                            *
***********************************************************************
         NODEROW NUMBER=1                        node row number