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 program reentrance?
If TDQs are selfdestructive then why they are used? AND Why TSQs are preferred over TDQs?
Explain the difference between dfhcommarea and tsq?
How do you get data from a task that began with a START command?
What is ENQ?
mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?
Use of DFHCOMMAREA in cics
What is DFHEIBLK?
Name some important fields in the EIB block ?
What RCT Entries will you make for a CICS DB2 program??
write the logic for PAGEUP and PAGEDOWN by using psuedo conversatation technique?
when will be use the tdq and tsq??