Starting Receive system
To let HULFT carry out receiving, you must start the Receive Acknowledge job first.
The Receive Acknowledge job starts only if the System Environment Settings file (HULENV) is recognized. The job does not start if a parameter error occurred at startup.
At the time of startup, some parameters are handed over from resident jobs to the jobs to start. For details, refer to the explanation on the start and end procedures in Administration Manual.
For the System Environment Settings file, refer to Administration Manual.
(1) Starting the Receive Acknowledge job
SBMJOB CMD(CALL PGM(Library name/HULRCVD)
[PARM(['LIB=Library name'] ['OUTPUT=filename'])])
JOB(HULRCVD) JOBQ(Library name/HULJOBQ)
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.
- OUTPUT=filename
-
Destination of the messages that the Receive system outputs (Optional)
Specify this parameter in the format of Library name/File name(Member name).
The number of log records that a log file can retain is unlimited.
If omitted, the log is output to the file specified in the System Environment Settings.
For details, refer to Administration Manual.
= Remarks =For the message with message output parameter (OUTPUT) specified, refer to Error Codes and Messages.
-
Set the CCSID (Coded Character Set Identifier) to "65535" when you start the Send Acknowledge job. If you do not set the CCSID (Coded Character Set Identifier) to "65535", code conversion may not be carried out properly, in the case where CCSID of the Receive file does not agree with that of the Receive job.
-
If you set the JOBMSGQFL (Job message queue full action) to "*NOWRAP", HULFT resident jobs may not work in some cases when the Job message queue becomes full.