HULFT

初めてマニュアルを見た(笑)

The results of post-send job execution are output to the post-receive job execution log. When executing post-receive follow-up jobs, HULFT appends an environment variableto the startup job. It is possible to obtain information regarding receive processing that activated the job by referencing the environment variable in the started up job. A list of
appended environment variables is given below. Variable name Conversion rule

$HOST Convert to received host name
$FILEID Convert to file ID
$SDATE Convert to receive starting date (format: YYMMDD)
$SDATE2 Convert to receive starting date (format: YYYYMMDD)
$STIME Convert to receive starting time (format: HHMMSS)
$EDATE Convert to receive ending date (format: YYMMDD)
$EDATE2 Convert to receive ending date (format: YYYYMMDD)
$ETIME Convert to receive ending time (format: HHMMSS)
$COUNT Convert to receive count
$FILENM Convert to receive file name
$STATUS Convert to receive completion code

In addition, if the above variable name is specified as the startup application parameter when specifying the startup job of Job Registration, the environment variable value is automatically substituted and the application is activated.

なるほどなるほど・・・・。