Search found 42189 matches

by chulett
Mon Feb 09, 2015 8:12 am
Forum: General
Topic: Execute command activity output is not working
Replies: 3
Views: 2524

So... which part of what you posted is the 'not working' part?

ps. Redirect stderr to /dev/null
by chulett
Fri Feb 06, 2015 10:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: yyyyy-mm-dd to DD/MM/YYYY
Replies: 8
Views: 5842

And you know I meant internally. So happy I could provide sig fodder as well. :wink:
by chulett
Fri Feb 06, 2015 3:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage 9.1.2: Pass in JSON into XML Stage?
Replies: 2
Views: 2247

Sorry... "re-made"? Other than that, you don't think there were any differences between the two attempts?
by chulett
Fri Feb 06, 2015 10:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: yyyyy-mm-dd to DD/MM/YYYY
Replies: 8
Views: 5842

First question, did you try simply moving one to the other without any conversion? I'd also like to point out that this: SELECT sysdate from DUAL; 06-FEB-15 Really means nothing as whatever tool you are using could have decided on the format to show you - the external format to show you. And if you'...
by chulett
Thu Feb 05, 2015 2:29 pm
Forum: General
Topic: Read parameter values in the Server Before/After routine
Replies: 1
Views: 1164

No dollar or pound/hash signs needed, just the name of the parameter. When you say you're "not getting the desired result", what result are you getting? Specifically with your last 'combination' listed.
by chulett
Wed Feb 04, 2015 4:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: yyyyy-mm-dd to DD/MM/YYYY
Replies: 8
Views: 5842

I... assumed that was a typo.
by chulett
Wed Feb 04, 2015 10:12 am
Forum: General
Topic: DSjob command issue
Replies: 18
Views: 7538

Attaboy! :D
by chulett
Wed Feb 04, 2015 9:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: yyyyy-mm-dd to DD/MM/YYYY
Replies: 8
Views: 5842

See this post for a discussion of dates and their lack of formats. Yes, it's about Parallel jobs but a DATE is a Date is a date. :?

Server jobs are very forgiving... what happens when you just move one to the other?
by chulett
Wed Feb 04, 2015 12:13 am
Forum: General
Topic: DSjob command issue
Replies: 18
Views: 7538

Do you understand the why of it?

You needed to execute the executable file rather than source it.
by chulett
Wed Feb 04, 2015 12:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date conversion YYYY-MM-DD to MM/DD/YYYY
Replies: 6
Views: 2173

sam334 wrote:Input is delimiter file
Then your data type for input is a string. If you are able to successfully read it as a DATE then there's no conversion to do as the stage has already done that for you. Failing that, use the StringToDate() function.
by chulett
Tue Feb 03, 2015 9:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date conversion YYYY-MM-DD to MM/DD/YYYY
Replies: 6
Views: 2173

Sorry but as we've discussed here quite a bit, a DATE field does not have a format. It's only when you pull it out into a string that you apply an external format to it, two of which you have shown. Meaning, there is only a conversion required when a string is involved... not two DATE fields. So, wh...
by chulett
Tue Feb 03, 2015 4:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: odbc connector stage performance issue on Oracle 12 C
Replies: 2
Views: 1346

Re: odbc connector stage performance issue on Oracle 12 C

satheesh_color wrote:we could see the performance of the job is very less
Compared to what?
by chulett
Tue Feb 03, 2015 10:04 am
Forum: General
Topic: DSjob command issue
Replies: 18
Views: 7538

Nailed it!

:D
by chulett
Tue Feb 03, 2015 8:00 am
Forum: General
Topic: DSjob command issue
Replies: 18
Views: 7538

Have you tried running it manually from the command line as requested? If you still get that error, involve support. If it won't even run from the command line (should give you a basic usage error) then it's corrupt or otherwise invalid.
by chulett
Mon Feb 02, 2015 11:48 am
Forum: General
Topic: Output file naming convention
Replies: 6
Views: 3487

Through another job or a custom routine or a script or whatever mechanism you feel comfortable building and supporting. And then the rest, yes. I would leverage a Server job and USER_STATUS for the first part in your shoes.