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
How do you get the data to code the BMS macro?
HOw can I get the negative sign while deduct high value from low value
What is the usage of comp fields in cobol?
How can you get the ksds file records into your cobol program?
What are the cobol coding sheets?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
Which division and paragraphs are mandatory for a COBOL program?
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.
Which mode is used to operate the sequential file?
What are declaratives and what are their uses in cobol?
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.
What are the different open modes available in cobol?
Write down the divisions of cobol program?
Are you comfortable in cobol or jcl?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that