Search found 42189 matches

by chulett
Fri Apr 17, 2015 7:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem loading timestamp using ODBC Connecter
Replies: 8
Views: 8360

SURA wrote:I have enabled it and mentioned it in my post.
Actually no, no you didn't, at least not clearly. You did mention the word 'microseconds' one time and say something about 'enabled to timestamp' but that doesn't exactly clear it all up for us.

I would have asked the same question. :wink:
by chulett
Fri Apr 17, 2015 7:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Append Hint in Oracle Insert from Datastage Connector
Replies: 5
Views: 4065

I don't know... they use the word 'append' in a pretty generic sense which leads me to believe they are not equivalent: by default the IBM InfoSphere DataStage appends to existing tables, you can also decide to create a new table, replace an existing table, or keep existing table details but replace...
by chulett
Thu Apr 16, 2015 3:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Append Hint in Oracle Insert from Datastage Connector
Replies: 5
Views: 4065

I'm not aware of any way for auto-generated queries to include hints.
by chulett
Thu Apr 16, 2015 3:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored Procedure Stage question
Replies: 4
Views: 2357

Ah... so it was specific to SQL Server. Good thing it was a known issue with a patch available for it.
by chulett
Thu Apr 16, 2015 7:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trim function clarification
Replies: 2
Views: 1833

Ah yes, was going to chime in a little earlier that it seemed a bit... nonsensical.
by chulett
Wed Apr 15, 2015 1:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple messages at project level Message handler
Replies: 3
Views: 1748

Just guessing here, but if that uses standard Windows functionality you should be able to shift-click to select a range or control-click to select multiple individual entries. Any chance that works?
by chulett
Wed Apr 15, 2015 11:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: whats the function we use for currrency conversion
Replies: 2
Views: 1334

There isn't one, you'll need to build your own or call a service, something of that nature. Never mind the fact that conversion rates can change frequently so trying to build one yourself is pretty much out of the question, I would imagine.

Rounding afterwards is straight-forward.
by chulett
Wed Apr 15, 2015 9:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with dataset
Replies: 11
Views: 6618

So for whatever reason it seems it was corrupt. Marking as resolved.
by chulett
Wed Apr 15, 2015 8:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored Procedure output Error mensajes
Replies: 3
Views: 1419

All that being said, what are you trying to return? Is 'x' some kind of value or values or is it just the status of the procedure run?
by chulett
Wed Apr 15, 2015 7:20 am
Forum: General
Topic: Unix Sript calling in After Sub routine
Replies: 13
Views: 2415

Oh, I completely agree... just answering the question as asked. :wink: I've advocated here before several times your same approach, disconnect any status or stats gathering from the jobs themselves and do it all as a 'post' process. I don't want failures in that gathering effort to interrupt the loa...
by chulett
Wed Apr 15, 2015 7:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored Procedure output Error mensajes
Replies: 3
Views: 1419

Re: Stored Procedure output Error mensajes

When I use in the job a stored procedure stage, it have two output fields ProcCode , ProcMess How can I populate those two variables from the Stored Procedure. Do you actually mean two input fields? If they are output fields, the procedure is already populating them, I would assume. Also, when I do...
by chulett
Tue Apr 14, 2015 4:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored Procedure Stage question
Replies: 4
Views: 2357

In all honesty, no. I don't see how DataStage could possibly override what happens inside the stored procedure and if it is coded to do work in 'chunks' and issue intermediate commits, I don't really see how DataStage running it would be any different from you running it. All the stage does is wrap ...
by chulett
Tue Apr 14, 2015 12:05 pm
Forum: General
Topic: Unix Sript calling in After Sub routine
Replies: 13
Views: 2415

Since we don't know how you are running these jobs, it's hard to make good suggestions. At this point I would say a Sequence could do all that. Your after-job script is never going to know anything other than the job is still RUNNING, as you've found. :idea: Your script could be run by an after-job ...
by chulett
Tue Apr 14, 2015 10:54 am
Forum: General
Topic: Unix Sript calling in After Sub routine
Replies: 13
Views: 2415

Sorry, forgot you said you were calling a script. I assume you are using dsjob -jobinfo to get the information you are after? Unfortunately it doesn't show the interim status. I'm curious, what does the script do once it has the information that it needs, write it to a file perhaps? You'd need to wr...
by chulett
Tue Apr 14, 2015 9:12 am
Forum: General
Topic: Unix Sript calling in After Sub routine
Replies: 13
Views: 2415

As I said:
DSJ.JOBINTERIMSTATUS Returns the status of a job after it has run all stages and controlled jobs, but before it has attempted to run an after-job subroutine. (Designed to be used by an after-job subroutine to get the status of the current job).