77 I pic 99 value 5
Perorm para-A I times.
Para -A.
move 10 to I.
How many times the para-A will be executed.?
Answer Posted / prasanna
5 times
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Differentiate between structured cobol programming and object-oriented cobol programming.
what is the difference between COBOL2 AND COBOL390?
What are the various section in data division and briefly explain them.
What is an in line perform? When would you use it? Anything else you wish to say about it.
What rules are to be followed while using the corresponding options?
How to know whether the module is dynamical or statistical?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Write the code implementing the perform … varying.
What is the use of intialize verb?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Difference between cobol and cobol-ii?
Explain the configuration section of a cobol program with examples of syntax.
Can we redefine the field of x(200) to less than 200?
How you can read the file from bottom?
I have a File that has duplicate records. I need only those records that occur more than thrice.?