Resend Queue Deletion
You can delete a record in the Resend Queue.
Resend Queue Deletion Program (XRRSNDDL)
Program Name
XRRSNDDL
Execution parameters (for EXEC statement)
[DEL-ALL]
- DEL-ALL
-
This parameter is defined to delete all records of the Resend Queue.
Specify this parameter when you want to delete all records in the Resend Queue.
When you define this parameter, the program ignores the contents of the XRCRD definition card.
XRSYSIN Definition Card
This card defines the System Environment Settings of HULFT system. For details on the definitions, refer to the following:
HULFT10 for zOS Administration Manual :
Format of definition card
OPLSELECT=Operation Log Output Option (*1)
*1 |
: |
When you use the operation log output function, you must include definitions related to operation logs. For details, refer to Definitions for operation logs. |
XRCRD Definition Card
The following shows the format of the definition card for deleting a record in the Resend Queue.
Format of definition card
a b c d DELRSND [FILE-ID=xxxxxxxx] [,HOST=xxxx...xxxx] [,DSNAME=xxxx...xxxx][,NO=99999999]
If the definition card spans two lines, use either of the following two methods to define the definition card:
-
Describe the first line up to column 71, and then insert a hyphen (-) in column 72. Describe the second line starting in column 1.
-
Describe a line up to a comma (,) that follows a parameter, insert a single byte space, and then insert a hyphen (-) in column 71 or before.
Input contents of definition card
- a. File ID
-
This parameter defines the file ID for the Resend Queue record to be deleted. (Optional)
Specify alphanumeric characters (and "_" if desired) within 50 bytes starting with an uppercase alphabetic character for this parameter.
Defaulting this parameter sets all file IDs as deletion targets.
- b. Host name
-
This parameter defines the name of the remote host for the Resend Queue record to be deleted. (Optional)
Specify alphanumeric characters within 50 bytes starting with an uppercase alphabetic character for this parameter.
Defaulting this parameter sets all host names as deletion targets.
- c. Dataset name
-
This parameter defines the data set name of the Send file for the Resend Queue record to be deleted. (Optional)
Specify alphanumeric characters within 44 bytes including the member name for this parameter.
Defaulting this parameter sets all data set names as deletion targets.
- d. Resend Queue List No.
-
This parameter defines the Resend Queue List No. for the Resend Queue record to be deleted. (Optional)
Specify a value from '1' to '99999999' for this parameter.
Defaulting this parameter sets all Resend Queue List Nos. as deletion targets.
Example of JCL
//XRRSNDDL JOB CLASS=A,MSGCLASS=B //XRRSNDDL EXEC PGM=XRRSNDDL //STEPLIB DD DSN=HULFT.LOAD,DISP=SHR //XRQUE DD DSN=HULFT.QUEUE,DISP=SHR //XRSYSIN DD DSN=HULFT.PARMLIB(HULPRM),DISP=SHR //SYSOUT DD SYSOUT=* //XRCRD DD * DELRSND FILE-ID=LOOPTEST,HOST=ZOS //
DD Name |
Value |
Description |
---|---|---|
STEPLIB |
HULFT.LOAD |
HULFT load module library |
XRQUE |
HULFT.QUEUE |
Send Control File |
XRSYSIN |
HULFT.PARMLIB(HULPRM) |
System Environment Settings File |