What is the ABEND command and when would you use it?

Answers were Sorted based on User's Feedback



What is the ABEND command and when would you use it?..

Answer / m

ABEND command is used to terminate a task intensionally.


EXEC CICS ABEND

ABCODE(....)

END-EXEC.

Is This Answer Correct ?    4 Yes 2 No

What is the ABEND command and when would you use it?..

Answer / kumar

ABEND means abnormal termination of task.
Whenever this error occurs the program or task comes out
without any notice.
To overcome this we use ABEND command to notify the user
about the error code and close the task in a regular
fashion.

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More CICS Interview Questions

What is program reentrance?

0 Answers  


If TDQs are selfdestructive then why they are used? AND Why TSQs are preferred over TDQs?

5 Answers   IBM,


Explain the difference between dfhcommarea and tsq?

0 Answers  


How do you get data from a task that began with a START command?

2 Answers  


What is ENQ?

0 Answers  


mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?

0 Answers   IBM,


Use of DFHCOMMAREA in cics

2 Answers   Virtusa,


What is DFHEIBLK?

3 Answers   IBM,


Name some important fields in the EIB block ?

2 Answers   IBM,


What RCT Entries will you make for a CICS DB2 program??

1 Answers   Accenture,


write the logic for PAGEUP and PAGEDOWN by using psuedo conversatation technique?

2 Answers   Cap Gemini,


when will be use the tdq and tsq??

2 Answers   Keane India Ltd,


Categories