Search found 42189 matches

by chulett
Thu Nov 20, 2014 8:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Tracking user id from which job has been run
Replies: 7
Views: 4102

'Track' how? Meaning, and do what with it?
by chulett
Wed Nov 19, 2014 10:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Leading Zero in RCP Job
Replies: 14
Views: 11723

So what if it isn't fine? What are the options for someone in this situation?
by chulett
Wed Nov 19, 2014 3:10 pm
Forum: General
Topic: Where Do I find the 'dsexport' command?
Replies: 14
Views: 8344

Sorry, how do you do what? It's on your client PC rather than the server but it's still a command line utility. If you're not sure of the syntax you can do an exact search for it here and find plenty of examples.
by chulett
Wed Nov 19, 2014 3:00 pm
Forum: General
Topic: Where Do I find the 'dsexport' command?
Replies: 14
Views: 8344

It's a client utility.
by chulett
Wed Nov 19, 2014 12:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ Connector stage: Fail over Queue manager
Replies: 3
Views: 1868

It's not... at this point you just need to wait for the right person to wander by and I imagine that would be Ernie.
by chulett
Wed Nov 19, 2014 11:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to remove a configured property?
Replies: 1
Views: 1370

This was unrelated to the original topic so split you out. If the property is optional then yes. From the documentation: Some properties are optional. These appear in the Available properties to add field. Click on an optional property to add it to the tree or choose to add it from the shortcut menu...
by chulett
Wed Nov 19, 2014 10:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TIME CONVERSION
Replies: 12
Views: 6632

Varchar 1 & 3? How does that work? Seems to me your fields would need to be Varchar 5 to accomodate a full value - double digits for both plus the delimiter. And the target would need to be 8. :? An alternative to Ray's fancy FMT: '00:' : FMT(FIELD(InLink.TheValue,'.',1),'2"0"R')) : ':...
by chulett
Wed Nov 19, 2014 8:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help on designing Datastage Job
Replies: 4
Views: 2614

Let's start with what your processing job actually needs to do once it has all of this information, something I'm not clear on from your post. Let's say you generate your schema file and build an RCP job - what exactly does it need to do when it runs? That will determine how viable RCP itself is.
by chulett
Wed Nov 19, 2014 12:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC stage: EXECUTE STATEMENT DOES NOT IDENTIFY A VALID
Replies: 4
Views: 2377

For an error like that, I would involve your official support provider. You may need a patch or have an ODBC driver issue but they should be able to help track it down.
by chulett
Tue Nov 18, 2014 11:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trying to use an environment variable
Replies: 7
Views: 3329

splayer wrote:Tried it already.
Would have been prudent to note all that in the original post.
by chulett
Tue Nov 18, 2014 8:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TIME CONVERSION
Replies: 12
Views: 6632

sam334 wrote:So, we believe, it will be always m.ss format.
It's good to believe... better to be certain. :wink:
by chulett
Tue Nov 18, 2014 8:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trying to use an environment variable
Replies: 7
Views: 3329

Not all exist out of the box in the official lists... simply add it yourself as 'user defined' from what I recall.
by chulett
Tue Nov 18, 2014 6:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TIME CONVERSION
Replies: 12
Views: 6632

He noted there would never be an hour component, so always minutes and seconds less than one hour is how I read that.
by chulett
Tue Nov 18, 2014 4:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TIME CONVERSION
Replies: 12
Views: 6632

Are you looking for something... fancy? You could always use Field() to split the minutes and seconds then concat the results together. Left pad zeroes onto the short numbers.
by chulett
Tue Nov 18, 2014 3:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TIME CONVERSION
Replies: 12
Views: 6632

Your TOT fields are always MM.SS or can they contain an hour value as well?