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 the difference between getting the system time with eibtime and asktime command?
How are screens created in cics
What is an AEY9 abend ?
Specify the CICS command used to read a VSAM record starting with prefix ?F?. Code all the relevant options.
how we change the vsam file name in cics rigion? anybody elobrate this?
How do you establish a starting position in a browse operation?
what are the differences between temporary storage queue (tsq) and transient data quene (tdq)?
Kindly specify the pic clause for the data type of length option field type of data fields?
plz tell me abt PF key and PA keys
HOW WE CAN CONEECT THE MAPSET/MAP TO ONLINE?
Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?
Explain how do you terminate an already issued delay command?