Search found 53125 matches

by ray.wurlod
Mon Nov 08, 2010 4:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Subrecord, Vector, Tagged Overview
Replies: 3
Views: 1879

How about you give US examples about the data you're needing to read?
by ray.wurlod
Mon Nov 08, 2010 4:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server Routine to connect SQL Server
Replies: 11
Views: 3489

Use the full pathname of the isql command or make sure that isql's parent directory is in your command search list (the PATH environment variable).
by ray.wurlod
Mon Nov 08, 2010 4:23 pm
Forum: General
Topic: understanding Hash partition
Replies: 3
Views: 2100

Values = the ASCII or Unicode code points. You will not read anything about bitrotate in any DataStage manual, but should find it in any decent C programming manual. Really, you don't need to know. All you need to know is that it works, and that the essence of Hash partitioning algorithm is: hashval...
by ray.wurlod
Mon Nov 08, 2010 12:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server Routine to connect SQL Server
Replies: 11
Views: 3489

Do you mean to be using

Code: Select all

isql 
as the actual command? If so, put that in.
by ray.wurlod
Mon Nov 08, 2010 12:51 am
Forum: General
Topic: Information Server 8.5 released this week!
Replies: 21
Views: 8401

Welcome aboard, Tony. Will check your blog when I get more time than I have in this particular airport lounge!
by ray.wurlod
Sun Nov 07, 2010 8:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TIMESTAMP Microseconds
Replies: 4
Views: 2715

Perhaps you need a StringToTimestamp() function in the Transformer stage.
by ray.wurlod
Sun Nov 07, 2010 7:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RUN TIME COlumn Propagation in 8.1
Replies: 1
Views: 1063

Welcome aboard. Runtime Column Propagation in version 8.1 is the same as it was in 8.0 and 7.5. A search of DSXchange, or of on-line help or in the manuals will answer your question.
by ray.wurlod
Sun Nov 07, 2010 7:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server Routine to connect SQL Server
Replies: 11
Views: 3489

Could be something to do with the PATH for the sql command. Could be the fact that the statement that sets this should have quotes around the command (SQL = "sql "). You might also like to investigate the BCI functions. A search of DSXchange will throw up code examples. These mimic the ODB...
by ray.wurlod
Sun Nov 07, 2010 4:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TIMESTAMP Microseconds
Replies: 4
Views: 2715

Welcome aboard.

Where do you believe you should be getting microseconds from? Are there truly microseconds in source?
by ray.wurlod
Sat Nov 06, 2010 5:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data going to only one node.
Replies: 2
Views: 1389

Unless you take steps to force it, less than 32KB of data will always go only to one node in a Data Set. 32KB is the smallest amount of data moved around by DataStage parallel engine.
by ray.wurlod
Sat Nov 06, 2010 5:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to open the operating system file "/tmp/select04
Replies: 2
Views: 1257

... or perhaps that /tmp became full so the file could not be created in the first place.
by ray.wurlod
Fri Nov 05, 2010 11:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting output field to Null in Modify stage
Replies: 4
Views: 1461

outputcolumnname = make_null(inputcolumnname)
by ray.wurlod
Fri Nov 05, 2010 11:05 pm
Forum:
Topic: Column lineage messed up in Lookup Stage (if range lookup)
Replies: 7
Views: 3462

And, just out of curiosity, does a "where does column come from" performed within DataStage give a different result?
by ray.wurlod
Fri Nov 05, 2010 10:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compiled-in default vs. from value file
Replies: 2
Views: 1412

How are you running this job? Try some other method, such as dsjob command, to eliminate the invocation method. If, for example, it works from dsjob but not from Director (also try with a sequence), you can at least isolate the genesis of the problem.