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 / guest
1 time
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is the difference between Call and a Link?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
Name the sections present in data division.
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
How can you get the ksds file records into your cobol program?
Explain how to differentiate call by context by comparing it to other calls?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What are declaratives and what are their uses in cobol?
What rules are followed by the search verb.
How many bytes S(8) comp field occupy and its maximum value?
What are literals?
What is the difference between next sentence and continue in cobol programing language?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?