PRO COBOL SQL problems galore [message #161062] |
Wed, 01 March 2006 18:39 |
MiamiVice
Messages: 2 Registered: March 2006 Location: Miami
|
Junior Member |
|
|
Howdy all.
We are Installing Peoplesoft here, in the conversion stage at the moment.
We are using PRO COBOL to load data from a flat file to an ORACLE staging table, which is then thrown out to Peoplesoft tables.
Anyway, i am not having fun with PRO COBOL.
I see my INSERT statement (which inserts 111 fields into a single table) gets converted/generated at run time.
I am seeing very basic non descriptive error messages, and no reference to a particular field where the error is.
I see that SQLERRD(5) holds the offset of the character position at which the error begins, but it seems to me this is within the GENERATE SQL statement, which i cannot see.
How do i see the generated SQL statement ?
Any help much appreciated.
Thanks
|
|
|
|
Re: PRO COBOL SQL problems galore [message #161171 is a reply to message #161133] |
Thu, 02 March 2006 06:47 |
MiamiVice
Messages: 2 Registered: March 2006 Location: Miami
|
Junior Member |
|
|
Believe me, i have been asking myself this question ever since i started to write my first PRO COBOL program !
I was directed this way, saying it was site standard.
We do have a bunch of Translate tables sitting on the ORACLE side, translating the Legacy data into Peoplesoft data as we go etc. Not an SQL LOADER expert, but dont think you can do that in SQL LOADER.
|
|
|
|