Search found 42189 matches

by chulett
Mon Jan 13, 2014 8:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: remove string Dynamically
Replies: 3
Views: 1707

Start by looking into the Field() function but... clarify your rules / requirements for us.
by chulett
Mon Jan 13, 2014 8:06 am
Forum: Site/Forum
Topic: Mark As Unread
Replies: 4
Views: 6605

Ray could retire and I'd still never catch up. :roll:
by chulett
Sun Jan 12, 2014 8:37 am
Forum: Site/Forum
Topic: Mark As Unread
Replies: 4
Views: 6605

And as I've noted before, this is the only website on my 'visit regularly' list where the forums don't maintain your unread posts. Elsewhere if I haven't read something, when I come back they are still unread as well as are any new posts. Here, when you come back all you find unread are any new post...
by chulett
Sat Jan 11, 2014 12:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage to mimic Transformer TRIM() function
Replies: 7
Views: 3220

You are correct, that function in the Modify stage only supports 'begin' and 'end' as portions of the string that can be trimmed. I'm not aware of anything in the Modify stage that does what you want. Why the aversion to the Transformer function, one you know does exactly what you need? If it is any...
by chulett
Thu Jan 09, 2014 11:18 pm
Forum: General
Topic: To get the finish time of Jobs
Replies: 6
Views: 1293

As noted in your other post perhaps in the Operations Console but failing that... no, not that I'm aware of.
by chulett
Thu Jan 09, 2014 11:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output stage
Replies: 13
Views: 4976

If you enabled the 'Trigger Column' option, turn that off.
by chulett
Thu Jan 09, 2014 8:41 am
Forum: General
Topic: To get the finish time of Jobs
Replies: 6
Views: 1293

Your script is the automation. It can get a list of all projects, then jobs in the project and then check each one to see when last it ran. Gather whatever stats you need for any that qualify.
by chulett
Wed Jan 08, 2014 11:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job hanging issue while making transaction.
Replies: 2
Views: 1414

First off, nothing is happening 'simultaneously'. They happen one after the other in a serial fashion based on link order. If the order matters (for example because of RI) then ensure that you have that correctly specified. As to what might be hanging, I'd start by having a DBA monitor the session f...
by chulett
Wed Jan 08, 2014 8:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String to Timestamp Conversion
Replies: 10
Views: 5084

Open up your Parallel Job Developer's Guide and search for "year_cutoff", it is part of the format mask and will get rid of all those if-then-else shenanigans. :wink:
by chulett
Wed Jan 08, 2014 8:45 am
Forum: General
Topic: XML Schema Library Manager - Error
Replies: 8
Views: 3916

Work with whomever gave you the xsd, it sounds like it may actually be invalid.
by chulett
Wed Jan 08, 2014 8:39 am
Forum: General
Topic: To get the finish time of Jobs
Replies: 6
Views: 1293

dsjob -jobinfo
by chulett
Wed Jan 08, 2014 12:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD stage
Replies: 3
Views: 1939

Download this IBM Redbook. Chapter 2.14 is dedicated to the SCD stage.
by chulett
Tue Jan 07, 2014 10:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD stage
Replies: 3
Views: 1939

Start with the official documentation if you haven't already.
by chulett
Tue Jan 07, 2014 10:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File Being Referenced by Separate Jobs
Replies: 6
Views: 2462

If "referenced" means "read" then no. Start by posting the failure message(s) if you'd like some help tracking it down.
by chulett
Tue Jan 07, 2014 6:14 pm
Forum: General
Topic: Taking ETL backups through scripts- istool
Replies: 4
Views: 3317

Andy has a comprehensive post on 'istool' here, it should help.