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
Can you define bms?
name the command that is used to dump the main storage areas related to a task?
Explain difference between call and link?
Can you explain dfheiblk?
Explain the difference between tsq and tdq
What is the eib parameter?
What does the 'cemt:cics' transactions do?
Explain the difference between link xctl?
What does the 'ceci:cics' transactions do?
For protecting a transaction using the transaction security function, the two things that must be done are?
What are the types of important programs that are used in the cics?
How to handle exceptional conditions in cics?
how do you intitiate another transaction?
what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
Receive consists of buffer option in it. What is the significance of this option?