Search found 53125 matches

by ray.wurlod
Mon Jan 07, 2008 4:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Accessing Shell variable in a job
Replies: 2
Views: 818

DataStage runs by running dssh or osh as its shell. To be able to have access to shell variables they would need to be exported from the shell from which dssh/osh is invoked; therefore they need to be environment variables.
by ray.wurlod
Mon Jan 07, 2008 4:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to catalog DSServer and DB2 present on other server
Replies: 3
Views: 672

It helps if you think of DataStage from the perspective of the database server as "just another client application". Therefore, what you require on the DataStage server machine is exactly the database client software that you would need for any other client application.
by ray.wurlod
Mon Jan 07, 2008 4:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Look up in Server Job
Replies: 16
Views: 5672

Every input link you draw to a Transformer stage after the first is a reference input link; it will be drawn with a dashed line. A reference link requires you to provide a Key Expression in the Transformer stage; the value generated by this expression is sent to the stage on the other end of the ref...
by ray.wurlod
Mon Jan 07, 2008 4:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue on running sqlldr while using rsh
Replies: 5
Views: 1756

Time to mark the thread as Resolved, then.
by ray.wurlod
Mon Jan 07, 2008 1:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bad trailing quote character
Replies: 8
Views: 3792

34 is the double quote character. Perhaps your data in the AI_City field contains an extra double quote character. Or lacks one. Check your data.
by ray.wurlod
Mon Jan 07, 2008 1:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine
Replies: 7
Views: 1725

It's preferable to use parallel functions rather than server routines in parallel jobs. Your transformation can be readily achieved using DateToString() nested inside StringToDate() if the source and target data types are date or the reverse nesting if the data types are string. BASIC Transformer st...
by ray.wurlod
Mon Jan 07, 2008 1:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Limiting the no. of records while running the job.
Replies: 1
Views: 908

This tab can not be enabled for parallel job (other than for the warnings limit). The only way to limit the rows is to compile in trace mode. This is accomplished by opening the job properties window and selecting the Execution tab. It's intuitive from there - if not, click Help once there to get ad...
by ray.wurlod
Mon Jan 07, 2008 1:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid Julian day [date/date.
Replies: 4
Views: 2302

Isn't it "%nn" for the minutes component? And isn't it the case that you don't need the format string if your timestamp is in the default format?
by ray.wurlod
Mon Jan 07, 2008 1:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Look up in Server Job
Replies: 16
Views: 5672

Welcome aboard. Lookup stage only pertains in parallel jobs. In server jobs you use a Transformer stage to perform lookups.
by ray.wurlod
Mon Jan 07, 2008 1:21 am
Forum: General
Topic: How to search for a job in my project
Replies: 2
Views: 995

Netiquette Note Do not "shout" (use all upper case). It is considered rude. Open Director. Sort by job name, by clicking the column heading in the grid. Under the View menu disable Show Categories. Wait till Director refreshes when it will show you all your jobs. Find the job name in question and r...
by ray.wurlod
Sun Jan 06, 2008 9:30 pm
Forum: General
Topic: DSXchange account inactivated. Please help.
Replies: 3
Views: 1208

Please be patient. It's the wee small hours of Monday morning at DSXchange - look at the time on the home page when you're logged out.

Alas, only they can help you.
by ray.wurlod
Sun Jan 06, 2008 7:20 pm
Forum: Site/Forum
Topic: Duplicate Posts
Replies: 22
Views: 9977

Yesterday and today I have had a 100% "success" rate with posting.php timing out.

Can someone please take a look at this? It really does detract from the site.
by ray.wurlod
Sun Jan 06, 2008 7:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: alignment tables ....
Replies: 8
Views: 2241

Enrol as a premium member.

Premium membership is one of the ways that this site is funded. I am neither inclined nor prepared to prejudice that; I find this site too useful to allow it to die through lack of funding. To make even one exception would create an unacceptable precedent.
by ray.wurlod
Sun Jan 06, 2008 3:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: alignment tables ....
Replies: 8
Views: 2241

Procedural Note We don't do "urgent" here and that goes double for Sundays. If you want "urgent" sign up with your support provider and learn the true cost of "urgent". DSXchange is an all-volunteer site whose participants post as and when they can. Premium Membership Premium membership costs less ...
by ray.wurlod
Sun Jan 06, 2008 3:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: alignment tables ....
Replies: 8
Views: 2241

Setup an ODBC System DSN (not a User DSN) uing the ODBC driver for Excel. Select the Workbook that you want to access. This step has nothing whatsoever to do with DataStage - it is performed with the Windows ODBC Administrator. In DataStage import the table definition for each worksheet that you wis...