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 a program to explain size error.

665


What is the difference between Global and External Variables?

652


please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

1944


What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?

660


Give some examples of command terminators?

744






What are the access modes of START statement?

706


What is the difference between a binary search and a sequential search what are the pertinent cobol?

721


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

697


What do you understand by psb and acb?

659


What is difference between static and dynamic call in cobol?

764


What are various search techniques in cobol? Explain.

635


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.

3703


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

788


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

661


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

8119