Hi all,

I have a following requirement to write the cobol program.

I have to load the 129 variables from input sequential file
which are in excel sheet to the cobol inernal table. and
after loading into table i have to compare this data with
the business file. here compare means controlling the data
whether the format(numeric,alpha) is same in the business
file and in the table??? i have the same data in input and
business file.
could anyone please give me any idea of the logic?//

i have all the 129 different variables(129rows,1 column)is
there .

Answer Posted / gumba

Use easytrieve utility

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the code implementing the perform … varying.

646


Name the sections present in data division.

701


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10628


Name the divisions, which are available in a cobol program?

685


What are the access modes of START statement?

719






how do you reference the printer file formats from cobol programs

667


how do you reference the rrds file formats from cobol programs

802


Mention the guidelines to write a structured cobol program?

620


how do you reference the ksds vsam file formats from cobol programs

666


How are the next sentence and continue different from each other?

766


Are you comfortable in cobol or jcl?

643


How many sections are there in data division in COBOL?

680


What is Pic 9v99 Indicates in COBOL?

729


What are the various section in data division and briefly explain them.

700


how to access the file from prodution from changeman tool and to submit a file to production

6686