IF I mention stop run in CICS what happens?



IF I mention stop run in CICS what happens?..

Answer / Kavita Pal

When you mention STOP RUN in CICS, the current transaction or program is immediately terminated and control is returned to the CICS system. It's typically used for emergency situations or when a problem occurs that requires ending the processing without completing the task.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

When is a scope terminator mandatory?

3 Answers  


How do you compile cobol program..?

1 Answers  


What is an in line perform? When would you use it? Anything else you wish to say about it.

1 Answers  


Mention the guidelines to write a structured cobol program?

1 Answers  


The disposition parameter in the jcl is share ( DISP+SHR ) and the program opens file in extend mode what will happen?

6 Answers   Cognizant,


Have you used comp and comp-3 in your project? And how?

1 Answers   IBM,


what are the error codes in cobol, db2, cics, vsam , and jcl

2 Answers   TetraSoft,


Write a program to explain size error.

1 Answers  


SSRange is used to do a range check on which of the Following. SUBSCRIPT,INDEX,REFERENCE MODIFICATION,Run-time option.

3 Answers   Lehman Brothers,


in cobol i have one file it contains records like 10,4,23,98,7,90..... total records 100. iwant 10 to 20 in reverse order in cobol environ ment any one please give the answer......

2 Answers   IBM,


Name some of the examples of COBOl 11?

1 Answers   CSC,


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

1 Answers  


Categories