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
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
explain sorting techniques in cobol program?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
Can you please let me know the centre name of INS certification in Kolkata.
What is rmode(any) ?
i need a small 3d program using inline and outline.
what is s000 u4087 error? please give the all error codes in cobol,jcl.
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
How many bytes S(8) comp field occupy and its maximum value?
What is amode(31)
Write a program that uses move corresponding.
how do you reference the printer file formats from cobol programs
Write a program to explain size error.
what is search and searchall?what is the diffrence between them?give an best example?