what is PERFORM? and its types?

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


Please Help Members By Posting Answers For Below Questions

Define redefine?

559


How to update data area in cobol 400 program?

579


How to detect record is locked in cobol/400?

538


Explain the input procedure?

535


What are the types of perform?

568






seqence numbers in cobol

2658


Explain the output procedure?

573


What is redefine?

552


why icetool be used in programmer view?

2141


What is the syntax of redefine?

535


What is sort?

531


Explain the syntax of sort?

560


Explain the syntax of redefine?

516


Explain what all the conditiones required for using open opcode on a file?

503


Explain the difference between comp & comp-3?

545