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 the function of the LOAD command?
What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?
What is the use of the DELIGHT in Mainframes and whats is use of scope?
List the sequence of steps used to achieve ?Modification in Skip Sequential Mode.?
What is the option that is used to erase all unprotected fields during a SEND MAP operation?
How many maps are create in a single mapset?
what is the most common way of building queue-id of a tsq?
What CICS command would you use to read a VSAM KSDS sequentially in ascending order?
Kindly specify the pic clause for the data type of length option field type of data fields?
What are the common cics service programs and explain their usage?
Which of the following are recoverable CICS resources?
Tsqs can be written in the main storage or auxiliary storage? State true or false