Examples of the FUSINQ Exec
The following examples of the FUSING exec show how to use this exec to inquire and report on requests.
Example 1
FUSINQ EXC=U DAYS=2
This command defines the Platform Server to display unsuccessful transfers for yesterday and today.
The output of this example is as follows:
**SELECTION CRITERIA** STARTDATE= 2008293 ENDDATE= 2008294 EXCEPTIONS= U number of transfers returned= 11 2008.293 09:38:48 RA20500001 REXXPROC FAILED 14.0.0.0 IBMUSER ACCT.TESTVB2 2008.293 09:38:48 IA20500001 REXXPROC FAILED 14.0.0.0 IBMUSER ACCT.TESTVB 2008.293 13:18:33 IA20500007 REXXPROC FAILED 190.190.190.100 FUSUSER ACCT.TESTVB 2008.293 13:23:52 IA20500008 REXXPROC FAILED 190.190.190.100 FUSUSER ACCT.TESTVB 2008.293 13:29:23 IA20500009 REXXPROC FAILED 190.190.190.100 FUSUSER ACCT.TESTVB 2008.293 13:32:36 IA20500010 REXXPROC FAILED 190.190.190.100 FUSUSER ACCT.TESTVB 2008.293 14:00:24 IA20500011 REXXPROC FAILED 190.190.190.100 IBMUSER ACCT.TESTVB 2008.294 09:42:04 IA21500007 REXXPROC FAILED 190.190.190.100 IBMUSER ACCT.TESTVB 2008.294 09:50:29 IA21500010 REXXPROC FAILED 190.190.190.100 IBMUSER ACCT.TESTVB retncode===> 0
The output includes the following information:
- Transfer completion dates for completed transfers and start dates for requests on the active queue
- Transfer completion times for completed transfers and start times for requests on the active queue
- Transaction number
- Process name
- Request status
- Remote system name or IP address
- Local user ID
- Local dataset name
Example 2
FUSINQ EDATE=TOD DAYS=2 or FUSINQ EDATE=TOD SDATE=YES
These two commands define the Platform Server to inquire on requests in the active queue and requests that are completed yesterday or today.
Example 3
FUSINQ TRN=IA18* UDATA=PRODACCT* PROCESS=SENDP1 HQ=H
This command defines the Platform Server to report on requests that meet the following selection criteria:
- Transaction number starts with
IA18. - User data starts with
PRODACCT. - Process name is
SENDP1. - Only requests that are completed (the history file) are checked.
- Because the SDATE, EDATE, and DAYS parameters are not defined, only requests that are completed today are scanned.
Example 4
FUSINQ LF=PROD.ACCT1* DAYS=10
This command defines the Platform Server to report on requests that meet the following selection criteria:
- Local file starts with
PROD.ACCT1. - Requests of the last 10 days are scanned.
- Active requests are scanned.
Example 5
FUSINQ LUSER=ACCTUSER SDATE=2008190 DAYS=20
This command defines the Platform Server to report on requests that meet the following selection criteria:
- User
ACCTUSERis the local user (specifically, the user that submitted the request) on the Platform Server system. - Start the inquiry on 2008190, and end the inquiry on 2008209.
- Active requests are scanned.