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 |
Can you explain communication area?
Explain how do you establish a starting position in a browse operation?
Explain processing program table(ppt)?
Can we use both FSET n FRSET together in BMS? And if yes then what will happen?
how do you execute a background cics txn ?
Explain the maps in cics?
What is the pcp in the cics?
What is MDT?
What do the terms locality of reference and working set mean?
Hai I have a VSAM file and there are two CICS pgms A and B both intends to update the file. How to code the program so that it does not under go a dead lock situation.
what are the reserved words for cics?
Which type of TDQ is read destructive?