CL Command Reference - CRTICFF
CL Command List > CRTICFF Reference
Description:
The Create Intersystem Communications Function File (CRTICFF) command creates an intersystem communications function (ICF) file from the information specified on this command and from the data description specifications (DDS) contained in a source file.
An ICF file is used to perform input and output operations with communication devices.
Examples:
CRTICFF FILE(QGPL/ICFTEST) SRCFILE(QGPL/QDDSSRC)
MAXPGMDEV(5) ACQPGMDEV(DENVER)
This command creates the file ICFTEST in the QGPL library. The DDS source used to create the file is in member ICFTEST from file QDDSSRC in the QGPL library. Up to five program devices can be used with the file. The program device DENVER is acquired when the file is opened.