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 |
How would you release control of the record in a READ for UPDATE?
In the CICS command level all the re-entrancy issues are handled by the System(True or False).
What are the CICS commands associated with transient data queue processing?
Can you access ESDS files from CICS ?
What is program reentrance?
How can we initiate a transaction from batch?
What is CEBR?
Can you define multiple maps in a BMS mapset?
Explain the exact situation, when to use CALL, XCTL and LINK?
Can you explain primary aspect of cics?
What RCT Entries will you make for a CICS DB2 program??
How to establish dynamic cursor position on a map? How to get the cursor position when we receive a map?