What type of Call you would use if you don;t want the
control back to the calling program?
Answer Posted / lvrajesh
After going thru manuals I believe coding a STOP RUN instead
of GO BACK will give the control directly to the OS.
Correct me if I am wrong.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
how do you reference the fixed unblock file formats from cobol programs
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is static and dynamic call in cobol?
how to move the records from file to array table. give with code example
What is Pic 9v99 Indicates in COBOL?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
what is the use of outrecord?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How arrays can be defined in COBOL?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is amode(31)
Have you used comp and comp-3 in your project? And how?