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

What is the EIB parameter and the CICS command used to implement Pseudo-Conversational technique using single PCT ? Single PPT entry?

1 Answers   IBM,


what is the cics command used to access current date and time?

0 Answers   IBM,


plz give the syntax for receive map and receive text cmds in cics

1 Answers  


is it possible to create TDQ's and TSQ's dynamically,How

1 Answers  


when will be use the tdq and tsq??

2 Answers   Keane India Ltd,






What is the difference between a physical BMS mapset and a logical BMS mapset?

3 Answers   IBM,


Can you explain common systems area?

0 Answers  


kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?

0 Answers   IBM,


define the field with ic in the bms map.

0 Answers   IBM,


What will happen, if an out-of-range or negative value is specified in the LENGTH option of the SEND

1 Answers  


Can you explain differences between temporary storage queue (tsq) and transient data queue (tdq)?

0 Answers  


What are the main uses of the transaction in the cics?

0 Answers  


Categories