COBOL declaration for MQSCO
** MQSCO structure 10 MQSCO. ** Structure identifier 15 MQSCO-STRUCID PIC X(4). ** Structure version number 15 MQSCO-VERSION PIC S9(9) BINARY. ** Location of TLS key repository 15 MQSCO-KEYREPOSITORY PIC X(256). ** Cryptographic hardware configuration string 15 MQSCO-CRYPTOHARDWARE PIC X(256). ** Number of MQAIR records present 15 MQSCO-AUTHINFORECCOUNT PIC S9(9) BINARY. ** Offset of first MQAIR record from start of MQSCO structure 15 MQSCO-AUTHINFORECOFFSET PIC S9(9) BINARY. ** Address of first MQAIR record 15 MQSCO-AUTHINFORECPTR POINTER. ** Version 1 ** ** Number of unencrypted bytes sent/received before secret key is ** reset 15 MQSCO-KEYRESETCOUNT PIC S9(9) BINARY. ** Using FIPS-certified algorithms 15 MQSCO-FIPSREQUIRED PIC S9(9) BINARY. ** Version 2 ** ** Use only Suite B cryptographic algorithms 15 MQSCO-ENCRYPTIONPOLICYSUITEB PIC S9(9) BINARY OCCURS 4. ** Version 3 ** ** Certificate validation policy setting 15 MQSCO-CERTIFICATEVALPOLICY PIC S9(9) BINARY. ** Version 4Parent topic: Initial values and language declarations for MQSCO