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
Explain how to differentiate call by context by comparing it to other calls?
Are you comfortable in cobol or jcl?
Define static linking and dynamic linking.
What guidelines should be followed to write a structured cobol prgm?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
How to know whether the module is dynamical or statistical?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What is difference between static and dynamic call in cobol?
Can we redefine the field of x(200) to less than 200?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What is the difference between binary search and sequential search?
What are the different data types in cobol?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
How do u write test cases?