Search found 464 matches

by WoMaWil
Tue Jan 22, 2008 2:27 am
Forum: General
Topic: Comma delimited file
Replies: 6
Views: 2818

i do not understand what is your problem. Please describe it more clearly.
by WoMaWil
Fri Jan 11, 2008 8:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transform yyyy-m-d to yyyy-mm-dd
Replies: 4
Views: 2929

de_conne, tell me the case, where this doesn't work and Arnd doesn't get his 100 %
by WoMaWil
Thu Jan 10, 2008 6:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating pdf files from datastage
Replies: 3
Views: 3265

It works just the way as Arnd wrote. Alternatives are to write it into any Database (Access, Oracle....) and use a Frontend-Tool (Word, Excel, BusinessObjects ....) which all can produce *.pdf-files. With windows Batch you can automate this.
by WoMaWil
Mon Jan 07, 2008 1:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Connect to DB2 On Mainframes from Datastage version 8
Replies: 4
Views: 5071

If you can connect to db2 AIX, the basic db2-connect is into your world. ODBC allone is neither possible without it. What you should do or you should let do is to install the Mainframe connect into the catalogue of DB2 on your Server.
by WoMaWil
Fri Jan 04, 2008 7:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Prcessing XML files
Replies: 11
Views: 5833

Craig is right. To install the samples and look at their details helps very well to understand the way XML and DataStage work.
by WoMaWil
Fri Jan 04, 2008 5:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: compilation dscc
Replies: 4
Views: 1378

If you are looking for a tool, that does import and compile from a windows command line you should concern "dsmove".
by WoMaWil
Thu Jan 03, 2008 1:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Nested selections (Selection Tab) in hashed file
Replies: 3
Views: 1630

you should at lease write:

Code: Select all

(COL1='1' or (COL1='2' and COL2='#Param1#') or (COL1='3' and COL2='#Param2#')) and COL3='#Param3#' 
a apostroph ' before and after the param.
by WoMaWil
Thu Dec 27, 2007 8:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 UDB Bulk Loader stage .. Functionality
Replies: 1
Views: 716

Look in your manual.
by WoMaWil
Thu Dec 27, 2007 8:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue in accessing Oracle 10g R2 database
Replies: 8
Views: 4720

Dear RK, please describe clearly all your machines (operation system) The machine, where DataStage Server is on The machine, where Oracle Database is on On the machine where your DataStage Server is on you have to: (1) Have at least a Oracle Client on (2) Have to put manualy several lines concerning...
by WoMaWil
Thu Dec 27, 2007 4:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transaction Management Handling
Replies: 11
Views: 5273

Transaction handling with commit and rollback is a good and nessary feature of all databases. It was and is intended for normal database usage as to insert one order at a time which has several tables. You can use this feature also within ETL-processes, but for that purpose it is in my oppinion a ce...
by WoMaWil
Thu Dec 27, 2007 2:02 am
Forum: General
Topic: Problem in connecting to db2udb on AIX machine
Replies: 3
Views: 1377

read the manual and first try to access the DB2-Tables from the Windows 2003 server directly without DataStage. Use a client Installation on this Machine.

All detail can be found also in the Manual.
by WoMaWil
Thu Dec 27, 2007 2:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue in accessing Oracle 10g R2 database
Replies: 8
Views: 4720

(1) Oracle Client has to be installed on the same Machine as DataStage resides.

(2) Details for to connect ot oracle has to be set in the dsenv file of your DataStage Machine.

(3) Best is to read the manual and do as described there.
by WoMaWil
Fri Dec 21, 2007 6:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem in lookup logic
Replies: 4
Views: 1847

This is no universe code.

What do you realy want to do?

Вы хотите сделать? Опишите с словами.
by WoMaWil
Sun Dec 16, 2007 7:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Spliting Record in to multiple columns
Replies: 2
Views: 1084

use transformer stage