z/OS Communications Server: CMIP Services and Topology Agent Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


How an application program sends a NULL value to CMIP services

z/OS Communications Server: CMIP Services and Topology Agent Guide
SC27-3646-00

An application program can send a NULL value to CMIP services in any of the following forms:

Read syntax diagramSkip visual syntax diagram
>>-+-------+--+-null----------------+--------------------------><
   '-label-'  +-NULL----------------+   
              |       (1)           |   
              +-value---------------+   
              |          (1)        |   
              +-variable------------+   
              |              (2)    |   
              '-<--hex value------>-'   

Notes:
  1. Variables specified in this position must resolve to NULL.
  2. When specifying a value in this format, remember that the BER representation of a NULL consists only of a tag and length field that indicates tha the length is zero. Therefore, the proper representation of hexadecimal BER should be "<>".
An application program can specify a NULL value by specifying:
  • The character string NULL
  • An ASN.1 value label that resolves to a NULL value
  • A MIB variable that resolves to a NULL value

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014