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
Particular area has been affected in cics screen, what is the process to find?
Explain 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?
What is the pic clause for the hhmmss type of data fields?
What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?
What is fset?
Kindly specify the pic clause for the data type of length option field type of data fields?
Can you explain common systems area?
which is the cics control program that provides communication services between user written application programs and terminals?
Why do we need integrated cics translator?
What are the main uses of the transaction in the cics?
What is frset?
cics command level is?
Explain what is a cursor in cics sql processing?
Explain the use of DCT ?
For protecting a transaction using the transaction security function, the two things that must be done are?