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
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What do you understand by psb and acb?
State the various causes of s0c1, s0c5 and s0c7.
How to remove 2 duplicate records and copy only one using job control language?
Mention the guidelines to write a structured cobol program?
what happens if parmparameter passes zero bytes to the program
what is the use of outrecord?
What is length is cobol?
What are the access modes of START statement?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is the compute verb? How is it used?
What is the LINKAGE SECTION used in COBOL?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Why did you choose to work with ibm mainframe cobol programming?
What is a SSRANGE and NOSSRANGE?