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
How do you reference the fixed block file formats from cobol programs
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Mention the guidelines to write a structured cobol program?
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.
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is the difference between Global and External Variables?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
How to remove 2 duplicate records and copy only one using job control language?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
What are different data types in cobol?
Discuss about changing dataset name in proc.
Explain how you can characterize tables in cobol?
What is the difference between perform … with test after and perform … with test before?
How do u write test cases?