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 |
Explain how pa key is different from pf key?
What is the command used to request notification when the specified time has expired?
Which of the following are recoverable CICS resources?
Which is the AID that will not be identified in the ANYKEY option of the HANDLE AID command?
What is TSQ and TDQ.what is the the difference? when you for tsq and when you go for tdq?
Define primary objective of cics?
Explain the significance of rdo?
Explain the means of supporting pseudo conversation programming. (E.g. Storing and restoring of states)
Explain difference between call and link?
What information do you get when an EXEC CICS STARTCODE is issued?
How To Set MDT(Modified Data Tag) Thru Application Program? (Dynamically)?
Explain the function of the load command?