Search found 8 matches

by kunal1101
Wed Jan 30, 2008 4:06 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Urgent
Replies: 2
Views: 3911

Urgent

Hi, I have data coming in following format:- 1000, 1000,5 1000,52 where ',' denotes decimal... i want op in following format:- 0000000000000000100000 0000000000000000100050 0000000000000000100052 i.e THE SEPRATOR ',' should be removed and the amt field should be appended by zeroes(i.e if length befo...
by kunal1101
Thu Jan 17, 2008 5:31 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Different delimiters within a record
Replies: 4
Views: 4737

thanx janhess 8)
by kunal1101
Wed Jan 16, 2008 11:31 pm
Forum: IBM<sup>®</sup> DataStage TX
Topic: Different delimiters within a record
Replies: 4
Views: 4737

Different delimiters within a record

Hi.... i am again back with delimiters... what is the workaround if i have different delimiters to seprate fields within a record? for ex.:- i have data as:- CustomerID;ABCWIDGET~ABC Widgets, Inc. where my first delimiter is ';' between customerid and ABCWIDGET and second delimiter is ~ between ABCW...
by kunal1101
Wed Jan 16, 2008 6:02 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Change of Delimiter
Replies: 1
Views: 3322

Change of Delimiter

Hi everyone....I am comparitively new to DSTX. My doubt is,how can i change the input delimiter of data in output file? for ex:- if my data is:- ABCWIDGET~A123~ABC Widgets (Delimiter ~) and i want ouput data as:- ABCWIDGET A123 ABC Widgets (Delimiter space) how can i achieve this using single type t...
by kunal1101
Thu Dec 06, 2007 3:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not showing performance statistics
Replies: 2
Views: 1669

right click on the canvass and click 'show performance statistics'
by kunal1101
Tue Dec 04, 2007 1:24 am
Forum: General
Topic: can you explain me how to call shell script in datastagejob
Replies: 7
Views: 4036

The other option is using execute command activity in sequence.
by kunal1101
Tue Dec 04, 2007 1:16 am
Forum: General
Topic: can you explain me how to call shell script in datastagejob
Replies: 7
Views: 4036

You can use before job/after job subroutine in job properties to call shell script.Scroll down to 'ExecSH' and input your command in 'input value'
by kunal1101
Tue Dec 04, 2007 1:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: About a warning
Replies: 3
Views: 1492

One option can be changing properties on metadata page.To do this you can right click the concerned column,go to 'edit row',ther you can specify Actual field length, Null field length, and Null field value for that column.