Search found 36 matches

by koolsun85
Thu Jun 06, 2013 8:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Changing field datatype from Double to Decimal
Replies: 10
Views: 14655

You will find in "Sum Output Column" with the property name "Decimal Output" where the default is 8,2 .
by koolsun85
Thu Oct 25, 2012 10:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Heap Allocation Failed-Increasing Heap Size Doesn't Help
Replies: 9
Views: 15662

Also Remove the stage and re design with the same stage as the stage might got corrupted. if u build it again it might solve the issue.
by koolsun85
Thu Oct 25, 2012 7:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Heap Allocation Failed-Increasing Heap Size Doesn't Help
Replies: 9
Views: 15662

Change all the Char datatype to Varchar and re run the job. It worked for me.
by koolsun85
Tue Nov 15, 2011 10:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Internal Date format to SQL Server Date format.
Replies: 7
Views: 4788

I just mapped the internal ds format to sql server and checked whether it works or not- it worked with out any issues.. My Source is YYYY-MM-DD, for all my transformation i have to convert it to internal ds format and while loading into sql server ( Date - datatype) .. just map the internal ds forma...
by koolsun85
Tue Nov 15, 2011 7:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Internal Date format to SQL Server Date format.
Replies: 7
Views: 4788

Yes.. I could convert .. My target data type is date.
by koolsun85
Fri Nov 11, 2011 11:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Internal Date format to SQL Server Date format.
Replies: 7
Views: 4788

I have used ICONV(input.date,"D-YMD[4,2,2]") to convert it to internal format. this output number has to be inserted into sql server.
by koolsun85
Fri Nov 11, 2011 3:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Internal Date format to SQL Server Date format.
Replies: 7
Views: 4788

Internal Date format to SQL Server Date format.

Hello All,

I am trying to convert the internal format to SQL Server Date format. It is unable to convert and inserting NULLS - which i cannot.

Help Appreciated.
by koolsun85
Fri Oct 07, 2011 9:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: rows to columns
Replies: 1
Views: 1545

rows to columns

Hello, Input file comes as follows. 1,STREET,ABC 1,ADD1, 1,ADD2,00 1,CITY,NYC 1,STATE,NY 1,COUNTRY,US 2,STREET,blvd 2,ADD1,1234 2,ADD2,add2 2,CITY,NW 2,STATE,NJ 3,STREET, 3,ADD1,new1 3,CITY,PHIL 3,STATE,PA 3,COUNTRY,US Output file should look like this Output Column Names: NO,STREET,ADD1,ADD2,CITY,S...
by koolsun85
Wed Apr 20, 2011 12:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Search in column.
Replies: 4
Views: 2340

Thanks a lot ray. It worked. :)
by koolsun85
Tue Apr 19, 2011 7:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Search in column.
Replies: 4
Views: 2340

I couldn't see the full content. Can you allow to watch the premium content.
by koolsun85
Tue Apr 19, 2011 6:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Search in column.
Replies: 4
Views: 2340

Search in column.

There is a situation where i need to allow only alpha, numeric and a hyphen in a particular column . If i found out any other character i have to reject the entire record.

how to acheive this.. Need help on this.
by koolsun85
Mon Feb 07, 2011 3:37 pm
Forum: General
Topic: Email Notification
Replies: 12
Views: 7730

Use After Job Subroutine DSSendMail to send an email and attach the rejected file in the job itself.
by koolsun85
Tue Feb 01, 2011 9:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File Name Issue....
Replies: 6
Views: 4197

I think its better to go with a shell script.It gives you more flexibility.
by koolsun85
Wed Nov 03, 2010 1:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sleep command in sequencers....
Replies: 3
Views: 2068

can you guide me in using thru execute command stage...
by koolsun85
Wed Nov 03, 2010 10:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sleep command in sequencers....
Replies: 3
Views: 2068

sleep command in sequencers....

hello,

how to insert a sleep command in sequencers.
help appreciated...