What is the ABEND command and when would you use it?
Answers were Sorted based on User's Feedback
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 |
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 |
What is the pic clause for the data type of length option field type of data fields?
Add a field to screen when what's the flow of impact?
Explain how do you control cursor positioning?
What is the different ways to initiate a task?
Explain processing program table(ppt)?
What is Journal Recovery and Dynamic Transaction Backout?
How to build up LU 6.2 communication?"
What is the EIB parameter and the CICS command used to implement Pseudo-Conversational technique using single PCT ? Single PPT entry?
Name some of the common tables in CICS and their usage.
How do you initiate another transaction?
Can you define aica abend?
What is the EXEC CICS HANDLE ABEND?