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 .
Post New Answer View All Answers
What is the compute verb? How is it used?
What guidelines should be followed to write a structured cobol prgm?
how to refer the data field?
What are 77 levels used for?
Write the code to count the sum of n natural numbers.
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
How do we get current date from system with century in COBOL?
What is length is cobol?
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.
What is an in line perform? When would you use it? Anything else you wish to say about it.
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
how do you reference the fixed unblock file formats from cobol programs
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is the problem of ordered sequential files access?
What is the Purpose of POINTER Phrase in STRING command in COBOL?