perform I from 0 by 1 until I=5?How maney times it will
executes
Answer Posted / guest
it will execute 5 times
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What are the rules of the move verb?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is Pic 9v99 Indicates in COBOL?
Discuss about changing dataset name in proc.
What kind of error is trapped by on size error option?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is the compute verb? How is it used?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What is the difference between structured cobol programming and object alternativelyiented cobol?
Which mode is used to operate the sequential file?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
i need a small 3d program using inline and outline.
Explain what you understand by passing by value.