Why doesn?t CICS use the Cobol Open and Close statements ?
Answer Posted / 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 View All Answers
what is the cics command used to access current date and time?
Can you explain primary aspect of cics?
Can you define mdt?
Name the two types of transient data queues?
In the EIB block of CICS, highlight the names of few of the important fields?
what are the differences between temporary storage queue (tsq) and transient data quene (tdq)?
what is 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?
when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?
What is the cics command that is used to access current date and time?
Can you explain differences between temporary storage queue (tsq) and transient data queue (tdq)?
Can you explain common systems area?
Explain the function of the cics translator?
Explain the use of DCT ?
what are the six different type of argument values in cobol that can be placed in various options of a cics command?
Can you explain dfhmdf bms macro?