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 do you reference the variable unblock file formats from cobol programs
How are the next sentence and continue different from each other?
Explain how to differentiate call by context by comparing it to other calls?
Write a program to explain size error.
What are all the divisions of a COBOL program?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
How to remove 2 duplicate records and copy only one using job control language?
How can you get the ksds file records into your cobol program?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
What is the Purpose of Pointer in the string?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Name some of the examples of COBOl 11?
What are the different open modes available in cobol?
IF I mention stop run in CICS what happens?
What are declaratives and what are their uses in cobol?