Execution parameter and the System Environment Settings
Outline of function
To specify how the Receive program (XRRCV) and the Observe program (XRACCPT) behave while running, execute them with execution parameters.
Execution parameters point to the parameters specified in the following.
-
zOS:
-
Parameters specified by "PARM=" in the EXEC statement
-
MSP:
-
Parameters specified by "PARM=" in the EXEC statement
-
XSP:
-
Paramenters specified by the PARA statement
Recommended operation methods in HULFT8
Change the method of setting the execution behavior so that it is specified in the System Environment Settings, and not in the execution parameters.
If you specify both the execution parameters (in EXEC statement) and the fields in the System Environment Settings, the execution parameters override the field settings.
For the Receive program (XRRCV)
The execution parameters for the Receive program (XRRCV) and the fields for the system environment settings of the migration destination are shown in the following.
Table 3.1 Execution parameters for Receive program and fields for system environment settings
Field Name |
Execution Parameter Name |
System Environment Settings |
---|---|---|
Receive Application Name |
APPLNM |
RCV-APPLNM |
Receive Multiplex Level |
MAX-CON |
RCV-MAXCON |
Receive Record Length Check |
RECCHK |
RCV-RECCHK (*2) |
Handling of Receive Files While in Use |
RWAIT |
RCV-FILE-WAIT (*3) |
Retry Count for Receive File |
RCVRETRY |
RCV-FILE-RETRY |
Retry Interval for Receive File |
RCVRTIME |
RCV-FILE-RTIME |
Post-Receive Job Execution Timeout |
JOBWTIME |
RCV-JOBWTIME |
Socket Read Timeout (*1) |
TIMEOUT |
RCV-TIMEOUT |
Address Space Name of TCP/IP (*1) |
TCPIP |
TCPIP |
Search Scope for Receive File (*1) |
SMS |
RCV-FILE-SEARCH |
Pad Character |
CHRSET |
RCV-CHRSET (*4) |
Host Check |
HSTCHK |
HSTCHK (*5) |
Use Custom Character Table |
KNJALL |
GAIJIFILE (*6) |
*1 |
: |
This field can be specified in HULFT for zOS. |
*2 |
: |
If "RECCHK" is specified in the execution parameters, set "RCV-RECCHK=Y". |
*3 |
: |
If "RWAIT" is specified in the execution parameters, set "RCV-FILE-WAIT=Y". |
*4 |
: |
If "SMS" is specified in the execution parameters, set "RCV-FILE-SEARCH=C". |
*5 |
: |
If "HSTCHK" is specified in the execution parameters, set "HSTCHK=1". |
*6 |
: |
If "KNJALL" is specified in the execution parameters, set "GAIJIFILE=1". |
For the Observe program (XRACCPT)
The execution parameters for the Observe program (XRACCPT) and the corresponding fields for the system environment settings are shown in the following.
Table 3.2 Execution parameters for Observe program and fields for system environment settings
Field Name |
Execution Parameter Name |
System Environment Settings |
---|---|---|
Observe Application Name |
APPLNM |
APT-APPLNM |
Maximum Simultaneous Requests |
MAXーCON |
APT-MAXCON |
Observe Socket Read Timeout |
TIMEOUT |
APT-TIMEOUT |
Address Space Name of TCP/IP (*1) |
TCPIP |
TCPIP |
*1 |
: |
This field can be specified in HULFT for zOS. |