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 / suresh

it performs 10 times only it donot change while looping

Is This Answer Correct ?    14 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how do you reference the printer file formats from cobol programs

666


How did the release of cobol/370 version 1.3 improve the performance of release 1.1?

645


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

720


What is inspect in cobol ?

804


How do get the result of your program directly on your pc?

1885






if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

859


Difference between cobol and cobol-ii?

709


What do you understand by psb and acb?

666


how do you reference the rrds file formats from cobol programs

801


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

648


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

998


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

897


What is report-item in COBOL?

711


how to move the records from file to array table. give with code example

2221


what is search and searchall?what is the diffrence between them?give an best example?

5563