RE: [PHP] PhP e COBOL

2004-11-19 Thread Vail, Warren
Sure, 1. In PHP/Mysql extract rows and save them to a file in delimited fashion, for numeric values be sure to align all the number digits (cobol is dependent on numeric fields being aligned), you can do this with sprintf("%09.02f",$dbfloat); Your delimiter character can be any character that

Re: [PHP] PhP e COBOL

2004-11-19 Thread James E Hicks III
Andre wrote: Hello I need some help in this subject php + COBOL. I need to load data of a program in COBOL for a site written in php. The data must be loaded for a DB in mysql. Every night a job runs on our Mainframe here that creates a big file filled with SQL updates. Every morning a CLI

Re: [PHP] PhP e COBOL

2004-11-19 Thread Raditha Dissanayake
Andre wrote: Hello I need some help in this subject php + COBOL. I need to load data of a program in COBOL for a site written in php. The data must be loaded for a DB in mysql. Any one knows as I make this. Thank for the help Not sure if you will find a lot of cobol programmers in this list.