Search found 42189 matches

by chulett
Fri Oct 22, 2010 7:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Importing Routines
Replies: 5
Views: 2366

Well, that's an interesting bug and not one I'd heard of before. :wink:
by chulett
Fri Oct 22, 2010 7:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Surrogate key
Replies: 10
Views: 3260

Then we're not talking about one problem here and we're back to the odd comment you made in your initial post: In my case nothing comes out of the tranformer though the job executes If "nothing comes out of the transformer" not sure how you can expect anything to go into the target. And wi...
by chulett
Fri Oct 22, 2010 6:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: source target mapping
Replies: 6
Views: 2135

Not for Oracle. :wink:
by chulett
Fri Oct 22, 2010 6:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Surrogate key
Replies: 10
Views: 3260

chulett wrote:Obviously incomplete syntax, but enough to give you the idea.
You then fleshed it out, properly. Did it work for you or not?
by chulett
Thu Oct 21, 2010 11:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Surrogate key
Replies: 10
Views: 3260

Leave the "Surr ID" column out of the target stage entirely. Take the generated SQL and customize it to include SEQNAME.NEXTVAL as the value to insert into the surrogate column. For example, from: INSERT INTO COL1, COL2, COL3 VALUES(:1, :2, :3) To: INSERT INTO SURR_ID, COL1, COL2, COL3 VAL...
by chulett
Thu Oct 21, 2010 11:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conversion of Timestamp field
Replies: 4
Views: 2244

In other words, dump the "meta SQL" and do it all "in job". :wink:
by chulett
Thu Oct 21, 2010 11:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: file issue
Replies: 6
Views: 1677

Re-read what has been posted. There are no null values in your file.
by chulett
Thu Oct 21, 2010 11:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get data from website
Replies: 4
Views: 1167

I'm afraid you're going to need to give us some detailed description for our doubt first. Can you be a wee bit more specific about what you mean by needing to "get data from website"? I could guess what you mean by that but prefer not to.
by chulett
Thu Oct 21, 2010 11:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: file issue
Replies: 6
Views: 1677

Of course, which is why I made the word plural, in lower-case and in quotes. Jeez, calm yerself. At no point did I say they were the same thing.
by chulett
Thu Oct 21, 2010 11:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Identifying different groups based on column valeus
Replies: 9
Views: 1907

You create a reference hashed file with a key for your 'group' column and a data column that is just an indicator - yes/no, true/false, whatever - to show if that group includes the target values. Do a lookup for each record and then write the result back to the same uncached hashed so it stays in s...
by chulett
Thu Oct 21, 2010 11:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: JobControl (fatal error from UtilityAbortToLog)
Replies: 3
Views: 4792

What kind of help are you looking for? Your Sequence is apparently coded to call this routine under certain circumstances and which fails / aborts the run. Apparently you had an "Issue in Teradata Load" and need to check the logs for whatever jobs your sequence runs. BTW, those error codes...
by chulett
Thu Oct 21, 2010 8:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Identifying different groups based on column valeus
Replies: 9
Views: 1907

Not sure it's possible with just just stage variables as you'll basically need to check the data twice - once to see if you find those values in a group and then a second time to pass the group only if the first check didn't find anything. I've done this with a hashed file and a Server job, that is ...
by chulett
Thu Oct 21, 2010 8:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Identifying different groups based on column valeus
Replies: 9
Views: 1907

Meaning... if Col3 has either 'ST' or 'PB' in it for any record in any particular 'Group', that entire group should be filtered out?
by chulett
Thu Oct 21, 2010 8:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: file issue
Replies: 6
Views: 1677

Unless we are talking fixed-width files here, "nulls" in a delimited file would actually be empty strings.
by chulett
Thu Oct 21, 2010 8:16 pm
Forum: General
Topic: Adding new column to target table
Replies: 7
Views: 1669

Usage Analysis *is* there... unless, perhaps, you have a very early 7.x version. If you have some flavor of 7.5.x, it is definitely there.