Search found 97 matches

by leomauer
Thu Dec 04, 2008 3:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data cleansing functionality
Replies: 3
Views: 1614

Not exactly what you're looking for... but you can highlight multiple columns and choose "Derivation Substitution..." from the right-click menu. A definite productivity help when doing repetitive derivations. Mike Thanks but that is exactly what i am not looking for. I know how to do that...
by leomauer
Thu Dec 04, 2008 3:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data cleansing functionality
Replies: 3
Views: 1614

Data cleansing functionality

I need a generic cleansing functionality. It sounds like this: When the field value is empty or Null then if it is an Alphanumeric (Varchar and such) field then default it to Null, if it is numeric field, then default it to zero. It is easy to code, but I do not want to code it for every field in ev...
by leomauer
Tue Sep 09, 2008 1:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How do I set the sequential file delimiter to ÿ ?
Replies: 4
Views: 2702

I would suggest to look at hex value this character using od -cx UNIX command or in any text editor that allow to see hex value (I usually use Ultraedit). Then match it to decimal It may not be 255. Sometimes the screen displays this character for other unprintable hex values.
by leomauer
Fri Jun 27, 2008 6:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date conversions
Replies: 4
Views: 3059

Got it finally. It is actually with squre brckets
L_MOD_DATE:Date = date_from_ustring ["%mm-%dd-%yyyy"] (L_MOD_DATE)

Usually squre brckets used to denote optional parameters, here it is both.
The date format is either optional (with default format yyyy-mm-dd) or actully in square brackets.
by leomauer
Fri Jun 27, 2008 6:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date conversions
Replies: 4
Views: 3059

I am having very hard time with modify: Lots. See Orchestrate Operators manual, ustring_from_date[date_format](date) Tried L_MOD_DATE:Date = date_from_ustring "%yyyy-%mm-%dd" (L_MOD_DATE) Got runtime abort with message: main_program: Error parsing modify adapter: Expected ';' or end, got: ...
by leomauer
Mon Jun 02, 2008 2:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Environment variable transporter
Replies: 13
Views: 6593

Re: Environment variable transporter

Hello Gurus, I created a New Project and would like to copy User defined Environment Variable from other project. As Ray said i copied last lines in DSParams file and past in New Project. It did not work for me. DO we need to restart the server? or do i need to do anything else Appreciate your Help...
by leomauer
Tue May 20, 2008 3:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC call from BASIC
Replies: 3
Views: 1893

ODBC call from BASIC

Does anybody know how to call ODBC from BASIC routine? I need to connect and query SQL server from Linux to do some housekeeping tasks in batch. We are migrating from Windows. On Windows we used OS call to osql wrapped in DS routine. So far we can't find a similar executable on Linux. My thought is ...
by leomauer
Wed May 07, 2008 6:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Environment variable transporter
Replies: 13
Views: 6593

Environment variable transporter

I need to move server jobs from DS 7.5.1 without PX(EE) on Windows to DS 8.01 with PX on Linux. We are using a lot of environment variables. In the past I used environment transport program, but that was between DS 7.5 projects. Is there anything similar for the conversion that I am doing now? I can...
by leomauer
Wed May 07, 2008 6:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Environment variable transporter
Replies: 3
Views: 1732

ray.wurlod wrote:Moderator: please move to parallel forum
I respectfully disagree.
This question may belong to any of two forums.
But I am moving it in hope to get an answer, not just reprimand.
by leomauer
Tue May 06, 2008 8:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Environment variable transporter
Replies: 3
Views: 1732

Environment variable transporter

I need to move server jobs from DS 7.5.1 without PX(EE) on Windows to DS 8.01 with PX on Linux. We are using a lot of environment variables. In the past I used environment transport program, but that was between DS 7.5 projects. Is there anything similar for the conversion that I am doing now? I can...
by leomauer
Mon May 05, 2008 8:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert DS jobs from Windows to Linux
Replies: 1
Views: 856

Convert DS jobs from Windows to Linux

We are migrating DS Server jobs from Windows to Linux.
Does anybody know the existing utility that will convert all the OS related settings in DS job (like \ to / and others)?
I am considering writing something myself.
I would appreciate any info on the existing conversion applications.
Thanks.
by leomauer
Fri Feb 29, 2008 12:45 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Information Analyzer
Replies: 8
Views: 9344

leomauer, After I re-read your notes, I was wondering why you want to utilize the Table Definition of the DataStage to profile the seqential files? Thanks for the sample. That exactly means what IBM person told us: there need to be as many entries into QETXT.INI file as there are files to profile. ...
by leomauer
Fri Feb 29, 2008 12:35 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Information Analyzer
Replies: 8
Views: 9344

The problem is that when you import a table definition into DataStage first you cannot use it in Info Analyzer - unless you use the Connector import from the Designer Import menu. The correct procedure is to import the table into Info Analyzer via the connector, profile it and then use that as a ta...
by leomauer
Thu Feb 28, 2008 7:11 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Information Analyzer
Replies: 8
Views: 9344

leomauer, You need only 1 entry in .odbc.ini and 1 QETXT.INI file for all of your sequential files. Of course, you must populate all the names and field descriptions of the sequential files. It's a pain. After that, all you can do on the sequential files is Column Analysis. Thanks lstsaur. Can you ...
by leomauer
Thu Feb 28, 2008 7:06 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Information Analyzer
Replies: 8
Views: 9344

We did connect to the file the way this IBM person described. I would like to continue this discussion. 1. I still would like to know if the Table definition layout can be associated with flat file. To reiterate: I have a file and I have a table definition for this file entered into Analyzer project...