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
What are the different rules for performing sort operation?
What is length is cobol?
how to refer the data field?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
Differentiate between structured cobol programming and object-oriented cobol programming.
Which Search verb is equivalent to PERFORM…VARYING?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is the difference between comp and comp-3 usage?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
how do you reference the ksds vsam file formats from cobol programs
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is a report item?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is redefines clause in COBOL?
how do you define single dimensional array and multidimensional array in your cobol?