Job Execution Result Notification service settings

To acknowledge the Job Execution Result Notification, modify the Observe Definition file (service.dat) in accordance with the environment where HULFT works.

Description in the Observe Definition file

HULSNDRC hulsndrc -l [filename]

Parameter explanation

-l filename

Specify the file name of the file to which the message is output.

The message from the remote host will be output to the file. The file name should be specified by the full path within 200 bytes. When file name is not specified (when only '-l' is specified), 'hulsndrc.dat' is set as the default value.

Message output contents

hulsndrc   : HOSTNAME=Host name JOBNAME=job name DATE=Date
           TIME=Time RC=Status code MESSAGE=Message DN=Domain name

<Message explanation>

HOSTNAME:

Host name of the host that issues the Job Execution Result Notification (8 bytes)

JOBNAME:

Job name (60 bytes)

DATE:

Job end date

TIME:

Job end time (hh:mm:ss)

RC:

Status code (4 bytes)

MESSAGE:

Message (128 bytes)

DN:

Domain name (68 bytes)

Note
  • For the host name, the first 8 bytes of the domain name are displayed.

  • The job end date is displayed in the date format specified for Date Format (datefmt) in the System Environment Settings.

  • The record length of the message is 584 bytes.