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
What are various search techniques in cobol? Explain.
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
Write a program to enter and display the names of students in a class using the occurs clause.
Explain how to differentiate call by context by comparing it to other calls?
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
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
How arrays can be defined in COBOL?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
How to know whether the module is dynamical or statistical?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
In COBOL programming, what is PERFORM? What is VARYING?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What is the LINKAGE SECTION used in COBOL?