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 / guy
2 times.But how
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
HOw can I get the negative sign while deduct high value from low value
Write down the divisions of cobol program?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
what happens if parmparameter passes zero bytes to the program
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
i need a small 3d program using inline and outline.
Have you used comp and comp-3 in your project? And how?
What are the different rules of SORT operation?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
What is a scope terminator give example?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
What is the difference between external and global variables in COBOL?
how can i see junk values in dclgen or in hostvariable of comp ?