Explain how to handle exceptional conditions in CICS.
Answer / guest
an abnormal situattion during execution of a CICS COMMAND
is called execeptional condition.
for v can use HANDLE CONDITION command. this IS USED to
transfer control to the procedure label specified if the
execeptional cond specified occurs. once a HANDLE CONDITION
command request has been made , it remains active until the
end of d program or another HANDLE CONDITION request
overrides it.
EXEC CICS HANDLE CONDITION
CONDITION(LABEL)
[CONDITION(LABEL)]
[ERROR(LABEL)]
END-EXEC.
no more than conditions specfied in a single HANDLE
CONDITION command.
| Is This Answer Correct ? | 4 Yes | 0 No |
what are the differences between temporary storage queue (tsq) and transient data quene (tdq)?
What is the meaning of BMS length of field = 0?
what are transient data sets defined to cics?
I WORKING WITH VSAM AND CICS WHEN I AM DEFINING MY FILE IN THE FCT .I GOT ERROR LIKE "CDS IS FULL". WHAT ITS MEAN
how to make the entire screen protected. i.e., for example when we design a delete screen before deleting the details we need to popup a screen saying do u wish to delete(Y/N). When this screen appears i want to make the previous screen fields as protected.Please help me with the anser. i need the entire screen to be protected. Thanks in advance
What do the terms locality of reference and working set mean?
Name at least one of the ways by which a transaction can be terminated?
What is the component?what are the different components there using cobol and cics
What are the CICS commands available for program control?
How many ways to share information between different CICS programs?
Explain what is the massinsert option?
Why must all CICS programs have a Linkage Section ?