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 / rehan
I think it'll execute infinite times
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
how do you reference the ksds vsam file formats from cobol programs
Whats the difference between search & search ALL?
How do you reference the following file formats from cobol programs?
Which is not true about evaluate statement
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?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is the usage of comp fields in cobol?
) how do u code after getting data?
what happens if parmparameter passes zero bytes to the program
What is a report item?
What is the utilization of copybook in cobol?
How you can read the file from bottom?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is Pic 9v99 Indicates in COBOL?