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
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
How do u write test cases?
how to access the file from prodution from changeman tool and to submit a file to production
What is rmode(24)
how can i see junk values in dclgen or in hostvariable of comp ?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
) How do u handle errors in BMS macro
what is s000 u4087 error? please give the all error codes in cobol,jcl.
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What is the use of intialize verb?
What is report-item in COBOL?
What is the difference between PIC 9.99 and 9v99 in COBOL?
How can you get the ksds file records into your cobol program?
What are the different rules of SORT operation?
Why would you use find and get rather than to obtain?