CL Command Reference - ADDCICSFCT

CL Command List > ADDCICSFCT Reference

Description:

Use the Add CICS File Control Table (ADDCICSFCT) command to add an entry to the file control table (FCT). The FCT defines all the files, both local and remote, that are used either by CICS or by application programs. All files must conform to one of the VSAM file types:
. Key-sequence data set (KSDS), that is each record is accessed by predefined keys
. Entry-sequence data set (ESDS), that is each record is accessed by its relative byte address
. Relative-record data set (RRDS), that is each record is accessed by its record number


Examples:

None.