Search found 53125 matches

by ray.wurlod
Fri Jul 03, 2009 12:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: what is the advantage of audit logs in datastage
Replies: 9
Views: 2471

How to do WHAT ?!!!
by ray.wurlod
Fri Jul 03, 2009 12:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: null replaced by "^"
Replies: 18
Views: 3426

^O is a single character. So your assumptions about character position shifting are incorrect. This is the character Ctrl-O, also understood as Char(15). It only displays as apparently two characters.
by ray.wurlod
Thu Jul 02, 2009 7:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort the output file
Replies: 10
Views: 2347

That technically would still not be the FTP stage, but the Collector inserted on its input. Make sure that the collection algorithm is set to Sort/Merge any time you need to preserve sorting when collecting to a single node.
by ray.wurlod
Thu Jul 02, 2009 7:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert numeric value to COMP data type
Replies: 10
Views: 3070

Agreed, but constructing the reverse logic is feasible.
by ray.wurlod
Thu Jul 02, 2009 5:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Load Tuning in PX8.1
Replies: 2
Views: 1309

Show us what you are currently doing, in particular the generated sqlldr load script.
by ray.wurlod
Thu Jul 02, 2009 5:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort the output file
Replies: 10
Views: 2347

There is NO WAY that FTP can change the sorted order in a file. FTP sends a stream, from the first byte in the file to the last. In that order. Network software looks after putting sections into packets and reassembling the packets in the correct order. Something else is happening, or your diagnosti...
by ray.wurlod
Thu Jul 02, 2009 5:38 pm
Forum: General
Topic: diffapicmdline.exe syntax ?
Replies: 11
Views: 7559

I don't know, but I'd try "=" in the other options too, for example

Code: Select all

 /t=Job /ot=XML 
by ray.wurlod
Thu Jul 02, 2009 5:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset on 2nodes read with 4 nodes
Replies: 12
Views: 10925

The Data Set descriptor file includes information about the configuration with which it was written. It is this information that is used when reading the file (though orchadmin dump has an option not to do this). It gets even more interesting in grid configurations, but they have figured out a way t...
by ray.wurlod
Thu Jul 02, 2009 5:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert numeric value to COMP data type
Replies: 10
Views: 3070

The logic is supplied with the product, in the Routines branch of the repository. There are SDK routines for converting COBOL data types.
by ray.wurlod
Thu Jul 02, 2009 5:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage -Transformer
Replies: 19
Views: 7325

Watching paint dry can be more entertaining than most current U.S. TV shows.
by ray.wurlod
Thu Jul 02, 2009 5:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Messaging service through Job
Replies: 3
Views: 1382

Are you running one of the 7.x versions that permits Director to run on a PDA device? (Note that this was a short lived foray by the vendor; it is no longer available in version 8.)

Kim Duke has a web-based navigation tool (DWNav) that you might also investigate.
by ray.wurlod
Thu Jul 02, 2009 5:11 pm
Forum: IBM QualityStage
Topic: ´Select´ Stage Error
Replies: 7
Views: 2777

By placing a Sequential File stage with appropriately-set File property on the other end of the reject-handling output link.
by ray.wurlod
Wed Jul 01, 2009 11:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete all Datasets from folder Datasets
Replies: 19
Views: 5165

Actually i want to know if i could delete the whole folder at once instead of deleting datasets individually to save time. I need to create a fresh folder for datasets in another path. NO Data Sets' data files live in multiple directories. If you delete all the *.ds files (which is what I am guessi...
by ray.wurlod
Wed Jul 01, 2009 7:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MQ Series Stage
Replies: 13
Views: 3426

For version 8.0.1, the MQ client-only stage is installed by default in the Real Time pallette. That seems to be true if the DataStage server is on Windows but not if the DataStage server is on AIX. On AIX we get the WebSphere MQ Connector on the parallel jobs palette, but nothing on the server jobs...