What do you mean by the term fct?
Answer / Devender Singh
In CICS, FCT (File Control Table) is a data structure used to manage file operations. It contains information about the files that are opened and being processed, including their attributes such as record format, access method, and sequence.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the effect of including the TRANSID in the EXEC CICS RETURN command?
What is the function of the Terminal Control Table(TCT)?
What are the differences between an EXEC CICS XCTL and an EXEC CICS LINK command.
What is the difference between FSET and FRSET?
How can the fact that EIBCALEN is equal to zeros be of use to an application programmer?
What happens when a CICS command contains the NOHANDLE option?
how can we differentiate between conventional and pseudo-conventional coding just by seeing cobol code?
Why do we need integrated cics translator?
How many ways are there for initiating a transaction?
first when i try to write a record into the file, wresp=duprec, but follwed with that if i try to read the record it say record not fnd.. actually the record is not written in the file, but it says that duprec when trying to write... why this happens, pls help me asap..!
which is the cics control program that provides communication services between user written application programs and terminals?
what is quasi-reentrant program?