Issuing a Receive Ready Notification request
The Receive Ready Notification function enables to notify all hosts registered in the Host Information of readiness status for receiving.
Before you execute the Receive Ready Notification command, make sure that the Send Acknowledge job and the Observe job are running on the remote host and that the Receive Acknowledge job is running on the local host.
(1) Receive Ready Notification command
Program interface
CALL Library name/UTLRECV PARM(['LIB=Library name'] 'A'
['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.
- A
-
Submit the Resend Request to all the hosts registered in Host Information (Mandatory)
- G
-
Control of error messages that the Receive Ready Notification command outputs (Optional)
When omitted, HULFT displays error messages.
- OUTPUT=filename
-
Destination of the error messages that the Receive Ready Notification 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 Receive Ready Notification 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
UTLRECV HOSTNAME( ) RESEND( ) CHKP( ) LIBRARY( ) MSG( ) FILE( ) MBR( )
Explanation of parameters
- HOSTNAME
-
Name of remote host to which you submit a request for resending (Mandatory)
If "*ALL" is specified, all the host names on the Resend Queue become the targets of this command.
- RESEND
-
Resend Request (Mandatory)
- *NO :
-
Do not submit the Resend Request.
- *YES :
-
Submit Resend Request.
Specify "*YES" whenever Receive Ready Notification will be issued.
- CHKP
-
Specification of checkpoint ("*YES" by default)
- *NO :
-
Resend File started from the beginning.
- *YES :
-
Resend File started from the point where an error occurred.
- 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.
- 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.