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


Please Help Members By Posting Answers For Below Questions

Describe the cobol database components?

678


IF I mention stop run in CICS what happens?

1894


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

672


What are the rules of the move verb?

704


What is the usage of comp fields in cobol?

656






What do you understand by psb and acb?

661


What is an in line perform? When would you use it? Anything else you wish to say about it.

643


What are all the divisions of a COBOL program?

662


I have a File that has duplicate records. I need only those records that occur more than thrice.?

8648


) How do u handle errors in BMS macro

1505


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

684


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1609


What are different data types in cobol?

687


how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

1646


What are the different rules for performing sort operation?

759