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
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What are the different open modes available in cobol?
how to convert the recors form vsam file to db2 table tru file aid
What are different data types in cobol?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is static and dynamic call in cobol?
how to access the file from prodution from changeman tool and to submit a file to production
What is perform what is varying?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is the difference between binary search and sequential search?
) how do u code after getting data?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)