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 sort? And its syntax?
Explain the syntax of redefine?
Explain how to convert 2010/02/11 to m/dd/yyy.. With string and without string if any other method... Code?
How to update data area in cobol 400 program?
What is the syntax of sort?
What is perform?
How to detect record is locked in cobol/400? What is the solution for that?
How to detect record is locked in cobol/400?
Define redefine and its syntax?
Explain the difference between search and searchall?
Explain the types of perform?
What are fillers?
What is input procedure?
What is comp?
Explain how to update data area in cobol 400 program?