How many times the loop runs here
01 a pic 9(2) value 10.
perform para1 a times
stop run.
para1:
move 20 to a.
Answer Posted / guest
infinite loop
| Is This Answer Correct ? | 5 Yes | 12 No |
Post New Answer View All Answers
What are the access modes of START statement?
How many sections are there in data division in COBOL?
) how do u code after getting data?
What rules are to be followed while using the corresponding options?
What is the compute verb? How is it used?
What is the difference between external and global variables in COBOL?
what is difference between cobol and cobol/400
Which mode is used to operate the sequential file?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Write some characteristics of cobol as means of business language.
What kind of error is trapped by on size error option?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What guidelines should be followed to write a structured cobol prgm?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What is the difference between PIC 9.99 and 9v99 in COBOL?