Search found 53125 matches
- Mon Apr 30, 2007 3:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Facing a problem in order to pass a value from Sequencer
- Replies: 8
- Views: 3137
The output from the cat command (I presume it's lower case, despite what you posted) contains line terminator characters. These are mapped by DataStage into field marks (@FM) so that a single string can be returned. The Field() function offered above removes the first line from the command output. P...
- Mon Apr 30, 2007 3:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: connecting sybase database using routines
- Replies: 6
- Views: 1050
"Record not found" is a problem with your logic - you are not searching for the same key values that you wrote to the hashed file. Describe fully the job that writes data from Sybase into the hashed file. What is the key column name, and what values do you assign to it? What is the non-key column na...
- Mon Apr 30, 2007 3:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: connecting sybase database using routines
- Replies: 6
- Views: 1050
- Mon Apr 30, 2007 3:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dynamic generation of rows
- Replies: 8
- Views: 1260
My error. It doesn't work like that - you need to parse the values into separate columns for the Pivot stage to work. However, the technique outlined above for leveraging the "multi-valued field" technology will work - all you have to do is to change the internal delimiters to @VM before writing the...
- Mon Apr 30, 2007 3:02 pm
- Forum: General
- Topic: Batch Password change?
- Replies: 12
- Views: 3451
When you define environment variables in the Administrator client they are stored on the server in a file called DSParams in the project directory. DSParams is a text file and can be edited. But, of course, each environment variable appears only once, so you may as well edit them from the Administra...
- Mon Apr 30, 2007 2:58 pm
- Forum: General
- Topic: informix file definitions
- Replies: 1
- Views: 869
What did you try? The short answer is that there's nothing provided out of the box. Easiest for an inexperienced user is to create the table in Informix, then to import it into DataStage from there. Needless to say it can be done, but requires detailed knowledge of the Repository structures. A table...
- Mon Apr 30, 2007 5:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: problem in implementing pivot stage
- Replies: 11
- Views: 3024
- Mon Apr 30, 2007 5:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: I don't understand!!
- Replies: 9
- Views: 1569
One which will is
Code: Select all
Oconv(Iconv(InLink.TheDate,"DYMD"),"D-DMY[2,A3,4]")- Mon Apr 30, 2007 5:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dynamic generation of rows
- Replies: 8
- Views: 1260
- Mon Apr 30, 2007 5:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Using Changecapture stg/read&write the data in same tabl
- Replies: 1
- Views: 858
- Mon Apr 30, 2007 5:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Use of @FM,@IM,@TM
- Replies: 1
- Views: 774
- Mon Apr 30, 2007 5:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to implement After and Before in ODBC stage
- Replies: 4
- Views: 1396
- Mon Apr 30, 2007 5:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential File read problem
- Replies: 4
- Views: 1185
- Mon Apr 30, 2007 5:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to establish a connection to DB in Batch Jobs
- Replies: 6
- Views: 1260
- Mon Apr 30, 2007 5:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dynamic generation of rows
- Replies: 8
- Views: 1260