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 To Retrive The VSAM Datasets in CICS application programs?
what is the option to be coded on return to associate a transaction identifier with next terminal.
What is meant by MDT? Furthermore, comment on FRSET and FSET ?
What is the difference between CICS Program Control Table (PCT) and CICS Processing Program Table (PPT) ?
Explain the uses that are associated to tsq and tdq ?
What is TSQ and TDQ.what is the the difference? when you for tsq and when you go for tdq?
Can any one write coding for scrolling logic or page up & page down?
How vsam files are read in cics pgms?
Name at least one of the ways by which a transaction can be terminated?
What is CEBR?
Explain what is the massinsert option?
How do you enter into cics region and how many regions available?