type in fileLink element

Thetype property of the fileLink element of the linkage options part specifies the type of file access being generated. Select from this list:
localFile
Specifies that the file resides on the same CICS® region as the program. This value is the default.
remoteFile
Specifies that the file might reside on a CICS region different from the region where the program resides. This value is valid only for CICS-managed VSAM files and transient data queues.

Feedback