Search found 42189 matches

by chulett
Tue Nov 28, 2006 8:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Start Time is different when viewed from 2 ways.
Replies: 1
Views: 721

This problem has been reported here a couple of times but with no resolution that I remember seeing. Best to report it to Support and see what they say.

And if you do get a resolution - post it here! :wink:
by chulett
Tue Nov 28, 2006 8:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Duplicates after pivot stage
Replies: 5
Views: 1423

Post some examples, before and after. The pivot stage really isn't about de-duping but examples would help us understand your situation. :?
by chulett
Mon Nov 27, 2006 8:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ftp script
Replies: 9
Views: 3167

Ok... keep in mind the OS designator in that first post is meant to tell us what platform your Server is installed on. That way we can give proper UNIX versus DOS/Windows advise in situations like this.

So, a nice little korn shell script (or your shell of choice) seems to be in your future. :wink:
by chulett
Mon Nov 27, 2006 8:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading multiple files of same pattern
Replies: 5
Views: 1549

No, the Server Sequential stage does not support wildcards, as least not as easily as the PX version does. Read up on the Filter option, there are times it can be leveraged for that. Use a command like: cat AA_*.dat there to send all files, one after another, to 'standard out'. The stage will then r...
by chulett
Mon Nov 27, 2006 6:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Concatenation of 2 files (Funnel operator in PX) in Server
Replies: 3
Views: 870

I would have suggested that but have run into problems trying to use wildcarded cat commands in the Filter. Perhaps it works mo betta on Windows. :?
by chulett
Mon Nov 27, 2006 6:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ftp script
Replies: 9
Views: 3167

You can't just type in something like that all on one line and expect it to work there - is that what you are saying? If so, do as your subject line suggests - create a script with that as the content and execute the script via EXECSH. Or a batch file if you are on Windows. Clarify something - your ...
by chulett
Mon Nov 27, 2006 6:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Job Run
Replies: 9
Views: 3235

Heck if I know... but I would think you could Google something up rather easily.
by chulett
Mon Nov 27, 2006 5:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Concatenation of 2 files (Funnel operator in PX) in Server
Replies: 3
Views: 870

Using the type command and redirection or copy with wildcards or the append (+) operator.
by chulett
Mon Nov 27, 2006 5:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ftp script
Replies: 9
Views: 3167

How exactly are you 'running this script in EXECSH line'? Hopefully not by putting this entire thing there, yes? Post your syntax, cut and paste directly from the Input Value box in the job to here please.
by chulett
Mon Nov 27, 2006 4:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Job Run
Replies: 9
Views: 3235

Look into remote shell execution - rsh for example.
by chulett
Mon Nov 27, 2006 1:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling Function
Replies: 5
Views: 1262

It's just a select statement, how hard is that to implement? You don't even need 'custom' sql for it. Execute the select statement and then send the number that is returned somewhere as noted previously.

Job Parameters.
by chulett
Mon Nov 27, 2006 1:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Finding number of rows in a seq file()
Replies: 9
Views: 2091

:idea: Make sure you annotate this is happening on the canvas. Before/After job/stage routines are pretty much invisible to the neked eye. :wink:
by chulett
Mon Nov 27, 2006 10:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Question about system timestamp in oracle table
Replies: 3
Views: 1124

Yes... all you've handled is the Date part. You'd need to either add in a Time() function call or switch to the combo one - TimeDate? We use that one in a custom routine to get a System timestamp.
by chulett
Mon Nov 27, 2006 8:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing SQL tabla from a seq file
Replies: 5
Views: 1170

Thanks, but the table may have about 3,500,000 records, and the file about 20,000 records. The process is a daily process, and I think that this can take an important time to load the table. This is a common requirement and will not be slow - if done properly. For a file with 20,000 records, the mo...
by chulett
Mon Nov 27, 2006 8:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execution of routine not happening
Replies: 7
Views: 1774

Good to know... I'm not anywhere that I can actually test anything.