CFALIAS Parameters
You have to define some CFALIAS parameters to restrict a user's ability to define a file on your mainframe.
| 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. |
TYPE | Defines whether the processing is for send or receive requests.
This parameter is relative to the Platform Server for z/OS. Valid values are:
|
FILE | Defines the actual file name on the z/OS system.
The file name is translated to upper case unless the file is an HFS file. When specified, both
Note: FILE and
ALIAS are mutually exclusive with the
ALLOW parameter.
|
ALIAS | Defines the file name that the user sends.
This file name is translated to upper case, and is therefore not case sensitive. When specified, both
Note: FILE and
ALIAS are mutually exclusive with the
ALLOW parameter.
|
ALLOW | Defines whether the user is authorized to execute certain functions.
Valid values are:
Note: This parameter is mutually exclusive with the
FILE and
ALIAS parameters.
|