JPLamontre
0 pts. | Mar 9 2006 7:49AM GMT
You need to qualify M as a litteral, not a column name ie :
this part
Where (NCUFFLDR_COMPANY_TYPE=M)
may be correctly understood when corrected :
Where (NCUFFLDR_COMPANY_TYPE=’M')
CasNowak
0 pts. | Mar 9 2006 1:18PM GMT
My Where statement was wrong. I had to have quotes around ‘M’. I also changed my date format to USA instead of MDY and it worked.
In the iSeries I can specify text to describe columns, but with the transfer program all I can bring back are the alias names. Maybe that is a limitation of this Add-in. If anyone knows of a way to put more of a description on the columns, please respond.
geneburns
15 pts. | Mar 10 2006 12:26PM GMT
In your transfer setup, click on the Data Options button and change your selection to be something like this:
field as Field_Name, lib as Library_Name
This will use whatever you specify after the ‘as’ for the column names. Spaces are not valid though so underscores are usually used instead.






