Starting Operation Log Output system

To output the Operation Log, you must start the Operation Log Acknowledge job in advance.

The Operation Log 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 Operation Log Acknowledge job

Program interface

SBMJOB CMD(CALL PGM(Library name/HULOPLD)
[PARM(['LIB=Library name'] ['OUTPUT=filename'])])
JOB(HULOPLD) 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 Operation Log 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.

Note
  • To output all log records of the Operation Logs, start the Operation Log Acknowledge job first, before you start the Send Acknowledge job, the Receive Acknowledge job, and the Observe job.

  • To output the Operation Log, you must create the output library in advance. For details, refer to the explanation of the Operation Log in Administration Manual.

  • Set the CCSID (Coded Character Set Identifier) to "65535" when you start the Operation Log Acknowledge job. If you do not set the CCSID to "65535", communication with the Send Acknowledge job or the Receive Acknowledge job as well as the access to the management information may not be carried out properly.

  • 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.