Answer Posted / prasad kulkarni
The perform statement is used to execute group of
consecutive statements written somewhere else in the
program. (JUST LIKE WE CALL FUNCTIONS IN C LANGUAGE).
During execution when a perform statement is encountered, a
temporary departure from the normal sequential execution
takes place and the statements contained in the specified
para are executed and then control implicitely
(automatically) returns to the next statement following the
perform statement.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Define redefine?
How to update data area in cobol 400 program?
What is redefine?
Define redefine and its syntax?
Explain how to update data area in cobol 400 program?
Define sort?
Explain the syntax of redefine?
What is sort? And its syntax?
What are fillers? What is the actual use of fillers? With mall/simple example?
Explain the input procedure and output procedure?
What are the types of perform?
Explain the difference between comp & comp-3?
What is sort?
Explain the difference between search and searchall?
What are fillers?