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 / guest
10
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
I have a File that has duplicate records. I need only those records that occur more than thrice.?
what is search and searchall?what is the diffrence between them?give an best example?
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.
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What are the pertinent COBOL commands?
What is link edit in cobol?
Write a cobol program making use of the redefine clause.
What is perform what is varying?
What is report-item in COBOL?
How many sections are there in data division in COBOL?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
How do you reference the fixed block file formats from cobol programs
how do you reference the printer file formats from cobol programs
What is a scope terminator give example?
How you can characterize tables in cobol?