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 partial serch analysys in cics?
difference between tsq and tdq?
Can you explain cics transaction gateway?
What is interval control and what are some of the CICS commands associated with it?
How to differenciate the given coding is pseudo conversational? (except EIBCALEN condition)
In a particular cics program, what is the procedure to allocate dynamic memory?
Can any one write coding for scrolling logic or page up & page down?
What is the COMMAREA(communications area)?
How would you release control of the record in a READ for UPDATE?
Which is the control table where you specify all the transaction that are to be started by CICS after CICS
In which CICS table would you specify the length of the TASK WORK AREA (TWA)?
I have done a start browse on a vsam dataset. Can I do another start browse without doing an end browse?