IBM COBOL400 Question:
Download Job Interview Questions and Answers PDF
What is PERFORM? and its types?
Answer:
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.
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.
Download IBM COBOL400 Interview Questions And Answers
PDF
Previous Question | Next Question |
What is comp? | What is the difference between SEARCH and SEARCHALL? |