Search found 42189 matches

by chulett
Fri Sep 19, 2008 6:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Functionality of the -WAIT parameter used along with DSJOB
Replies: 2
Views: 2185

Re: Functionality of the -WAIT parameter used along with DSJ

We would like to know whether the -WAIT parameter prevents the job following this job to wait or does it imply that the job which has the -WAIT parameter actually waits for the preceding job. Neither. It means the job you initiate with the -wait option will not return control to the shell script un...
by chulett
Fri Sep 19, 2008 10:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date format
Replies: 1
Views: 827

Welcome. You need to convert the date separately from the time. Do you need the time portion or will it be discarded? You use the 'Conv Brothers' - IConv followed by OConv to convert dates. The former takes the current format to an Internal or numeric format while the latter takes that number and bu...
by chulett
Fri Sep 19, 2008 9:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading CLOB data
Replies: 1
Views: 874

What happened when you tried to load the data? Note that CLOBs (or really any kind of LOB) are not supported, so don't look for any 'official' mechanism.
by chulett
Fri Sep 19, 2008 8:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: prevent file creation
Replies: 3
Views: 1088

No. The file will always be created. If that 'issue' really bothers you, you can check after job and delete any zero-byte file I suppose.
by chulett
Fri Sep 19, 2008 8:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Append system date and time to a file name in Seq File Stag
Replies: 10
Views: 11517

You'd need to pass those values in as job parameters to use them in the filename when created. Another option is to create a static filename and then rename it / add the timestamp after job, typically via a generic script.
by chulett
Fri Sep 19, 2008 8:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Could not pass PARAMETERS to odbc stage
Replies: 3
Views: 955

Of course parameters can be used in the stage. You'd have to show us your syntax to know what went wrong. Guessing you may not have enclosed the parameter name in hashes / pound signs.
by chulett
Fri Sep 19, 2008 7:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Iconv Oconv Issue
Replies: 5
Views: 2537

The IConv mask must match the incoming date format. You've used "ICONV("Column_Name","D-MDY")" and shown a date example of "19-SEP-08". See the problem?
by chulett
Fri Sep 19, 2008 7:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connectivity
Replies: 5
Views: 3945

Suggest you double-check your user-defined sql. To get any real help, you'd need to post the sql and the error you get when using it. Details, man!
by chulett
Fri Sep 19, 2008 7:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling Stored Proc
Replies: 7
Views: 2030

Re: Calling Stored Proc

yuva010 wrote:Calling stored procedure in PX, requires to define System DSN on DS server. Does it slows performance heavily?

No. There's no inherent penalty in simply defining a 'system DSN'.
by chulett
Fri Sep 19, 2008 7:21 am
Forum: General
Topic: Has the Large Hadron Collider destroyed the world yet?
Replies: 3
Views: 1300

Re: Has the Large Hadron Collider destroyed the world yet?

ray.wurlod wrote:If you prefer your website a little more high-tech, this one actually has a live webcam both inside and outside the facility. It's actually pretty interesting to watch

Funny boy. :wink:
by chulett
Thu Sep 18, 2008 6:09 pm
Forum: General
Topic: Get DS INFO
Replies: 5
Views: 1473

Not sure on a command line answer for the first question but the second one is 'dslictool' in $DSHOME/bin.
by chulett
Thu Sep 18, 2008 5:45 pm
Forum: General
Topic: Get DS INFO
Replies: 5
Views: 1473

Using or is licensed for?
by chulett
Thu Sep 18, 2008 5:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple UVSH.exe
Replies: 6
Views: 8296

That's an interesting bit of news. Due to compatability issues with newer drivers accessing older instances, I've always taken a 'least common denominator' type approach when it comes to Oracle connectivity. I use the client software from the oldest instance I need to connect to and don't have any i...
by chulett
Thu Sep 18, 2008 4:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ascential Datastage
Replies: 5
Views: 1691

Yup. Been able to do that for as long as I can remember.