wht is the difference between goto and perform stmts
Answer Posted / tata
perform is transfer control to a particular para and after
execution of that para contol comeback to the next statement
of perform.....
goto is also transfer control to a particular para and after
execution of that para contol goes forward... control never
comeback to next statement of goto......
| Is This Answer Correct ? | 24 Yes | 1 No |
Post New Answer View All Answers
What are the cobol coding sheets?
how do you reference the printer file formats from cobol programs
What is the difference between PIC 9.99 and 9v99 in COBOL?
Give some examples of command terminators?
What is the difference between Call and a Link?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
How to remove 2 duplicate records and copy only one using job control language?
how do you reference the variable block file formats from cobol programs
Explain what you understand by passing by value.
What are declaratives and what are their uses in cobol?
In which area will you utilize 88 level items in cobol?
how can i see junk values in dclgen or in hostvariable of comp ?
How you can read the file from bottom?
How do you differentiate between cobol and cobol-ii?
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