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 the difference between binary search and sequential search?
How do you reference the fixed block file formats from cobol programs
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
how do you reference the variable block file formats from cobol programs
what is the difference between COBOL2 AND COBOL390?
How do you get the data to code the BMS macro?
How to print 10 to 1 if the input have only 10 digit number?
What is perform what is varying?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What do you understand by psb and acb?
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
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Write a program to enter and display the names of students in a class using the occurs clause.
What is the difference between Global and External Variables?