Should I use STOP RUN in the sub program??why?
Answer Posted / s
Stoprun return the cursor to the OS, subprogram cursor will
be return to the main program that’s way we coded
exitprogram or goback
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Which division and paragraphs are mandatory for a COBOL program?
Why did you choose to work with ibm mainframe cobol programming?
In COBOL, what is the different between index and subscript?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What is the usage of comp fields in cobol?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is static and dynamic call in cobol?
What is perform what is varying?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
Are you comfortable in cobol or jcl?
Which is not true about evaluate statement
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What guidelines should be followed to write a structured cobol prgm?
Define static linking and dynamic linking.