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
Why would you use find and get rather than to obtain?
how do you reference the ksds vsam file formats from cobol programs
What rules are to be followed while using the corresponding options?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
Discuss about changing dataset name in proc.
What are literals?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
What is the use of intialize verb?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
how do you reference the variable unblock file formats from cobol programs
What is cobol?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
When is inspect verb is used in cobol?
What is the difference between perform … with test after and perform … with test before?
Write a program that uses move corresponding.