Search found 42189 matches
- 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...
- Thu Aug 28, 2014 2:18 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
- 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
- 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
- Thu Aug 28, 2014 10:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: String to Timestamp Conversion
- Replies: 9
- Views: 5130
- 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.
Oh, and... good luck with that. I know it's not exactly 'on topic' but I found it amusing.
- Wed Aug 27, 2014 9:11 pm
- Forum: General
- Topic: How to pass parameters to DSR.SCHED script
- Replies: 2
- Views: 1717
- Wed Aug 27, 2014 4:03 pm
- Forum: General
- Topic: Kim's ETL Stats Package
- Replies: 4
- Views: 1713
- 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...
- 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
- 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...
- 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.
But then it seems you already know that.
- 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
- 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
- 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
Doesn't DB2 have a "to char" function?hargun wrote:I want the last two numbers of first field like 2012-05 instead of 2012-5.