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

plz anybody knows forward it to my mail id:-
kpalli_ms001@yahoo.co.in

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

727


What are the pertinent COBOL commands?

2617


What are literals?

622


What is an in line perform? When would you use it? Anything else you wish to say about it.

635


How can you get the ksds file records into your cobol program?

634






what is s000 u4087 error? please give the all error codes in cobol,jcl.

17012


I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?

1794


Explain what you understand by passing by value.

685


Explain how to differentiate call by context by comparing it to other calls?

677


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

6782


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

2048


What is the difference between perform … with test after and perform … with test before?

863


How do you define a variable of comp-1 and comp-2?

689


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

623


Write some characteristics of cobol as means of business language.

609