Search found 262 matches

by g_rkrish
Mon Jul 09, 2007 5:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF Issue
Replies: 17
Views: 6599

ArndW wrote:Try converting all of your COMP fields to correctly sized PIC(x) columns and read the data, see if the contents of COMPANY and DIVISION remain correct - in that case you have correct length. Then chan ...
It is showing still the same garbge......
by g_rkrish
Mon Jul 09, 2007 5:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF Issue
Replies: 17
Views: 6599

ArndW wrote:Odd - co you have one import of the copybook into your DataStage metadata and are inserting that definition into both jobs? ...
No, i have deleted the Server job and i tried the same definition with Parallel job.....
by g_rkrish
Mon Jul 09, 2007 3:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF Issue
Replies: 17
Views: 6599

The PIC X column, ARS-NAME, shouldn't cause problems. If it does, it probably means that your record length is off and binary information is being parsed as part of that string, most likely your definition is shorter than the real data and the contents of the subsequent COMP-3 field are coming into...
by g_rkrish
Mon Jul 09, 2007 2:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF Issue
Replies: 17
Views: 6599

Please post your COMPLETE FILE DEFINITION of the SOURCE. I recently came across COMP fields in Mainframe and have solved the issue using the server job. Here is my complete file defintion.... 01 ARFSLSMN-RECORD. 02 ARFSLSMN-KEY. 03 ARS-COMPANY PIC X(3). 03 ARS-DIVISION PIC 9(4) COMP-3. 03 ARS-SLSMN...
by g_rkrish
Mon Jul 09, 2007 11:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date to Timestamp conversion
Replies: 3
Views: 1563

DSguru2B wrote:Is TIMESTAMP even present in parallel jobs? I am not near a DS machine so cannot verify.
For the date to timestamp conversion, refer here.
sorry It is not there in parallel i cheked just now...I was on server job at that time....Sorry about that yes you can use DateToTimestamp.....
by g_rkrish
Mon Jul 09, 2007 11:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: View generated objects
Replies: 7
Views: 2559

Re: View generated objects

Umberto wrote:Hi

May anybody indicates to me how to view the objects generated by DataStage after the compilation of a Job PX???

Thank you very much in advance

Umberto
can you elaborate your question?
by g_rkrish
Mon Jul 09, 2007 11:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date to Timestamp conversion
Replies: 3
Views: 1563

Re: Date to Timestamp conversion

Hi All, My source is a flat file and this file is loaded into a table.A Date column in a file has Datatype as Date and the corresponding field Datatype in Table is a Timestamp . If I am following to the structure as it is ,the job gives me compilation error like invalid conversion from Date to Time...
by g_rkrish
Mon Jul 09, 2007 11:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Update eror
Replies: 3
Views: 1782

dsadm wrote:Hi,

Just had the same probleme.
You just need to specify the row commit interval within db2Plugin
If you have the update action as insert or update the rown commit size should be 1..If you do that the error will go off....
by g_rkrish
Mon Jul 09, 2007 11:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF Issue
Replies: 17
Views: 6599

RK - I'll trade you answers. If you can tell me what the blinking red light on my car dashboard (the one in the top left corner) means and how to fix it, I'll help you with the CFF issue. p.s. In case the post above was too subtle - please add some more information to your problem description; i.e....
by g_rkrish
Fri Jul 06, 2007 12:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: AS/400 DB2 ODBC Definition using DB2 Connect Server
Replies: 11
Views: 4459

I tried but i am getting the following error DSR.MetaGeta(GET.TABLES)(SQLConnect('DB_AS400','user')): BCI Error: SQLSTATE=S1000,CODE=7742,[DataStage][SQL Client][ODBC][DataDirect][ODBC DB2 Wire Protocol driver]7742 Thanks... On your .odbc.ini pls check what is the driver that DB2 wire protocol is u...
by g_rkrish
Fri Jul 06, 2007 11:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: AS/400 DB2 ODBC Definition using DB2 Connect Server
Replies: 11
Views: 4459

Krish, Yes..thats under project directory and also there are entries for sql server. No problems when i use sal server odbc dsn.. My suspension is something missing in my .odbc.ini entry for db2 dsn.. Thanks for your response.. AS it is in AS400 give on the location as OS/390 and AS/400 give it a t...
by g_rkrish
Fri Jul 06, 2007 11:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: AS/400 DB2 ODBC Definition using DB2 Connect Server
Replies: 11
Views: 4459

Krish, Yes..thats under project directory and also there are entries for sql server. No problems when i use sal server odbc dsn.. My suspension is something missing in my .odbc.ini entry for db2 dsn.. Thanks for your response.. In the IP address try giving the fullname like testserver.XXXXX.com/net...
by g_rkrish
Fri Jul 06, 2007 11:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: AS/400 DB2 ODBC Definition using DB2 Connect Server
Replies: 11
Views: 4459

edward_m wrote:
ray.wurlod wrote:You also need an entry in the uvodbc.config file for your DSN. ...
Yes..i defined the following entry in uvodbc.config file
<DB_AS400>
DBMS_TYPE = ODBC
Could you please let me know what else i am missing..
Did you mention in your project Directory....
by g_rkrish
Fri Jul 06, 2007 10:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF Issue
Replies: 17
Views: 6599

CFF Issue

Hi, I have weired results on the CFF stage with server and parallel jobs..I used the CFF stage in Parallel job it gives right result.when i was trying to laod the same file using server in the CFF stage i see some junk data on the particular field in in some columns there are unmatched data between ...
by g_rkrish
Tue Jul 03, 2007 2:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MS SQL Server DSN set up
Replies: 5
Views: 1752

g_rkrish wrote:
DSguru2B wrote:Did you add the entry in the uvodbc.config file in the project directory?
Yest i did....The DSN created for DB2 is working but for the SQL server is throwing up the error
there was some problem with the connection ..I fixed it works fine thaks for the help.......