consider the following two statements
MOVE 10 TO N
PERFORM PARA-X N TIMES
STOP RUN
PARA-X
MOVE 5 TO N
how many times PARA-X willbe exicuted?
a.10
b.5
c.infinate
d.execution error
Answer Posted / rams
I tried this code. It executed 11 times...
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
what is difference between cobol and cobol/400
Write a cobol program making use of the redefine clause.
How arrays can be defined in COBOL?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
How do you reference the fixed block file formats from cobol programs
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.
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
what are decleratives in cobol?
what is amode(24), amode(31), rmode(24) and rmode(any)?
Write a program to explain size error.
Can we redefine the field of x(200) to less than 200?
what is the difference between COBOL2 AND COBOL390?
How to print 10 to 1 if the input have only 10 digit number?
What are different data types in cobol?
Discuss about changing dataset name in proc.