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
How can you access qsam (seq) files from cics?
Explain 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?
Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?
Can you use occurs in bms map?
Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?
what are transient data sets defined to cics?
Define communication area?
Can you define ppt and what are its uses?
Can QSAM files be accessed from CICS?
Explain the difference between temporary storage queue (tsq) and transient data quene (tdq)?
Define an aica abend?
What are the types of important programs that are used in the cics?
What does a cics translator do?
Give certain situations where NEWCOPY is obligatory?
What is the syncpoint command?