Why doesn?t CICS use the Cobol Open and Close statements ?

Answers were Sorted based on User's Feedback



Why doesn?t CICS use the Cobol Open and Close statements ?..

Answer / 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

Why doesn?t CICS use the Cobol Open and Close statements ?..

Answer / bobby

CICS files should not be defined in CICS programs using SELECT and FD clauses. Also, OPEN and CLOSE statements need not be given inside the program.

Files can be opened and closed using the CICS command
CEMT I FILE and then issuing an 'o'pen or a 'c'lose.

Files can be defined in CICS by CEDA command.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More CICS Interview Questions

How is addressability achieved to the data outside programs working-storage.?

3 Answers  


Suppose you are adding a new field in a map, and that field should also be added as a new column in DB2 table. How do you implement this? what is the impact analysis u will do?

2 Answers   Thomson,


Explain the difference between tsq and tdq

0 Answers  


Specify cics transaction initiation process?

0 Answers  


Mention the 5 fields available in the symbolic map for every ?NAMED? field in the DFHMDI macro? Give a brief description of these fields (Not exceeding a line).

2 Answers   IBM,


What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?

0 Answers  


What is the process of converting the CICS commands into the equivalent host language statements called?

3 Answers  


Mention the option (along with argument type) used in a CICS command to retrieve the response code

3 Answers  


How can you use dynamic calls in cics?

0 Answers  


Can ESDS files be accessed from CICS?

0 Answers  


plz tell me abt PF key and PA keys

2 Answers   Cap Gemini,


When you compile a CICS program, the (pre)compiler puts an extra chunk of code. Where does it get stored

1 Answers  


Categories