Search found 15603 matches

by ArndW
Thu Nov 12, 2009 11:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date to Timestamp conversion
Replies: 14
Views: 2816

And is that an error? I am not sure what you want.

If you do

Code: Select all

TimestamptoString(DSLink12.usg_begin_dt, "%yyyy-%mm-%dd %hh-%nn-%ss.5")
what is your output?
by ArndW
Thu Nov 12, 2009 11:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date to Timestamp conversion
Replies: 14
Views: 2816

The Zulu format for xml is a good one. What is your actual error when going to a service?
by ArndW
Thu Nov 12, 2009 10:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ Plgu in Config
Replies: 7
Views: 1857

configuration in DataStage isn't that difficult, all you need to know is your Queue Manager name and Queue name to read and write messages.
by ArndW
Thu Nov 12, 2009 4:39 am
Forum: General
Topic: SURROGATE KEY IN DATASTAGE
Replies: 3
Views: 3251

Please, don't use all-capitals, that is considered SHOUTING. The maximum value will probably be a 15 digit number (depends upon your EXACTNUMERIC uvconfig file setting). It should be plenty big enough for surrogate key generation. Actually, now that I think about it, it should increment beyond that ...
by ArndW
Wed Nov 11, 2009 1:12 pm
Forum: General
Topic: Simple Addition Problems
Replies: 10
Views: 3893

Can you write a dummy job, reading your 2 values into 2 columns in a sequential file as decimal(12,2), then doing the subtraction in a transform and writing to a sequential file? Is it reproduceable like that?
by ArndW
Wed Nov 11, 2009 12:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: surrogate key
Replies: 4
Views: 1919

Use the routine "KeyMgtGetNextValueConcurrent" in both streams or use a database surrogate key (i.e. a database sequence).
by ArndW
Wed Nov 11, 2009 12:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Could not load module libgciudt6.so
Replies: 13
Views: 8066

After you have executed ". ./dsenv" in your $DSHOME directory, please enter "env | grep LIBPATH" and "env | GREP DSHOME" and "ls -al $DSHOME/lib/libgciudt6.so" then post the results here.
by ArndW
Wed Nov 11, 2009 12:09 pm
Forum: General
Topic: Simple Addition Problems
Replies: 10
Views: 3893

Is this a server job as indicated? Server doesn't distinguish between numeric types, so I can't see how this error happens and a short job I did (v8,UNIX) didn't reproduce your problem.
by ArndW
Wed Nov 11, 2009 12:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Teradata API Stage
Replies: 9
Views: 3094

What column is the primary key defined as in Teradata?
by ArndW
Wed Nov 11, 2009 12:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unrecognized top level format: date_format="yyyy-mm-dd&
Replies: 7
Views: 3141

It might be that you specified double-quotes in the attributes and I think that in that place they might not be necessary. I am assuming you specified column metadata.
by ArndW
Wed Nov 11, 2009 9:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Stage - Transaction size
Replies: 12
Views: 3665

DB2 does not have a truncate function, at best one can issue a "db2 import from /dev/null of del replace into MyTable".
by ArndW
Wed Nov 11, 2009 7:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generating a DS sequence job
Replies: 12
Views: 5734

You could write a server job and put the code that does the actual work into the job control code and keep the job empty; this is similar to how job sequence work. It is hard to give real suggestions since I don't know what you need to do, it might be possible to do this with the norma job sequence ...
by ArndW
Wed Nov 11, 2009 7:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generating a DS sequence job
Replies: 12
Views: 5734

You should think about just writing a DataStage BASIC routine to do this for you. If you have your metadata stored in a file the rough logic would be: {Use OPENSEQ to open the sequential file} LOOP UNTIL EndOfFile READSEQ MetaData FROM SequentialFilePtr ELSE EndOfFile {process metadata to fit into p...
by ArndW
Wed Nov 11, 2009 7:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: a complex requirment.
Replies: 9
Views: 1925

My stage variable response also applies when you use the pivotr stage.
by ArndW
Wed Nov 11, 2009 7:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Funnel stage error
Replies: 2
Views: 3986

Odd, I just tried an exact search for "When checking operator: Dropping" and received 46 matches, many of which describe the same problem and contain an answer.