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 / raj
10 times
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How are the next sentence and continue different from each other?
how to move the records from file to array table. give with code example
what is the difference between COBOL2 AND COBOL390?
What is amode(31)
How to use the same COBOL program in Batch and CICS on lines? explain with an example
how do you reference the printer file formats from cobol programs
how to convert the recors form vsam file to db2 table tru file aid
How many bytes S(8) comp field occupy and its maximum value?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What is link edit in cobol?
What is an in line perform? When would you use it? Anything else you wish to say about it.
In COBOL programming, what is PERFORM? What is VARYING?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
How to remove 2 duplicate records and copy only one using job control language?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.