Resend Queue Records Delete command

You can delete a record from the Resend Queue Status List.

Program interface

CALL Library name/UTLRESNDRM PARM(['LIB=Library name'] ['F=fileid'] 
   ['H=hostname'] ['FILE=filename'] ['G'] ['OUTPUT=filename'] ['EXIT' CL variable name])

Explanation of parameters

LIB=Library name

Library name in which HULFT is installed ("HULFT" by default)

Specify this parameter as an alphanumeric character string of 10 bytes or less starting with an alphabet.

F=fileid

File ID on the Resend Queue, which is to be deleted (Optional)

You can omit this parameter only if the parameter "H=" is specified.

Specify a string of alphanumeric characters (and "_" if desired) that is within 50 bytes.

H=hostname

Remote host name on the Resend Queue, which is to be deleted (Optional)

You can omit this parameter only if the parameter "F=" is specified.

Specify this parameter as an alphanumeric character string of 68 bytes or less.

FILE=filename

File ID on the Resend Queue, which is to be deleted (Optional)

For a physical data file, specify the name in the format of Library name/File name(Member name). For an archive file, specify the name in the format of Library name/File name.

Specify these names as an alphanumeric character string of 10 bytes or less starting with an alphabet, respectively.

When omitted, all the file names in the Resend Queue become the targets of this command.

G

Control of error messages that the Resend Queue List Delete command outputs (Optional)

When omitted, HULFT displays error messages.

OUTPUT=filename

Destination of the error messages that the Resend Queue List Delete command outputs (Optional)

Specify this parameter in the format of Library name/File name(Member name).

When omitted, error messages are not output.

The number of log records that a log file can retain is unlimited.

EXIT CL variable name

Specifies to receive the error code output by the Resend Queue List Delete command and specifies the CL variable name to set the error code value (Optional)

The CL variable name must immediately follow the EXIT tag.

HULFT sets an error code to the CL variable only if the command ends unsuccessfully.

When omitted, an error code is not set.

Command interface

UTLRESNDRM FILEID( ) HOSTNAME( ) LIBRARY( ) RSDFILE( ) RSDMBR( ) RSDFATR( ) 
 MSG( ) FILE( ) MBR( )

Explanation of parameters

FILEID

File ID on the Resend Queue, which is to be deleted (Optional)

You can omit this parameter only if the HOSTNAME parameter is specified.

Specify a string of alphanumeric characters (and "_" if desired) that is within 50 bytes.

HOSTNAME

Remote host name on the Resend Queue, which is to be deleted (Optional)

You can omit this parameter only if the FILEID parameter is specified.

Specify this parameter as an alphanumeric character string of 68 bytes or less.

LIBRARY

Library name in which HULFT is installed ("HULFT" by default)

Specify this parameter as an alphanumeric character string of 10 bytes or less starting with an alphabet.

RSDFILE

File ID on the Resend Queue, which is to be deleted (Optional)

Specify this parameter in the format of Library name/File name.

Specify these names as an alphanumeric character string of 10 bytes or less starting with an alphabet, respectively.

When omitted, all the file names on the Resend Queue become the targets of deletion.

RSDMBR

Member name of the file on the Resend Queue, which is to be deleted ("*FILE" by default)

Specify this parameter as an alphanumeric character string of 10 bytes or less starting with an alphabet.

When omitted, the same file name as the file that is specified for the RSDFILE parameter is used.

RSDFATR

Attribute of the file on the Resend Queue, which is to be deleted (*PF by default)

*PF :

Physical file

*SAVF :

Archive file

If you specify "*SAVF" for this parameter, HULFT does not use the value of the RSDMBR.

MSG

Control of error messages ("*YES" by default)

*NO :

Suppress error messages.

*YES :

Show error messages.

FILE

Name of the library and the file to which error messages are output (Optional)

Specify this parameter in the format of Library name/File name.

Specify these names as an alphanumeric character string of 10 bytes or less starting with an alphabet, respectively.

When omitted, error messages are not output. The number of log records that a log file can retain is unlimited.

MBR

Member name of the file to which error messages are output ("*FILE" by default)

Specify this parameter as an alphanumeric character string of 10 bytes or less starting with an alphabet.