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 pic clause for the data type of length option field type of data fields?
What is the drawback of using HANDLE CONDITION?
Highlight the difference between a symbolic map and physical map?
What is the error condition that is set when the file specified in the NAME option is not in the FCT?
What is Tclass in cics?what is its importance? How it is implemented?
What are the main topics in CICS to prepare for interview purpose and for real time purpose?
What is the term conversational programs means?
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?
In a particular cics program, what is the procedure to allocate dynamic memory?
Can you define multiple maps in a BMS mapset?How,can anybody sent with syntax?
Define transient data?
What is the difference between the XCTL and LINK commands?