Search found 69 matches

by Mark_E
Tue Feb 26, 2008 6:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Making data run on multiple lines
Replies: 10
Views: 3618

the data is as such DSLink2.f1 = 1 DSLink2.f2 = aaaaabbbbb my job contains: stage var: char(10) -- svSeparator DSLink2.f2[6,5] -- svText Derivation DSLink2.f1 -- col1 DSLink2.f2[1,5] :svSeparator: svText -- col2 if i don't have the col1 in the target i get what i need aaaaa bbbbb but if i put col1 i...
by Mark_E
Tue Feb 26, 2008 5:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Making data run on multiple lines
Replies: 10
Views: 3618

hi,

when i add other fields to the multiple lines question the format seems to go wrong, any ideas.

i.e. col1,col2

1, aaaaabbbbb

which i want to be

1 aaaaa
bbbbb

ends up as

1 aaaaa
bbbbb

thanks
by Mark_E
Mon Feb 25, 2008 10:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Making data run on multiple lines
Replies: 10
Views: 3618

thank you, i shall have a look into that
by Mark_E
Mon Feb 25, 2008 10:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Making data run on multiple lines
Replies: 10
Views: 3618

Making data run on multiple lines

Hi, I have a single 100 char field, and i have values that needs to go into this that can be greater than 100. if the values go over 100 char i need it to break on to the next line and so and so on.. grouping done via sortnum ex. using a 10 char field sortnum, text 01 Dstage Ser 01 ver 02 Posting ne...
by Mark_E
Fri Feb 22, 2008 6:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Manipulation
Replies: 8
Views: 1365

thanks for the advice, i'll give that a go
by Mark_E
Fri Feb 22, 2008 6:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Manipulation
Replies: 8
Views: 1365

hi, yes i do, i have got it working for the following from (materialnum, seqnum, text) 1 01 a 2 01 a into 1 01 a 2 01 but i also need to incorporate concatentaion of text values for the same seq num, as below, im sure it can be done in the stage variables from (materialnum, seqnum, text) 1 01 a 2 01...
by Mark_E
Fri Feb 22, 2008 5:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Manipulation
Replies: 8
Views: 1365

hi, yes i do, i have got it working for the following from (materialnum, seqnum, text) 1 01 a 2 01 a into 1 01 a 2 01 but i also need to incorporate concatentaion of text values for the same seq num, as below, im sure it can be done in the stage variables from (materialnum, seqnum, text) 1 01 a 2 01...
by Mark_E
Fri Feb 22, 2008 5:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Manipulation
Replies: 8
Views: 1365

sorry original problem still exists

from
(materialnum, seqnum, text)
1 01 a
2 01 a
3 01 a
4 02 w
4 02 w
5 03 c

into

1 01 a
2 01
3 01
4 02 w
4 02
5 03 c
by Mark_E
Fri Feb 22, 2008 5:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Manipulation
Replies: 8
Views: 1365

hi i got it working but its just the ordering i.e.

from
(materialnum, seqnum, text)
1 01 a
2 01 a
3 02 s
4 03 q
5 03 q

into

1 01 a
2 01
3 02 s
4 03 q
5 03
by Mark_E
Fri Feb 22, 2008 5:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Manipulation
Replies: 8
Views: 1365

Data Manipulation

hi, i have 3 fields (materialnum, seqnum, text) the issue i have is: 1) If two text values in a Sequence number are the same, i need to take only the 1st text value but still pass the other row through but with a blank value for the text column. from (materialnum, seqnum, text) 1 01 a 2 01 a into 1 ...
by Mark_E
Wed Feb 13, 2008 10:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Concatenating multiple rows from the same column
Replies: 11
Views: 6926

hi guys, thanks for all your advice. i got it working by creating it in the stagevariables and keeping the last row as suggested.

thanks again
by Mark_E
Tue Feb 12, 2008 9:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Concatenating multiple rows from the same column
Replies: 11
Views: 6926

hi,

quite large as possibly 50 plus.

thanks for all the information
by Mark_E
Tue Feb 12, 2008 8:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Concatenating multiple rows from the same column
Replies: 11
Views: 6926

Concatenating multiple rows from the same column

Hi, i am trying to concatenate multiple rows from the same column based on a number into a single coulmn. rows per number can be quite large. Ex from: col1 col2 1 aa 1 bb 1 cc 1 dd 2 ww 2 er into this 1 aa bb cc dd 2 ww er any pointers would be greatly appreciated. thanks
by Mark_E
Mon Feb 04, 2008 9:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merge Stage Error
Replies: 3
Views: 1514

Hi, thanks for that.

the server was rebooted and that seems to have cleared up any gremlins and its now ok.

Thanks again
by Mark_E
Mon Feb 04, 2008 4:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merge Stage Error
Replies: 3
Views: 1514

Merge Stage Error

Hi I am using datastage V8 server and when i try to link a sequential file to a Merge stage i experience the following error message : '(40503) a call to OLE server has failed, or a runtime error occured within the OLE server itself' Any ideas as to why this occurs. could this be a bug or incorrect ...