how many times PARA-A is performed :
PERFORM PARA-A VARYING TIMES-COUNTER FROM 1 BY 1
UNTIL TIMES-COUNTER >0
PARA-A
MOVE P TO Q
MOVE H TO TIMES COUNTER
a.10
b.1
c.11
d.0
Answer Posted / ram g
O is the right answer...when condition is true in
umtil...loop will comeout...
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the difference between external and global variables in COBOL?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
How do you define a variable of comp-1 and comp-2?
What is the difference between perform … with test after and perform … with test before?
What is a SSRANGE and NOSSRANGE?
how do you reference the variable block file formats from cobol programs
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How do get the result of your program directly on your pc?
How do you differentiate between cobol and cobol-ii?
how to move the records from file to array table. give with code example
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.
Define cobol?
How to remove 2 duplicate records and copy only one using job control language?
Name the divisions, which are available in a cobol program?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..