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 |
specify the requirements for automatic task initiation. (Mention the control table, it is entries and the corresponding procedure division cics command).?
Name the command used for terminating a browse operation?
Explain the uses that are associated to tsq and tdq ?
What happens to resources supplied to a transaction when an XCTL command is executed?
How do you handle errors in CICS pgms ?
Can you define multiple maps in a BMS mapset?How,can anybody sent with syntax?
What CICS command would you use to read a VSAM KSDS sequentially in ascending order?
How can we initiate a transaction from batch?
A mapset consists of three maps and 10 fields on each map . How many of the following will be needed ?
Explain how do you terminate an already issued delay command?
mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?
What is trigger level in the context of TDQs?