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 the difference is between continue and next sentence?
Name the divisions, which are available in a cobol program?
Write a program to explain size error.
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Which Search verb is equivalent to PERFORM…VARYING?
How arrays can be defined in COBOL?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What is difference between static and dynamic call in cobol?
A table has two indexes defined. Which one will be used by the SEARCH?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What is the difference between perform … with test after and perform … with test before?
What is the difference between goback, stop run and exit program in cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
how to access the file from prodution from changeman tool and to submit a file to production