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 to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

1944


What are all the divisions of a COBOL program?

665


What is the LINKAGE SECTION used in COBOL?

889


Write a program to explain size error.

677


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

2732






what is search and searchall?what is the diffrence between them?give an best example?

5563


Why would you use find and get rather than to obtain?

690


What is the Purpose of POINTER Phrase in STRING command in COBOL?

721


) how do u code after getting data?

1580


how do you reference the variable unblock file formats from cobol programs

748


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1588


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

686


Name some of the examples of COBOl 11?

2686


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

634


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

825