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

What is the syntax of sort?

543


Explain the input procedure?

539


What is input procedure?

578


I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks

2068


Define perform?

522






seqence numbers in cobol

2664


Explain the syntax of redefine?

520


How to detect record is locked in cobol/400?

541


Explain the input procedure and output procedure?

521


Define sort?

581


What is output procedure?

543


What are fillers?

531


What is sort? And its syntax?

671


What is perform?

539


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

505