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 / ng
There is an FTP Utility, where u can load excel sheet into mainframe flat and then u can copy that file into VSAM,GDG whtever u want by using IDCAMS.for FTP ucan use 'GET' command of JCLand there are various methods to do START-RUN-utility.
Below example is by doing thru JCL , have a look!
http://www.google.co.in/#hl=en&sugexp=les%3B&gs_nf=3&cp=26&gs_id=3o&xhr=t&q=how+to+do+ftp+in+mainframes&pf=p&sclient=psy-ab&oq=how+to+do+ftp+in+mainframe&gs_l=&pbx=1&bav=on.2,or.r_gc.r_pw.r_qf.&fp=124c53738206d2fc&bpcl=37189454&biw=1366&bih=667
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
i need a small 3d program using inline and outline.
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What are different data types in cobol?
How do you define a variable of comp-1 and comp-2?
Explain what you understand by passing by value.
What is a report item?
What is the difference between PIC 9.99 and 9v99 in COBOL?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
Name the sections present in data division.
What is the difference between binary search and sequential search?
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.
Give some examples of command terminators?
explain sorting techniques in cobol program?
What are various search techniques in cobol? Explain.
Differentiate between structured cobol programming and object-oriented cobol programming.