If we use GO BACK instead of STOP RUN in cobol?
Answer Posted / chaitanya chandana
if u use goback() it will back to the main program....But were as stoprun() it wil shows the end of the main program..
if there any mistake plz correct me.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is redefines clause in COBOL?
what is search and searchall?what is the diffrence between them?give an best example?
Explain the configuration section of a cobol program with examples of syntax.
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
How arrays can be defined in COBOL?
What is link edit in cobol?
Name some of the examples of COBOl 11?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
How can you get the ksds file records into your cobol program?
Are you comfortable in cobol or jcl?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is Pic 9v99 Indicates in COBOL?
When is inspect verb is used in cobol?
What is the difference between PIC 9.99 and PIC9v99?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?