CFACCESS Parameters
You have to define some CFACCESS parameters to control file transfer authorization for a user or node.
| Parameter | Description |
|---|---|
USERID
|
Defines the user ID that is associated with the file transfer.
This parameter can be used along with the
Note: If the
NODE and
IPADDR parameters are not defined, then this parameter must be defined.
You can specify a special user ID called
|
NODE
|
Defines the node that is associated with the file transfer.
Nodes are defined within the Platform Server CONFIG DD statement. This parameter can be used along with the
Note:
You can specify a special node called
|
IPADDR
|
Defines the IP address that is associated with the file transfer.
This parameter can be used along with the
Note:
If this parameter is not entered, no checking is performed on the IP address for this entry. |
SEND_OPTION
|
Defines the options for sending files.
This parameter has no default value, which indicates that no restrictions are placed on a user/node. Valid values are:
|
RECEIVE_OPTION
|
Defines the options for receiving files.
This parameter has no default value, which indicates that no restrictions are placed on a user/node. Valid values are:
|
COMMAND_OPTION
|
Defines the options for executing commands.
This parameter has no default value, which indicates that no restrictions are placed on a user/node. The command options are checked under the following two circumstances:
Valid values are:
|
SUBMIT_OPTION
|
Defines the options for submitting jobs to the z/OS internal reader.
This parameter has no default value, which indicates that no restrictions are placed on a user/node. Valid values are:
|
SEND_HLQ
|
Defines the HLQ to which the file name of the sent file is appended to create the new file transfer file name.
This parameter is required when
You can restrict the file names that users can use. |
RECEIVE_HLQ
|
Defines the HLQ to which the file name of the received file is appended to create the new file transfer file name.
This parameter is required when
You can restrict the file names that users can use. |
SUBMIT_HLQ
|
Defines the HLQ to which the file name of the transfer request is appended to create the new file transfer file name.
This parameter is required when
You can restrict the file names that users are allowed to use. The new file transfer name is read and the data records are written to the z/OS internal reader. Note: This parameter is only used for PPA submit requests.
|