What is the function of the EXEC CICS HANDLE CONDITION
command?
Answer Posted / ankit
handle condition route the cursor to particular para inorder
to take the paricular action when that error codition
occured after execution of that command.
exec cics handle condition
notfnd (para-1),
invrec (para-2),
duprec (para-3)
end-exec.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is non-conventional programs?
What is mainframe cics?
Name the two types of transient data queues?
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 cics command level?
Name some translator and compile options and explain their meaning?
What is the use of the eibaid field?
Name a few CICS programs which are generally used ?
What is the pic clause for the any bll cell type of data fields?
what is eib, how is can be used?
Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?
What is the kcp in the cics?
What is task control?
Explain how many conditions can you include in a single handle condition command?
Explain how do you control cursor positioning?