REGCP$HELP.HLB  —  CREATE  VALUE  Qualifiers  /DATA
    /DATA=value

    The value can be one of the following:

    o  String (for example, /DATA=COSMOS)

    o  An array of strings separated by a comma and enclosed in
       parentheses (for example, /DATA=(COSMOS,Noidea)

    o  A longword in binary, octal, decimal, or hexadecimal format.
       %B, %O, %D, and %X, or 0B, 0O, 0D, and 0X prefixes specify
       the format.  The default is decimal.

       Examples: /DATA=%X1A0FCB (hex)
                 /DATA=0X1A0FCB (hex)
                 /DATA=%D1234 (decimal)
                 /DATA=1234 (decimal, by default)

                             NOTE

        You cannot specify the /INPUT qualifier with /DATA.
Close Help