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

How arrays can be defined in COBOL?

653


Difference between array and sub-script ?

1147


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

2650


How to remove 2 duplicate records and copy only one using job control language?

724


Why did you choose to work with ibm mainframe cobol programming?

619






What are different data types in cobol?

675


How to know whether the module is dynamical or statistical?

644


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

664


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

702


Write a program to explain size error.

665


) how do u code after getting data?

1575


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

1891


Differentiate between structured cobol programming and object-oriented cobol programming.

656


What is cobol?

732


write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc

689