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

What is the name of the mapset definition macro?

1 Answers  


name the command that is used to dump the main storage areas related to a task?

0 Answers  


What is the option that is used to erase all unprotected fields during a SEND MAP operation?

5 Answers   Kanbay,


What other file control processing commands are used for file updating?

1 Answers  


Can you define ppt and what are its uses?

0 Answers  






What is the attribute byte?

2 Answers   IBM,


Into which table is the terminal id registered?

2 Answers  


What is the CICS LOAD command?

3 Answers   IBM,


when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?

0 Answers   IBM,


If you use the OPTIMIZE compiler option the size of the program can be reduced by 5 to 10%(True or False)

2 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,


IN CICS APPLICATION PROGRAM, INSTEAD OF HARDCODING MAP AND MPASET NAMES WHILE SENDING AND REIEVING ...CAN WE DO LIKE THIS ??? MOVE MAP AND MAPSET NAMES TO WORKING STORAGE SECTION VARIABLES AND USE THOSE VARIABLES WHILE SENDING AND RECIEVING MAP.IF YES, HOW CAN WE MOVE MAP INPUT , OUTPUT VARIABLES. IF ANYBODY KNOWS THIS PLEASE POST THE ANSWER

2 Answers  


Categories