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 |
When is a scope terminator mandatory?
How do you compile cobol program..?
What is an in line perform? When would you use it? Anything else you wish to say about it.
Mention the guidelines to write a structured cobol program?
The disposition parameter in the jcl is share ( DISP+SHR ) and the program opens file in extend mode what will happen?
Have you used comp and comp-3 in your project? And how?
what are the error codes in cobol, db2, cics, vsam , and jcl
Write a program to explain size error.
SSRange is used to do a range check on which of the Following. SUBSCRIPT,INDEX,REFERENCE MODIFICATION,Run-time option.
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......
Name some of the examples of COBOl 11?
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