Answer Posted / ananta bajpai
there main
1.perform [proc-name[{thru/through}end-proc]]repeat-count N
times[statement end-perform]
2.perform [para-name/proc-name{thru/through}[end-proc]]
[statement end-proc]
3.perform [proc-name{thru/through}[end-proc]][with test
{before/after}]varying variable from integer by increment
until condition[statement end-perform]
4.perform[proc-name{thru/through}end-proc]]varying variable-
name from integer by incremental until condition [statement
end-perform]
5.perform proc-name
6.perform n(number) times.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
) How do u handle errors in BMS macro?
What is a report item?
How you can read the file from bottom?
i need a small 3d program using inline and outline.
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
) what is the difference between AID and HANDLE AID?
What is the difference between binary search and sequential search?
In COBOL programming, what is PERFORM? What is VARYING?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What rules are to be followed while using the corresponding options?
What rules are followed by the search verb.
HOw can I get the negative sign while deduct high value from low value
What are the access modes of START statement?
Can we change the password using ALTER? anyone tried and changed?