IFCID269: Trusted Connection

The IFCID269 DD contains the extracted IFCID 269 (Trusted Connection) records.

Fields

Begin program-specific programming interface information.The IFCID269 DD has the following fields:
CONNECTION TYPE
The type of trusted connection. CONNECTION TYPE can have the following values:
  • ESTABLISHED
  • REUSED
Field Name: QW0269TY
STATUS
The status of the trusted connection. This value indicates a success if a trusted connection was established or reused successfully. It indicates a failure if a trusted connection failed when it was tried to be established or reused. STATUS can have the following values:
  • FAILED
  • SUCCESS
Field Name: QW0269ST
SQLCODE
The SQLCODE that is returned after running the SQL statement.
Field Name: QW0269SQ
TRUSTED CONTEXT NAME
The trusted context name.
Field Name: QW0269TC
SYSTEM AUTHID USED
The system authorization ID that is used to establish the trusted connection.
Field Name: QW0269SA
ROLE ASSOCIATED
The default role that is associated with the context.
Field Name: QW0269RC
OBJECT OWNER
The owner of the objects that are created using the trusted context. This value indicates whether a ROLE or an AUTHORIZATION ID created the objects. OBJECT OWNER can have the following values:
  • AUTHID
  • ROLE
Field Name: QW0269OT
SECURITY LABEL
The security label.
Field Name: QW0269SL
TCP/IP ADDRESS
The communication TCP/IP address that is used for connection.
Field Name: QW0269AD
SERVAUTH NAME
The SERVAUTH name of the TCP/IP security zone.
Field Name: QW0269SR
ENCRYPTION
The encryption value that is to be associated with the encryption trust attribute for a trusted context.
Field Name: QW0269EC
JOB NAME
The job name for a local application.
Field Name: QW0269JN
REUSE AUTHID
The authorization ID under which a trusted connection is reused.
Field Name: QW0269RA
USER ROLE
The user role.
Field Name: QW0269RU
PROFILE NAME
The profile name.
Field Name: QW0269PR

Example

CONNECTION TYPE     : ESTABLISHED                          
STATUS              : SUCCESS          SQLCODE:  0000000000
TRUSTED CONTEXT NAME: CTXCC1A33                            
SYSTEM AUTHID USED  : USRT003                              
ROLE ASSOCIATED     : ROLECC1A3_SYSADM                     
OBJECT OWNER        : ROLE                                 
SECURITY LABEL      : ........                             
TCP/IP ADDRESS      : 9.30.89.162                          
SERVAUTH NAME       :                                      
ENCRYPTION          : NONE                                 
JOB NAME            :                                      
REUSE AUTHID        :                                      
USER ROLE           : ROLECC1A3_SYSADM                     
PROFILE NAME        :
End program-specific programming interface information.