COBOL declaration for MQCSP
** MQCSP structure 10 MQCSP. ** Structure identifier 15 MQCSP-STRUCID PIC X(4). ** Structure version number 15 MQCSP-VERSION PIC S9(9) BINARY. ** Type of authentication 15 MQCSP-AUTHENTICATIONTYPE PIC S9(9) BINARY. ** Required for IBM i pointer alignment 15 MQCSP-RESERVED1 PIC X(4). ** Address of user ID 15 MQCSP-CSPUSERIDPTR POINTER. ** Offset of user ID 15 MQCSP-CSPUSERIDOFFSET PIC S9(9) BINARY. ** Length of user ID 15 MQCSP-CSPUSERIDLENGTH PIC S9(9) BINARY. ** Required for IBM i pointer alignment 15 MQCSP-RESERVED2 PIC X(4). ** Address of password 15 MQCSP-CSPPASSWORDPTR POINTER. ** Offset of password 15 MQCSP-CSPPASSWORDOFFSET PIC S9(9) BINARY. ** Length of password 15 MQCSP-CSPPASSWORDLENGTH PIC S9(9) BINARY.Parent topic: Initial values and language declarations for MQCSP