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 pic clause for the hhmmss type of data fields?
Define task work area?
What is a transid?
Explain cedf transaction commands?
Explain how do you terminate an already issued delay command?
What are the types of the dfhmdf present in the cics?
For protecting a transaction using the transaction security function, the two things that must be done are?
Explain cebr transaction commands?
How errors are handled in CICS programs?
How ENQ and DEQ used in CICS?
Highlight the difference between a symbolic map and physical map?
What is the cics command that is used to access current date and time?
What are the cics tables?
Can you define mdt?
what are the six different type of argument values in cobol that can be placed in various options of a cics command?