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 / vel
9
| Is This Answer Correct ? | 5 Yes | 7 No |
Post New Answer View All Answers
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
explain sorting techniques in cobol program?
What is the difference between binary search and sequential search?
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 are the pertinent COBOL
Define cobol?
Define static linking and dynamic linking.
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.
Can you please let me know the centre name of INS certification in Kolkata.
How you can characterize tables in cobol?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What is the difference between PIC 9.99 and PIC9v99?
Write a cobol program making use of the redefine clause.
What the difference is between continue and next sentence?
I have a File that has duplicate records. I need only those records that occur more than thrice.?