Why is it important not to execute a STOP RUN in CICS ?

Answers were Sorted based on User's Feedback



Why is it important not to execute a STOP RUN in CICS ?..

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

Why is it important not to execute a STOP RUN in CICS ?..

Answer / manish

now we can use STOP RUN in CICS apllication program. becoz
improvements by VS COBOL II provides a much better
interface to CICS than VS / COBOL .

STOP RUN : CONTROL WILL BE RETURNED TO CICS.

Is This Answer Correct ?    2 Yes 1 No

Why is it important not to execute a STOP RUN in CICS ?..

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

Why is it important not to execute a STOP RUN in CICS ?..

Answer / arun

Beacuse STOP RUN returns the control out of cics region.

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More CICS Interview Questions

define the field with ic in the bms map.

0 Answers   IBM,


what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?

0 Answers   IBM,


What are the types of processes to create a map in cics?

0 Answers  


pf7 and pf8 logic. first wnen i press pf7 first five records has to be displayed .second time when i press pf7 next five records to be displayed. what was the logic. give clear explination.

8 Answers   HSBC, Thomson,


What are the attribute values of Skipper and Stopper fields?

1 Answers  


What are the types of performs in COBOL? How does perform thru work, give example.

2 Answers  


Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?

0 Answers  


What are the CICS commands associated with transient data queue processing?

1 Answers  


What is the difference between LINK and XCTL ?

1 Answers   IBM,


can anyone tell me about paginglogic in CICS,Please?

2 Answers   TCS,


What are the 3 working storage fields used for every field on the map?

1 Answers   IBM,


Which of the following statements correctly describe the syntax of CICS command language?

1 Answers  


Categories