What will happen if you code GO BACK instead of STOP RUN in
a stand alone COBOL program ?
Answer Posted / tidda
For a standalone program, it is the same. But STOP RUN from
a called program will not return control to the calling
program.
| Is This Answer Correct ? | 62 Yes | 1 No |
Post New Answer View All Answers
What are the cobol coding sheets?
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
how do you reference the variable block file formats from cobol programs
What are 77 levels used for?
how do you define single dimensional array and multidimensional array in your cobol?
What is a report item?
In COBOL, what is the different between index and subscript?
What are declaratives and what are their uses in cobol?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
what is search and searchall?what is the diffrence between them?give an best example?
What are the different rules of SORT operation?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
A table has two indexes defined. Which one will be used by the SEARCH?
Which division and paragraphs are mandatory for a COBOL program?
In COBOL programming, what is PERFORM? What is VARYING?