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 / suputhru
Gaayathri is right!!!
para1 will be performed only 5 times
J is 5+(5*5) equals 30
correct answer is c) 30
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the difference between goback, stop run and exit program in cobol?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is the LINKAGE SECTION used in COBOL?
What type of SDLC u followed? Why?
How are the next sentence and continue different from each other?
Can a Search can be done on a table with or without Index?
i want a program using by if, evaluate , string, unstring, perform, occurs?
How do you differentiate between cobol and cobol-ii?
What are the different types of condition in cobol and write their forms.
What are literals?
What rules are to be followed while using the corresponding options?
What is the difference between external and global variables in COBOL?
Whats the difference between search & search ALL?
Describe the cobol database components?