CFACCESS Parameter Configuration

The CFACCESS configuration parameters are defined in the Platform Server JCL DD statement CFACCESS. The Platform Server SAMPLIB member CFACCESS shows a sample of the Platform Server CFACCESS configuration.

The CFACCESS configuration file is processed until a match is found, and only one entry is processed even if there are multiple entries that match. The CFACCESS processing is performed after the Platform Server responder profile processing. Therefore, the user ID defined is the actual z/OS user ID used by the Platform Server.

When defining CFACCESS configuration parameters, you have to comply with the following rules for continuation and comments.

In the following example, each parameter except the last one ends with a comma. By not putting a comma in the last parameter, the entry is completed.

USERID=”DEFAULT”,
NODE=NODEA,
SEND_HLQ=”c:\temp\”,
SEND_OPTION=ROOT,
RECEIVE_OPTION=NEVER
Is the same as:
USERID=DEFAULT,NODE=NODEA,SEND_DIR=c:\temp\,SEND_OPTION=ROOT,RECEIVE_OPTION=NEVER