Search found 53125 matches

by ray.wurlod
Sun Dec 30, 2007 2:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue on running sqlldr while using rsh
Replies: 5
Views: 1756

You might also like to check (or ensure) that your script has all relevant environment variables, such as ORACLE_HOME, set.
by ray.wurlod
Sun Dec 30, 2007 2:07 pm
Forum: General
Topic: hi dsguru
Replies: 2
Views: 1153

Not "should", if you want correct results, but "must" use a key-based partitioning algorithm. Note also that the Join stage requires that its inputs be sorted by the join key(s). If both data sets are in the same database instance you may be better off performing the join there, where it may be able...
by ray.wurlod
Sun Dec 30, 2007 2:05 pm
Forum: General
Topic: New Year Wishes
Replies: 15
Views: 4319

Happy New Year to all! May your celebrations be boundless, and your resolutions negotiable.
by ray.wurlod
Sat Dec 29, 2007 1:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD stage compilation error
Replies: 5
Views: 1276

Post (fully) what's on each of the four tabs in your SCD stage. Without that it's difficult to diagnose. Verify your assertion that you have both a current indicator column and an expiry date column.
by ray.wurlod
Sat Dec 29, 2007 1:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Strange problem while doing Update then Insert
Replies: 7
Views: 2857

The Remove Duplicates stage gives you the choice of removing the first or last record in each group. Sort your data by LEAF_NUM_ID, LEAF_NODE and DESCRIPTION (and hash partition by LEAF_NUM_ID and LEAD_NODE) ahead of your Remove Duplicates stage.
by ray.wurlod
Sat Dec 29, 2007 1:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing parameter to uvsh select query in shell script
Replies: 5
Views: 3597

Your unavoidale problem is the single quotes. They are required in SQL to encase a string value, yet they have the effect (as "hard quotes") of suppressing shell expansion of things like environment variables. One solution would be to use DataStage's non-SQL query language RetrieVe which is not so f...
by ray.wurlod
Sat Dec 29, 2007 1:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: write data with different number of columns to a single file
Replies: 2
Views: 1044

You could use a Column Export stage to create a single VarChar column on each link (containing a comma-delimited string), and run the three links into a Funnel stage to combine them.
by ray.wurlod
Sat Dec 29, 2007 1:11 pm
Forum: General
Topic: run time column propogation
Replies: 2
Views: 1074

It's very well explained, with examples, in the official IBM training class DataStage Essentials (Enterprise Edition).
by ray.wurlod
Sat Dec 29, 2007 12:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading XML file.
Replies: 12
Views: 3365

Standards Note U is a Burmese name (indeed, one of the posters here has that name), wat is a Buddhist temple, and wud isn't anything. Nor is gng. Please endeavour to use a professional standard of English on DSXchange. It makes things easier for those whose first language is not English. Metadata i...
by ray.wurlod
Sat Dec 29, 2007 12:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to check about the valid format of the timestamp ??
Replies: 5
Views: 2192

Use substringing and concatenation to convert your string into the format expected by DataStage, presumably "yyyy-mm-dd hh:nn:ss".
by ray.wurlod
Fri Dec 28, 2007 9:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to check about the valid format of the timestamp ??
Replies: 5
Views: 2192

Since your timestamp is not in default format you need to get it into default format for IsValid(). If it's already a timestamp data type you can do this with TimestampToString(), which takes a format argument. Otherwise you need to nest a StringToTimestamp() function with the format string that des...
by ray.wurlod
Fri Dec 28, 2007 5:00 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Converting to Real Time
Replies: 4
Views: 2973

Almost certainly but you will need to give some thought as to your model - do you need an "always running" job or one that starts based on some trigger such as the arrival of data. How many instances of the job would be needed to accommodate the maximum expected data throughput? Have you purchased S...
by ray.wurlod
Fri Dec 28, 2007 2:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ulimit -a shows different with the same id
Replies: 17
Views: 8698

Then it should have the same ulimit as root.
by ray.wurlod
Fri Dec 28, 2007 2:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Access repository information
Replies: 2
Views: 1347

In Director choose the Project menu.
In that menu choose the Print option. This opens a common print dialog.
Within the Print dialog check the Print To File check box.
Within the browser dialog specify the pathname of the text file (on the client machine) into which the report will be written.
by ray.wurlod
Fri Dec 28, 2007 3:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MS SQL Server Load stage
Replies: 7
Views: 2759

Welcome aboard. That may be a useful snippet of knowledge for future searchers: thank you.