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 the difference between a RETURN with TRANSID and XCTL ?For example prog. A is issuing REUTRN with TRANSID to prog B. Prog A. is issuing XCTL to prog B?

3 Answers  


how do you handle errors in cics programs?

1 Answers   IBM,


What does the BUFFER option in RECEIVE mean ?

1 Answers   IBM,


What are the parameters that you have to give when you are using the CSSN transaction?

3 Answers  


What Are Send Map Maponly & Send Map Dataonly ?

0 Answers   IBM,






Name some commands used for CICS file browsing.

2 Answers  


How To Compile The COBOL-BD2-CI CS Programs In Real TIme? Please Give Me the Detailed Description?

1 Answers   CSC, IBM,


Can you define mapset?

0 Answers  


Explain the thress bms options?

0 Answers  


Explain re-entrancy as applies to CICS.

1 Answers   IBM,


Explain what is the massinsert option?

0 Answers  


Explain the various ways data can be passed between CICS programs.

2 Answers   IBM,


Categories