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 control cursor positioning?
How do u know if a start command intiated a transaction or a terminal intiated a transaction
Given below code, find the value of 'x'. Perform s001-x thru s001-y. s001-x. add 1 to x . s001-1x. ------- . s001-y. perform s001-1y 10 times . s001-1y. perform s001-2y 10 times . s001-2y. perform s001-x 10 times .
Explain the difference between temporary storage queue (tsq) and transient data quene (tdq)?
How ENQ and DEQ used in CICS?
Which is the command used for terminating a browse operation?
Define TCT.
the dfhcommara is used to pass information from one application to another. What are some other ways that this function can be accomplished?
For protecting a transaction using the transaction security function, the two things that must be done are?
What is EIB. How it can be used?
Explain cemt transaction commands?
Suppose you are adding a new field in a map, and that field should also be added as a new column in DB2 table. How do you implement this? what is the impact analysis u will do?