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 / vineet pasricha
It will execute 10 times
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How do you get the data to code the BMS macro?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Explain how to differentiate call by context by comparing it to other calls?
What is the difference between goback, stop run and exit program in cobol?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is difference between static and dynamic call in cobol?
what is search and searchall?what is the diffrence between them?give an best example?
How do get the result of your program directly on your pc?
How to know whether the module is dynamical or statistical?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What do you understand by psb and acb?
Write the code to count the sum of n natural numbers.
how do you reference the variable unblock file formats from cobol programs
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that