Search found 4 matches

by pkalva
Thu Nov 20, 2008 4:33 pm
Forum: IBM<sup>®</sup> DataStage TX
Topic: Datastage TX 8.0 - Out of Memory issue
Replies: 3
Views: 5565

1. use work space as file instead of memory
2. increase the page size and page count
by pkalva
Thu Sep 11, 2008 10:20 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: multiple commands
Replies: 1
Views: 2542

multiple commands

Hi,

I want to put 2 files within the same output field like

=put("file","abc.txt", package(in1))
put("file","xyz.txt", package(in2))

is there any way can we do this?

help need
by pkalva
Fri Aug 29, 2008 2:33 pm
Forum: IBM<sup>®</sup> DataStage TX
Topic: cross files
Replies: 2
Views: 2983

[quote="jvmerc"]have you tried reading the Excel file with a map? refer to the the functions guide if available on your version. Or research function ddequery.[/quote]

thanks jvmerc,

i saved as .csv and using few of the index functions. it worked.
by pkalva
Thu Aug 21, 2008 8:41 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: cross files
Replies: 2
Views: 2983

cross files

Hi,

There is excel file with values as in cross tab see source below( iconverted to txt file)

A B C
1 4 7
2 5 8
3 6 9

In the ouput i need like


A
1
2
3
B
4
5
6
C
7
8
9


Can you help to generate the required out put.