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