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 / sivaram
It goes into loop since the variable takes the 10 in it
every time when it performs.Generally the variable should be
decremented by 1 for correct results.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
Differentiate between structured cobol programming and object-oriented cobol programming.
how do you reference the variable block file formats from cobol programs
What are the various section in data division and briefly explain them.
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
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
What is the difference between Global and External Variables?
How do we get current date from system with century in COBOL?
What is rmode(24)
A table has two indexes defined. Which one will be used by the SEARCH?
How to print 10 to 1 if the input have only 10 digit number?
In COBOL programming, what is PERFORM? What is VARYING?
What are the different rules of SORT operation?