Why is it important not to execute a STOP RUN in CICS ?
Answers were Sorted based on User's Feedback
Answer / ra
CICS runs like batch program if your program execute STOP
RUN in CICS it will Down the CICS
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / ravi
CICS runs as a batch under MVS. STOP RUN invokes the
operating system SVC call. We are not use any Commands that
invoke OS SVC alls like read write open close .... etc
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / arun
Beacuse STOP RUN returns the control out of cics region.
| Is This Answer Correct ? | 2 Yes | 2 No |
What is the difference between the INTO and the SET option in the EXEC CICS RECEIVE MAP command?
Explain the function of the load command?
What are the six different types of argument values in COBOL that can be placed in various options of a CICS command?
Explain the system transid cemt?
How can we code a program such that we will never get a MAPFAIL error?
Do you require a table entry for a TSQ?
what is difference between call and link ?
How do you use extended attributes ?
Name the three ways available for a program to position the cursor on the screen?
What does ?Pseudo Conversational? mean?
what are the differences between and exec cics xctl and exec cics start command?
Where are transient data sets defined to CICS?