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
What is output procedure?
Explain what all the conditiones required for using open opcode on a file?
Explain how to update data area in cobol 400 program?
Explain the difference between section, paragraph and sentences?
What is comp?
Explain the difference between comp & comp-3?
Explain how to detect record is locked in cobol/400? What is the solution for that?
What are fillers?
What is redefine?
What is the syntax of sort?
I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks
Explain the input procedure?
Define redefine?
What are fillers? What is the actual use of fillers? With mall/simple example?
What are the types of perform?