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 REAL value to CMIP services

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

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

Read syntax diagramSkip visual syntax diagram
>>-+-------+----+-----+--mantissa--+----------------------+----><
   '-label-'    +- + -+            '-E--+-----+--exponent-'     
                '- - -'                 +- + -+                 
                                        '- - -'                 

The application program is required to use the hexadecimal BER format for specifying REAL values.

The following example shows how the ASN.1 syntax might define a REAL value.
X ::= REAL
 
Values for X would be:
      "3.14"
      "0.0"
      "-14.33e-05"

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014