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 / ram.g
9 is the correct ans
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
What are the different data types in cobol?
What is the usage of comp fields in cobol?
Name the sections present in data division.
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 cobol program?
What is amode(24)?
How are the next sentence and continue different from each other?
What is the difference between perform … with test after and perform … with test before?
Write a program to enter and display the names of students in a class using the occurs clause.
What is the difference between PIC 9.99 and PIC9v99?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
how do you reference the printer file formats from cobol programs
What are the different rules to perform a Search?