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
Explain the uses that are associated to tsq and tdq ?
What is the kcp in the cics?
What is interval control?
Explain the cics command that is used for reading a record from the tdq?
What is the use of tdq and tsq?
What is CICS ?
Mention the content that is present inside a PPT ?
Is length = 0 sufficient to ascertain that the field has been modified?
Can you explain enq and deq used in cics?
What Are Send Map Maponly & Send Map Dataonly ?
What is ENQ?
What are the main uses of the transaction in the cics?
How to dsect parameter is used in bms?
Explain the difference between using the read command with into option and set option?
Explain the use of DCT ?