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 / shailendra

i think it will work once

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which mode is used to operate the sequential file?

658


What are the cobol coding sheets?

662


Explain about different table spaces.

646


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

706


What is the Purpose of Pointer in the string?

641






What are the rules of the move verb?

704


I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue

1930


What is the compute verb? How is it used?

656


What is cobol?

743


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.

5676


Differentiate between structured cobol programming and object-oriented cobol programming.

663


What are literals?

628


Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

820


what are decleratives in cobol?

1827


What is inspect in cobol ?

800