What is the drawback of using HANDLE CONDITION?
Answer / maheswarreddy
If we use handle condition if any errors occurs in the previous statementit doesnot take any action on that and moves ctrl to the next statement for succesfull execution. Wat is the use when ctrl moves to another statement without execute the previous statement
| Is This Answer Correct ? | 1 Yes | 7 No |
If TDQs are selfdestructive then why they are used? AND Why TSQs are preferred over TDQs?
How can you access esds files from cics?
What is the difference between pseudo-conversational and conversational?
There is map and length of field need to modified, let take cust id=2 is previous of 2 byte and now it has to be 5 byte ? how to modified the cics code ?what are change need to done ? where where u will do change ?
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?
Specify the CICS command used to read a VSAM record starting with prefix ?F?. Code all the relevant options.
A CICS program ABENDS with an ASRA ABEND code. What is its meaning?
Which is the EIB field that gives the date when a task was started?
Define communication area?
If I create a TSQ from one transaction, can I read it from another transaction?
Can you explain exec cics handle condition command?
The READ command with INTO option will read the record specified into the data area specified (True or False)