Why doesn?t CICS use the Cobol Open and Close statements ?
Answer Posted / yogendra shinde
CICS doesn't handle file the way COBOL does.
CICS doesn't have any FILE SECTION like COBOL.
File handling part is done separately.
A programmer has to declare file to be used in FCT table and
OPEN or CLOSE file exclusively by giving OPEN <FILE NAME>
command at CICS login before running the CICS application
pgm
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
which is the cics control program that provides communication services between user written application programs and terminals?
What does EIB mean in CICS?
In the EIB block of CICS, highlight the names of few of the important fields?
What are the types of important programs that are used in the cics?
Specify the requirements for automatic task initiation?
Explain the difference between link xctl?
How errors are handled in CICS programs?
Explain how would you resolve an asra abend?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
What will happen if some program tries to process a queue on which an ENQ command has been issued by some other program?
Explain the mdt in cics?
Explain the difference between physical map and symbolic map?
difference between tsq and tdq?
Db2 what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cicsregions that share the same db2 subsystem?
how do you execute a background cics txn ?