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 ARE THE VERBS IN CICS EQUAL TO ACCEPT,DISPLAY,VALUE?
Which is the control table where you specify all the transaction that are to be started by CICS after CICS
Highlight the difference between a symbolic map and physical map?
Can you tell recent requirement(s) you handled with your project? Requirements based on Banking Application.
What is the function of the Terminal Control table?
What is meant by an AICA ABEND?
are we use the group by clause in cursors?
What is CEDF?
What is meant by a ‘Transid’ ?
Explain the thress bms options?
Explain how pa key is different from pf key?
What CICS command do you need to obtain the user logon-id?