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

How to get the cursor position when we receive a map?

0 Answers  


What is the name of the log which contains the information needed to restart the system, including the task

2 Answers  


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

2 Answers   Cap Gemini,


CICS and DB2 can exist in the same region under the Operating system (True or False)

2 Answers  


explain abt types of maps? and explain

1 Answers  






What is meant by program reentrance?

1 Answers   Amdocs,


What is the difference between receive and receivemap commands in CICS?

1 Answers  


What is the difference between a physical BMS mapset and a logical BMS mapset?

3 Answers   IBM,


Can you explain enq and deq used in cics?

0 Answers  


What is a cursor in CICS sql processing?

1 Answers   IBM,


how can we display negative sign in a map?

2 Answers   TCS,


what are the differences between and exec cics xctl and exec cics start command?

0 Answers   IBM,


Categories