Move Zeroes to I
move 5 to j
perform para1 varying I from 10 by -2 until I = 0
display j.
para1.
Add 5 to j.
What’ll be the value after execution of display stmt.
A) 35
B) 40
C) 30
D) 25
please explain how?
Answer Posted / shivakumar deshpande
Gayathri is correct ie Answer -3 is correct
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
explain sorting techniques in cobol program?
what is the difference between COBOL2 AND COBOL390?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What rules are to be followed while using the corresponding options?
how to move the records from file to array table. give with code example
what happens if parmparameter passes zero bytes to the program
In COBOL, what is the different between index and subscript?
Define cobol?
How do you define a variable of comp-1 and comp-2?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
State the various causes of s0c1, s0c5 and s0c7.
What is redefines clause in COBOL?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
) how do u code after getting data?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?