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
Specify the requirements for automatic task initiation?
how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.
What is the abend command?
Explain the function of the terminal control table?
What is an mdt (modified data tag)?
Explain the difference between physical map and symbolic map?
What is a cics task?
Explain the cics command that is used for reading a record from the tdq?
Can you use occurs in bms map?
What is the pcp in the cics?
In a CICS program, how will you read a VSAM file?
What is the common systems area?
What are the types of processes to create a map in cics?
what are the reserved words for cics?
Explain how pa key is different from pf key?