Search found 126 matches

by praburaj
Thu Dec 27, 2012 8:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TimeStamp
Replies: 11
Views: 5575

TimeStamp

Hi All, My source column QT_Travel data type is TimeStamp and data is like I mentioned below. Nov 11 1996 12:00AM I have to split this data into two columns with date and time as a separate column into target table. Expected Output: Date Column-1996-11-09 Time Column-12:00:00 I have Used TimeStamp t...
by praburaj
Tue Dec 11, 2012 10:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Inner Join not working
Replies: 4
Views: 3227

Inner Join not working

Hi All, My Source is ODBC database and my reference and target table is DB2. In source and reference table have a column like SITE_DESC datatype is a varchar. I have verified the data seperately in each database. Identified some common records between tehm. But When I was doing a inner join based on...
by praburaj
Thu Nov 15, 2012 3:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot Date...
Replies: 4
Views: 1658

Really Thanks! Your solution works as per the expected output.

Once again thanks for your help at the right time. :D
by praburaj
Tue Nov 13, 2012 10:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot Date...
Replies: 4
Views: 1658

Pivot Date...

Hi All, In my Source table has start date and end date and data's are like I mentioned below Start Date End Date 08-11-2012 13-11-2012 Expected result would be 08-11-2012 09-11-2012 10-11-2012 11-11-2012 12-11-2012 13-11-2012 I have to pivot the start date till the end date. I know this logic would ...
by praburaj
Mon Oct 22, 2012 11:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Connector Stage
Replies: 1
Views: 2093

DB2 Connector Stage

Hi All, My job is a simple direct load. I am extracting the records from the source file and trying to load the data into the db2 connector stage. But job got aborted due to below mentioned error. "The connector could not establish a connection to DB2 database TIS_STGD using user "Ax_etl.&...
by praburaj
Fri Sep 14, 2012 2:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: @ITERATION
Replies: 2
Views: 3732

Re: @ITERATION

I fixed this problem. :D
by praburaj
Thu Sep 13, 2012 10:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: @ITERATION
Replies: 2
Views: 3732

@ITERATION

Hi All, I am facing one issue regarding the @ITERATION. In one of my job I used function like this @ITERATION <=STAGVAR. The STAGVAR value I have specified as 7. so that @ITERATION should execute upto 7 times. but when I run the job, my job aborted due to below mentioned warning. "The warning t...
by praburaj
Fri Aug 31, 2012 3:36 am
Forum: General
Topic: Backup Complete Repository
Replies: 1
Views: 746

Backup Complete Repository

Hi All,

I need one information. Is it possible to take the backup of Entire repsoitory? If yes, can we able to replace that repository into new environment server?
by praburaj
Wed Aug 08, 2012 3:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Records in sequential order...
Replies: 11
Views: 6118

Thanks to everyone. I fixed my problem.

Once again thx for your tremendous support :D
by praburaj
Mon Aug 06, 2012 1:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Records in sequential order...
Replies: 11
Views: 6118

Thanks for your reply aarlett. Could you please bit explain the logic ?
by praburaj
Sun Aug 05, 2012 11:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Records in sequential order...
Replies: 11
Views: 6118

Records in sequential order...

Hi All, One of my source file column value like I mentioned below Column1 ---------- 8,12-14 10,2-7 If there is any range in the column I need to load the data sequentialy in beow mentioned format with proper delimiter. Column1 ---------- 8,12,13,14 10,2,3,4,5,6,7 Any help is really appreciated..
by praburaj
Mon Feb 13, 2012 5:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not picking last table
Replies: 5
Views: 1513

I fixed my problem. Thanks to everyone :D
by praburaj
Mon Feb 13, 2012 2:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not picking last table
Replies: 5
Views: 1513

Thanks for your reply. I have done some changes in my code. Now, I am able to pick all my 16 tables. But still my job aborted. I got message like this SQL statement failed: SELECT UNQID, END_DT from M3DEV6_EDW. where END_DT<>to_date('9999-12-31 23:59:59', 'YYYY-MM-DD HH24:MI:SS'). It seems like tryi...
by praburaj
Mon Feb 13, 2012 1:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not picking last table
Replies: 5
Views: 1513

Not picking last table

Hi All, I have a file which consists more than 16 table names. I need to call all the table one by one through start loop Activity. After that I need to do a insert and update for all the 16 tables. My job is running fine till my 15th table but I am not able to pick 16 table. All tables names are de...
by praburaj
Tue Dec 13, 2011 1:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Abort the job based on the condition
Replies: 11
Views: 5870

Thanks to everyone. I resolved my problem. :D

Is there any way to write this concept in routine? If yes, how can I do that?