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 difference between next sentence and continue in cobol programing language?
What is static and dynamic call in cobol?
What is length is cobol?
What is the difference between Global and External Variables?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
How many sections are there in data division in COBOL?
Describe the cobol database components?
how do you define single dimensional array and multidimensional array in your cobol?
In which area will you utilize 88 level items in cobol?
What rules are to be followed while using the corresponding options?
Write a program to explain size error.
How to use the same COBOL program in Batch and CICS on lines? explain with an example
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is the LINKAGE SECTION used in COBOL?
Which is not true about evaluate statement