Consider the following:
77 W-NUM PIC 9 VALUE 0
------
MOVE 1 TO W-NUM
PERFORM PARA-X UNTIL W-NUM > 9.
------
PARA-X
ADD 1 TO W-NUM
How many times PARA-X is executed ?
Answer Posted / ajith
9
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What kind of error is trapped by on size error option?
What is the local-storage section?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is the difference between external and global variables in COBOL?
Which division and paragraphs are mandatory for a COBOL program?
What guidelines should be followed to write a structured cobol prgm?
What the difference is between continue and next sentence?
Write a program to explain size error.
Name some of the examples of COBOl 11?
IF I mention stop run in CICS what happens?
How to know whether the module is dynamical or statistical?
What is the difference between goback, stop run and exit program in cobol?
What is the use of intialize verb?
What are the different rules for performing sort operation?