Remote Job Execution Service Settings

It is not necessary to change the Observe Definition file. However, when the message output destination file name is to be changed, it should be carried out as follows.

Description method of Observe Definition file

HULRJOB HULRJOB [{[L=File name]|V8=File name}]

Parameter explanation

[L=File name]

Message output destination filename (Optional)

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

'HULFT/HULRJOB(HULRJOB)' is set as default value.

Specifying this parameter outputs the first 8 bytes of the Job ID.

V8=File name

Message output destination filename (Optional)

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

You cannot describe only tag, as in 'V8=.'

Specifying this parameter outputs the Job ID in 50-byte length.

Message output contents

JOBID=Job ID HOST=host name DATE=Date STIME=Start time ETIME=End time RC=Status code

<Explanation of each field>

JOBID :

Job ID

  • If you specify 'L=' parameter: 8 bytes

  • If you specify 'V8=' parameter: 50 bytes

HOST :

Request issue destination host name (68 bytes)

DATE :

Job start date (YYYY/MM/DD)

STIME :

Job start time (HH:MM:SS)

ETIME :

Job end time (HH:MM:SS)

RC :

Status code (15 bytes)

= Remarks =
  • The message fields are delimited by Null characters.

  • Value of the Date parameter are represented according to the value that is specified for the Date Format (DATEFMT) of the System Environment Settings.