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 to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Explain what you understand by passing by value.
Describe the cobol database components?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
how do you reference the ksds vsam file formats from cobol programs
What is cobol?
How you can read the file from bottom?
How to remove 2 duplicate records and copy only one using job control language?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What are the different rules to perform a Search?
what is the difference between COBOL2 AND COBOL390?
Explain how you can characterize tables in cobol?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What is the problem of ordered sequential files access?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?