How to retrive the 9th records out of ten records using the
cobol program ?
Answer Posted / kk
Hi,
just use count variable in working storage.then when read
the file add 1 to count.after that u give if statement if
count = 9 display rec.
| Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
Name the sections present in data division.
What is the compute verb? How is it used?
State the various causes of s0c1, s0c5 and s0c7.
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
What is Pic 9v99 Indicates in COBOL?
Which division and paragraphs are mandatory for a COBOL program?
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.
Explain how you can characterize tables in cobol?
How to print 10 to 1 if the input have only 10 digit number?
What is the difference between PIC 9.99 and 9v99 in COBOL?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What is a SSRANGE and NOSSRANGE?
Write a program to enter and display the names of students in a class using the occurs clause.