Search found 42189 matches

by chulett
Thu Aug 28, 2014 2:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fixed Width Length
Replies: 4
Views: 2981

Re: Fixed Width Length

Any thought how we can achieve this where sequential file will read a fixed width file where in column the lengths are not fixed. No such thing. If the lengths are not fixed then it needs to be a delimited file. Fixed is fixed, not mostly fixed. :wink: Question though, is this only an issue with th...
by chulett
Thu Aug 28, 2014 12:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Override the number of nodes a Job uses
Replies: 14
Views: 4509

And then it should be a Server job. :wink:
by chulett
Thu Aug 28, 2014 11:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String to Timestamp Conversion
Replies: 9
Views: 5130

If you don't need it, just chop it off before the function call.
by chulett
Thu Aug 28, 2014 10:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Daylight savings calculation
Replies: 5
Views: 2601

There isn't.

Oh, and... good luck with that. I know it's not exactly 'on topic' but I found it amusing. :wink:
by chulett
Wed Aug 27, 2014 9:11 pm
Forum: General
Topic: How to pass parameters to DSR.SCHED script
Replies: 2
Views: 1717

Ok, I'll bite.

Why, what are you up to?
by chulett
Wed Aug 27, 2014 4:03 pm
Forum: General
Topic: Kim's ETL Stats Package
Replies: 4
Views: 1713

Actually, they linked directly to where you had it hosted. I pushed the URL back to your website. :wink:
by chulett
Wed Aug 27, 2014 3:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Override the number of nodes a Job uses
Replies: 14
Views: 4509

What Mike noted is still the best advice. In my world we always included that APT as one of four(?) $PROJDEF variables that were in all of our jobs so they could be easily overridden if needed. Sorry but that was much too long ago to remember what the other three were - off the top of my head, the o...
by chulett
Wed Aug 27, 2014 1:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Override the number of nodes a Job uses
Replies: 14
Views: 4509

Do you have $APT_CONFIG_FILE defined as a parameter in the job? If so, make sure it is set to your 1 node config file. If not, add it.
by chulett
Wed Aug 27, 2014 8:08 am
Forum: General
Topic: Writing dssh scripts
Replies: 7
Views: 2213

See edited reply. I meant your shell script could 'bundle' as in make multiple calls to dssh, one for each command / function you needed to run. Did not mean to imply there is any kind of 'script' capability within dssh itself, although there very well could be. Never had a need to investigate any s...
by chulett
Wed Aug 27, 2014 7:56 am
Forum: General
Topic: Writing dssh scripts
Replies: 7
Views: 2213

Not sure about the 'batch mode' you mentioned but you can certainly execute dssh queries from the command line and bundle those into scripts.

But then it seems you already know that. :wink:
by chulett
Wed Aug 27, 2014 7:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Routine
Replies: 9
Views: 7728

What 'same issue' - the exact same error calling the exact same parallel routine? If not, you need to start your own post with the gory details of your own particular problem.
by chulett
Tue Aug 26, 2014 10:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: logic required
Replies: 6
Views: 2880

You can't just use 'right' in the job as you want weeks not days. Look into the YearFromDate and YearweekFromDate functions.
by chulett
Tue Aug 26, 2014 6:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: logic required
Replies: 6
Views: 2880

Re: logic required

hargun wrote:I want the last two numbers of first field like 2012-05 instead of 2012-5.
Doesn't DB2 have a "to char" function?