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
Write the code implementing the perform … varying.
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
State the various causes of s0c1, s0c5 and s0c7.
what happens if parmparameter passes zero bytes to the program
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What is the LINKAGE SECTION used 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.
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Write a cobol program making use of the redefine clause.
How are the next sentence and continue different from each other?
How do you define a variable of comp-1 and comp-2?
What are the different data types in cobol?
Explain how you can characterize tables in cobol?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there