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
What is the use of tdq and tsq?
how can you prevent more than one user from accessing the same transient data queue?
Name some translator and compile options and explain their meaning?
Differentiate between PCT and FCT.
What are the common cics service programs and explain their usage?
What is the kcp in the cics?
What does the 'cebr:cics' transactions do?
Explain how do you control cursor positioning?
Can you explain enq and deq used in cics?
Explain cebr transaction commands?
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 cics regions that share the same db2 subsystem?
Name the two types of transient data queues?
What is a transid?
Explain how can you accomplish breakpoint in intertest?
which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?