How many times the loop runs here
01 a pic 9(2) value 1.
perform para1 until a=10
move 1 to a.
stop run.
para1:
move 10 to a.
Answer Posted / harish
It depends on two coditions with PERFORM WITH TEST BEFORE/AFTER.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is rmode(any) ?
What are all the divisions of a COBOL program?
What is redefines clause in COBOL?
example for sub strings ? and refernce modifications whit output pls
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What is static and dynamic call in cobol?
What rules are to be followed while using the corresponding options?
Can you please let me know the centre name of INS certification in Kolkata.
What kind of error is trapped by on size error option?
Name some of the examples of COBOl 11?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Difference between array and sub-script ?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
For rewrite, why is it mandatory that file needs to be opened?