Search found 61 matches

by vbeeram
Thu Aug 26, 2004 8:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: After Subroutine open database connection
Replies: 2
Views: 1928

After Subroutine open database connection

Hi,

I am using UDB DB2 database,i need to open a database connection and get maximum value of column from table using Before/After Routine.So is there any procedure to do this?I am using Enterprize edition 7.0.1.

this is urgent.


regards
Beeram
by vbeeram
Thu Aug 26, 2004 8:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: writing to DB2 UDB Enterprise stage
Replies: 4
Views: 3282

Hi,
I am using the upsert method it's working well,check the partition type and excecution mode.

Regards,
...Thirupath Reddy
by vbeeram
Tue Aug 24, 2004 4:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null convertion convertion warning
Replies: 3
Views: 2757

Hi Lakshmi,

You can use default value for Null Column.If you check in properties of DB2 Enterprize stage you will have default value property for null column,there mention zero.

thanks
Thirupath Reddy
by vbeeram
Tue Aug 24, 2004 4:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date function
Replies: 7
Views: 5609

Hi Kruthika, Follow these steps to get previous month last date: 1.Get month no using MonthfromDate() then store in a stage variable(say..sgMON) OR (you can use LEFT or RIGHT or Field to get month no) 2.Get year using YearfromDate() function then store in a stage variable(say... sgYN) 3.Concatinate ...
by vbeeram
Mon Aug 16, 2004 9:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Controlled passing of parameters from a file
Replies: 2
Views: 1667

Try in this way:

1.Declare file Name as Job Parameter in job properties
2.Use DSGetParamInfo(DSJ.ME,ParamName, DSJ.PARAMVALUE) then pass the Job Parameter .

venkat beeram
by vbeeram
Mon Aug 16, 2004 9:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date different in DB2
Replies: 4
Views: 2562

Hi,

What exactly u want the Output in number of days OR in date format?
by vbeeram
Sat Aug 14, 2004 7:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Re-Start and Recovery
Replies: 1
Views: 1517

Re-Start and Recovery

Hi,
Waht is the best metod for restart of jobs in datastage 7.0.1

Thanks
Vbeeram
by vbeeram
Sun Aug 01, 2004 4:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Date from MS-Excel
Replies: 5
Views: 3296

Parallel jobs

l_homme_de_rio wrote:Hi,
Are you using DS Server or PX ???
All The best

I am using parallel Extender
by vbeeram
Wed Jul 28, 2004 3:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 API and DB2 Enterprize Stage
Replies: 2
Views: 3665

DB2 API and DB2 Enterprize Stage

what is the difference between DB2 API and DB2 Enterprise stages?
which one gives better performance?


Thanks
beeram
by vbeeram
Tue Jul 27, 2004 12:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Date from MS-Excel
Replies: 5
Views: 3296

Reading Date from MS-Excel

Hi, I am reading date values from Excel file(.csv) data in the mm/dd/yyyy,i used Sqquential file stage to read the data and i have to write this date into UDB DB2.here IConv and Oconv are not working as iam using Parallel jobs. I used Varchar data type in Sequential file stage. I used StringToDate f...
by vbeeram
Mon Jul 26, 2004 2:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reg Iconv and Oconv
Replies: 4
Views: 4293

Reg Iconv and Oconv

Hi,

I am using Datastage 7.0.1 Parallel Jobs,when I am trying to use IConv and OConv Functions I am getting error,like Variable not found.So can we use Iconv and Oconv in parallel jobs or not.It's urgent if any body give reply i would appreciate them.

Thanks


Beeram
by vbeeram
Wed Jun 23, 2004 3:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connectivity
Replies: 5
Views: 2767

Thanks

"Thanks I got it now" Hallo vbeeram The best way to handel a record that changes slowly over time is to use the checksum function - its much better than doing an AND..OR statement that is tedious to type and difficult to manage. From Help: This example uses the Checksum function to return ...
by vbeeram
Wed Jun 23, 2004 8:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connectivity
Replies: 5
Views: 2767

Connectivity

Hi,

How to make connectivity for Peoplesoft EPM from Datastage

thanks
vbeeram
by vbeeram
Tue Jun 22, 2004 4:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: surrogate keys in parallel jobs
Replies: 4
Views: 2578

surrogate keys in parallel jobs

Hi,

What is the best way to generate surrogate keys in parallel Extendeer jobs.

thanks
vbeeram