Search found 23 matches

by appcon
Thu Jul 15, 2004 3:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date to TImestamp conversion
Replies: 4
Views: 2996

Date to TImestamp conversion

Hi,

I am trying to convert a date format 6/1/2001 to Timestamp format(Oracle).

Can anyone suggest a solution for this scenario.

Thanks,
Sri.
by appcon
Thu Jul 15, 2004 9:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Global Variables
Replies: 3
Views: 1174

Hi Ogmios,

Thanks for the suggestions. By the way, that was a good comparsion you got. I agree and I didn't mean it to the core...I meant on the concept not the arch. of DS engine.

Anyway thanks.

Sri.
by appcon
Thu Jul 15, 2004 9:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Global Variables
Replies: 3
Views: 1174

Global Variables

Hi, I am new to DataStage and trying to understand the appl as my project moves on. I have a situation where I need to pass values between stages. Is there any global variable kind of feature available in DataStage Server Job. Having worked in Informatica...i am guessing there should be one i this o...
by appcon
Thu Jul 15, 2004 8:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MIn & MAX features
Replies: 5
Views: 1614

MIn & MAX features

Hi,

I need to output the min and max values of a column . Is there any function or feature for this.

Could anyone suggest a solution for this.

Thanks.
Sri.
by appcon
Mon Jul 12, 2004 10:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: String Comparison
Replies: 3
Views: 1155

String Comparison

I am working on a string comparision issue where I need to bring out a numbers start with a particular char or number. Here is an example. I have 123 234 235 237 456 I need to bring out any number that start with 2. So the result should be 234,235,237. Has anyone come across this scenario. Any sugge...
by appcon
Thu Jul 08, 2004 8:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SDKSequence
Replies: 5
Views: 1781

[quote="kduke"]DELETE VOC SDKSequences[/quote]


How to access VOC..I mean how to open that file on the front end. Or is it something I need to do on cmd prompt. Any specific syntax or cmd lines.

I appreciate if you can provide some more details.

Thanks,
by appcon
Thu Jul 08, 2004 7:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SDKSequence
Replies: 5
Views: 1781

SDKSequence

HI, I am trying to generate sequence number using the sdk/KeyMgt> KeyMgtGetNextValue. During the course, I accidentally deleted the SDKSequence file that's generated by this function. Now I am getting this error. And the job is not running as before. "SDKSequences" is already in your VOC f...
by appcon
Wed Jul 07, 2004 2:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Connection in Data stage server edition
Replies: 1
Views: 645

Oracle Connection in Data stage server edition

Hi, I am trying to create table definitions of Oracle tables in DS Manager. I want to know how do you connect to oracle when using server job. What are my options. I know that in parallel jobs we use orchdbutil to do the connections and select the necessary table. But that option is not there when y...