Search found 42189 matches

by chulett
Tue Jun 28, 2005 6:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: type 1 and type 2 dimensions
Replies: 11
Views: 4076

chulett wrote:If you really need a mixture, then the "type 2 columns" would need to come out into a child table.

As mentioned in my first post. Just a little shorter. :wink:
by chulett
Tue Jun 28, 2005 6:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: License Checking by DataStage
Replies: 10
Views: 3707

Re: License Checking by DataStage

We have a 32 cpu machine that has been partitioned. DataStage runs under a 4 cpu partition because we have a 4 cpu license. However, when the jobs are run we get warnings in the job logs about violation of the number of cpu's. It seems DataStage does a 'system' scan instead of a partition scan. So....
by chulett
Mon Jun 27, 2005 9:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: type 1 and type 2 dimensions
Replies: 11
Views: 4076

Not if it includes effective date ranges for the changes, that's indicative of a type 2. A type 3 is, in a way, just a stack of tracked fields of a fixed number with values pushed down the line as a change is detected. Eventually, changes 'fall off' the end and are lost. I suppose you could do some ...
by chulett
Mon Jun 27, 2005 8:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding Stage Name
Replies: 4
Views: 1254

Or you can trust in Ray's mind reading ability.
by chulett
Mon Jun 27, 2005 7:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding Stage Name
Replies: 4
Views: 1254

You might want to elaborate on that just a wee bit. :?
by chulett
Mon Jun 27, 2005 7:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem trying to view data and running a job
Replies: 5
Views: 1195

It's not suppose to matter... just trying to get as much information as possible about the problem. Ok, so just a problem viewing ODBC data. Do both people (the 'working' one and the 'non-working' ones) use the same logon information to your ODBC database or do they each have their own? It would pro...
by chulett
Mon Jun 27, 2005 7:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: type 1 and type 2 dimensions
Replies: 11
Views: 4076

A dimension is of one type, not some odd combination of types. So, to keep history you would need it to be a Type 2 and thus keep history on all columns.

If you really need a mixture, then the "type 2 columns" would need to come out into a child table.
by chulett
Mon Jun 27, 2005 6:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem trying to view data and running a job
Replies: 5
Views: 1195

View what kind of data? From where? Is this one user the same user that created the jobs?

ps. Don't mark the post as a UNIX OS post if your server runs on Windows. It confuses things.
by chulett
Mon Jun 27, 2005 6:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File size
Replies: 14
Views: 3600

Ah, so the mention of "PI/Open" flavor is related to Prime Information? That does go back aways. :wink:

So just changing the INCLUDE to yours would fix it right up?
by chulett
Mon Jun 27, 2005 4:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After Job Routine to archive input file
Replies: 9
Views: 1616

Get rid of the 'cd' part and you should be fine:

"fullpath/XXXX.ksh #InputFile# #InputPath# #ArchivePath#"

Assuming 'fullpath' starts from root - i.e. with a forward slash.
by chulett
Mon Jun 27, 2005 3:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After Job Routine to archive input file
Replies: 9
Views: 1616

1) Sure - just enclose it in hash signs like 'normal'.

2) The name of your script. Actually, the full path to your script. Followed by the appropriate argument list.
by chulett
Mon Jun 27, 2005 3:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Attaining job required parameters from a Unix shell script
Replies: 5
Views: 1582

Re: I like your recent headline Craig

charles.craig@physiciansm wrote:"I joined the team and was met with ignorance and apathy." Well, what are you going to do about it? "I don't know and I don't care." :lol:

:lol:

Sorry for the wrong answer, at least (as you said) I got you pointed in the right direction. :wink:
by chulett
Mon Jun 27, 2005 3:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Attaining job required parameters from a Unix shell script
Replies: 5
Views: 1582

Use "dsjob -paraminfo" instead.
by chulett
Mon Jun 27, 2005 8:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: VB code for calling SP
Replies: 5
Views: 951

Ah, deja-vu all over again. :wink: