PERFORM ACCUMULATE-TOTALS
VARYING A FROM 1 BY 2 UNTIL A >2
AFTER B FROM1 BY 1 UNTIL B>2
AFTER C FROM 2 BY -1 UNTIL C<2
How many times the paragraph ACCUMULATE-TOTALS would be
exicuted?
Answer Posted / vel
2 times
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the different data types in cobol?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Which division and paragraphs are mandatory for a COBOL program?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
What is the default value(s) for an initialize and what keyword allows for an override of the default?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
A table has two indexes defined. Which one will be used by the SEARCH?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
Which Search verb is equivalent to PERFORM…VARYING?
how do you define single dimensional array and multidimensional array in your cobol?
What is the difference between binary search and sequential search?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
How you can read the file from bottom?
What is the difference between perform … with test after and perform … with test before?