Previous Topic: Operator Control Function Parameters

Next Topic: Operator Control Modification


DISPLAY Transfer Requests

To display transfer requests

  1. Create the parameter records which describe the transfers that you want to retrieve. For example, to retrieve all file transfers for remote system CHICAGO submitted by user ALEC, use these statements:
    TYPE=DISPLAY
    GROUP=CHICAGO
    LUSER=ALEC
    ACTIVE=YES
    INACTIVE=YES
    COMPLETED=YES
    
  2. Create the APIDSECT storage area and initialize the APIDSECT to nulls (X'00'), and set fields as follows:
  3. Create a link to program XCICCAPI and pass the APIDSECT as the COMMAREA:
    EXEC CICS LINK PROGRAM('XCICCAPI') COMMAREA(APIDSECT) LENGTH(328)
    
  4. Interrogate the return code APIRTNCD and the API message returned in APIMSG. If the return code is zero, the API#XFER field returns the same number of transfer requests that were returned to the TS queue specified by APIDSPLQ.