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

specify the requirements for automatic task initiation. (Mention the control table, it is entries and the corresponding procedure division cics command).?

1 Answers   IBM,


Name the command used for terminating a browse operation?

1 Answers  


Explain the uses that are associated to tsq and tdq ?

1 Answers  


What happens to resources supplied to a transaction when an XCTL command is executed?

1 Answers   IBM,


How do you handle errors in CICS pgms ?

1 Answers   IBM,


Can you define multiple maps in a BMS mapset?How,can anybody sent with syntax?

3 Answers  


What CICS command would you use to read a VSAM KSDS sequentially in ascending order?

4 Answers   IBM,


How can we initiate a transaction from batch?

6 Answers   Merrill Lynch,


A mapset consists of three maps and 10 fields on each map . How many of the following will be needed ?

3 Answers  


Explain how do you terminate an already issued delay command?

1 Answers  


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

1 Answers   IBM,


What is trigger level in the context of TDQs?

2 Answers   IBM,


Categories