Search found 53125 matches
- Fri Mar 12, 2004 12:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job control for reset all jobs
- Replies: 5
- Views: 1023
- Fri Mar 12, 2004 12:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: viewing metadata of a hashed file
- Replies: 2
- Views: 542
There will be a problem if you want to import the metadata from a hashed file that has been created in a directory, rather than in an account. The problem is that the import process needs a reference in the project to the hashed file. This can be created by the SETFILE command. Search the forum for ...
- Fri Mar 12, 2004 12:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How should I use the system variables(@User0-@User4)
- Replies: 8
- Views: 2723
Yes it does. Don't be concerned by the fact that the derivation remains red. All this means is that the system variables @USER0 through @USER4 are not listed in the DSParams file in the project directory on your DataStage server. The job will still compile and run correctly. If the red colour really...
- Thu Mar 11, 2004 5:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage designer frieze when trying to open a job
- Replies: 1
- Views: 586
- Thu Mar 11, 2004 4:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Loading XML files from folder into relation table
- Replies: 2
- Views: 1042
- Thu Mar 11, 2004 4:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: PX Jobs on N Nodes: Inconsistent Output
- Replies: 1
- Views: 450
- Thu Mar 11, 2004 4:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Week Of the Year
- Replies: 3
- Views: 790
Take a look at the WEEK.TAG Transform supplied with DataStage. It's under Built-In\Dates category of the Transforms branch. In turn it invokes the WeekTag function, which is under the Examples category. In the routine you will find the business rules that determine which week is the first in the yea...
- Thu Mar 11, 2004 4:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Tranform runs too long!
- Replies: 5
- Views: 3679
- Thu Mar 11, 2004 12:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Creating Hierarchical Flat Files using DS6.0 ?
- Replies: 3
- Views: 748
If you don't know what a hierarchical flat file is, why do you want to create one? It's not the kind of thing an ETL process would produce. Sometimes, though, it's necessary for an ETL process to be able to extract data from a hierarchical format in a file (which is what a hierarchical flat file is...
- Wed Mar 10, 2004 7:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Purging Large Dynamic Files
- Replies: 0
- Views: 673
Purging Large Dynamic Files
Private Message: Ray, Thank you for responding to my post. The information you provided was helpful, however, I'm having diffulty comprehending why we can't purge (or at least zero out) extremely large (by UNIX standards) DATA.30 & OVER.30 files that have not been touched/accessed in over a month - ...
- Wed Mar 10, 2004 4:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error when opening datastage director
- Replies: 1
- Views: 1631
- Wed Mar 10, 2004 3:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Windows X UNIX
- Replies: 4
- Views: 1475
- Wed Mar 10, 2004 3:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Write all logs to a formatted file
- Replies: 4
- Views: 1707
Whenever anyone says shell script, you can think BAT file. Nearly anything that can be done in a shell script on UNIX can be done in a BAT file on DOS. To execute "UniVerse" commands from the operating system shell, you must be attached to the project directory and have the DataStage Engine bin dire...
- Wed Mar 10, 2004 2:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: A warning msg that i'm unable to solve
- Replies: 3
- Views: 1184
That message usually indicates that there is at least one character in your data that can not be mapped using the NLS character map set on that link. Usually there is a "?" character in the View Data grid indicating which character(s) could not be handled. If this is coming from an ODBC data source,...
- Wed Mar 10, 2004 2:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using Debug bar & following it up
- Replies: 2
- Views: 961
There are many possible reasons that Next Link will begin processing the next row but they all have one thing in common; further processing of the current row can not proceed. Perhaps, as Peter suggested, the row is contrained from being written to a Transformer stage's output link. If this is not c...