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 |
Explain how do you access storage outside your cics program?
Specify cics transaction initiation process?
How to build up LU 6.2 communication?"
Specify CICS transaction initiation process. (From the perspective of CICS control programs and control tables.)
Name at least one of the ways by which a transaction can be terminated?
Define cebr?
is it possible to create TDQ's and TSQ's dynamically,How
What tables must be updated when adding a new transaction and program?
Can you define cics task?
How is Telon(CA-Telon) used to build map?
WHAT ARE THE VERBS IN CICS EQUAL TO ACCEPT,DISPLAY,VALUE?
I want to know what exactly the STOPPER field does with example. Please help.