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 / ravi

Hi,
Step 1.. convert all the data into to ASCII data with the rows
step 2.. Read this input file
Step 3.. Load all the data in the internal table
Step 4.. Read your business data with the internal table

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between comp and comp-3 usage?

678


How do we get current date from system with century in COBOL?

805


Write a program to explain size error.

675


What is the difference between goback, stop run and exit program in cobol?

926


How you can characterize tables in cobol?

716






How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

676


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

3716


Why is it necessary that file needs to be opened in I-O mode for REWRITE?

748


How to use the same COBOL program in Batch and CICS on lines? explain with an example

1914


) how do u code after getting data?

1580


If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly

2658


) How do u handle errors in BMS macro?

1427


Discuss about changing dataset name in proc.

759


EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?

2057


How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

1936