Home

 

PL/I declaration

dcl
 1 MQSCO based,
  3 StrucId           char(4),       /* Structure identifier */
  3 V          fixed bin(31), /* Structure version number */
  3 KeyRepository     char(256),     /* Location of SSL key
                                        repository */
  3 CryptoHardware    char(256),     /* Cryptographic hardware
                                        configuration string */
  3 AuthInfoRecCount  fixed bin(31), /* Number of MQAIR records
                                        present */
  3 AuthInfoRecOffset fixed bin(31), /* Offset of first MQAIR record
                                        from start of MQSCO structure */
  3 AuthInfoRecPtr    pointer;       /* Address of first MQAIR record */


 

Home