Answer Posted / malay
There are two types of performs statements in COBOL program.one is INLINEPERFORM and another one is OUTLINEPERFORM.Inline perform start and end with end-perform.
Outline perform start and end with exit statement.generaly these are
1.Simple perform
2.PERFORM TIMES
3.PERFORM UNTIL
4.PERFORM VARYING
5.Perform with test after/test before.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
what are decleratives in cobol?
Mention the guidelines to write a structured cobol program?
Write the code implementing the perform … varying.
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
how to refer the data field?
What are different data types in cobol?
What is a scope terminator give example?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
Why would you use find and get rather than to obtain?
Name the sections present in data division.
What are the access modes of START statement?
How to know whether the module is dynamical or statistical?
Difference between array and sub-script ?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
Write a program to explain size error.