Remote Job Execution service settings

To acknowledge the Remote Job Execution, modify the Observe Definition file in accordance with the environment where HULFT works.

Description in the Observe Definition file

HULRJOB  hulrjob -l [filename] [-v8]

Parameter explanation

-l filename

Specify the file name of the file to which the job execution result is output.

The file name should be specified by the full path within 200 bytes. When file name is not specified (when only '-l' is specified), 'joblog.dat' is set as the default value.

-v8

Specify this parameter to display the full job ID and the full job name. (Optional)

The job execution request result is displayed with the full job ID and the full job name.

If omitted, the first eight characters of the job ID and the first 60 characters of the job name are displayed.

Job result output contents (when [-v8] is not specified)

JOBID=Job ID HOST=Host name
DATE=Date STIME=Start time ETIME=End time RC=0000 JOB=Job

<Output example>

JOBID=JOB01 
 HOST=xs3475 
        DATE=2014/12/21 STIME=21:50:28 ETIME=21:50:33 RC=0000 JOB=C:\WINNT\Notepad.exe 
        DATE=2014/12/21 STIME=21:50:33 ETIME=21:50:35 RC=0000 JOB=C:\WINNT\Notepad.exe 
        DATE=2014/12/21 STIME=21:50:35 ETIME=21:50:37 RC=0000 JOB=C:\WINNT\Notepad.exe

= Remarks =

When multiple jobs are registered in Job ID, the execution result of the jobs will be output with items from 'DATE' to 'JOB' displayed for each of the jobs.

<Message explanation>

JOBID:

Job ID (8 bytes)

HOST:

Request issue host name

DATE:

Job start date

STIME:

Job start time (hh:mm:ss)

ETIME:

Job end time (hh:mm:ss)

RC:

Job status code (4 bytes)

JOB:

Executed job (60 bytes)

Note

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

Job result output contents (when [-v8] is specified)

JOBID=Job ID
 HOST=Host name
        DATE=Date STIME=Start time ETIME=End time RC=0000 JOB=Job

<Output example>

JOBID=JOB01234567890123456789012345678901234567890123456 
 HOST=HOST01234567890123456789012345678901234567890123456878901234567 
        DATE=2014/12/21 STIME=21:50:28 ETIME=21:50:33 RC=0000 JOB=C:\WINNT\Notepad.exe 
        DATE=2014/12/21 STIME=21:50:33 ETIME=21:50:35 RC=0000 JOB=C:\WINNT\Notepad.exe 
        DATE=2014/12/21 STIME=21:50:35 ETIME=21:50:37 RC=0000 JOB=C:\WINNT\Notepad.exe

= Remarks =

When multiple jobs are registered in Job ID, the execution result of the jobs will be output with items from 'DATE' to 'JOB' displayed for each of the jobs.

<Message explanation>

JOBID:

Job ID (50 bytes)

HOST:

Request issue host name

DATE:

Job start date

STIME:

Job start time (hh:mm:ss)

ETIME:

Job end time (hh:mm:ss)

RC:

Job status code (4 bytes)

JOB:

Executed job (200 bytes)

Note

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