Answer Posted / viks
to execute set of statement elsewhere in the prgram.
types :
perform para-name.
perform para1 until condition.
perform para1 n times.
perform para1 thru para4 until condition.
inline perform.
perform varying i from 1 by 1 until condition.
perform para1 with test before/after until condition.
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
How to detect record is locked in cobol/400?
Explain the input procedure?
What is comp?
Define redefine and its syntax?
What is output procedure?
What is redefine?
What are fillers? What is the actual use of fillers? With mall/simple example?
What are the types of perform?
Explain the types of perform?
What is sort? And its syntax?
What is input procedure?
What is the syntax of sort?
How to detect record is locked in cobol/400? What is the solution for that?
Explain how to detect record is locked in cobol/400? What is the solution for that?
What is the actual use of fillers?