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 are the cics transactions?
Name the two types of transient data queues?
what is the differences between getting the system time with eibtime and asktime command?
Can you explain cics translator?
Can you define temporary storage?
How errors are handled in CICS programs?
What is the term bms in cics?
Add a field to screen when what's the flow of impact?
Explain how and where is the twa size set?
Explain the significance of rdo?
Define an asra?
Explain the difference between start and xctl?
Can you explain dfhmdf bms macro?
define the field with ic in the bms map.
Kindly specify the pic clause for the any bll cell type of data fields?