Search found 53125 matches
- Mon Aug 27, 2007 4:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: db2 udb enterprise stage view data
- Replies: 7
- Views: 2462
- Mon Aug 27, 2007 4:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: REJECTED keyword in PX
- Replies: 8
- Views: 1666
- Mon Aug 27, 2007 4:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Help Text for Environment Variables
- Replies: 6
- Views: 1323
- Mon Aug 27, 2007 4:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to open project folder in Designer/manager
- Replies: 4
- Views: 988
- Mon Aug 27, 2007 4:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: date manipulation
- Replies: 12
- Views: 2978
- Mon Aug 27, 2007 4:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Encrypt Data
- Replies: 5
- Views: 1518
You can easily mask with the Fmt() function.
Code: Select all
Fmt(InLink.SSN, "9R***-**-####")- Mon Aug 27, 2007 4:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Encrypt Data
- Replies: 5
- Views: 1518
You can easily mask with the Fmt() function.
Code: Select all
Fmt(InLink.SSN, "9R***-**-####")- Mon Aug 27, 2007 4:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Usage Of Universe Stage
- Replies: 2
- Views: 1069
A UniVerse table IS a hashed file. Whether you use a UV stage or a Hashed File stage to access it is immaterial unless your access is via the primary key, in which case a Hashed File stage is definitely to be preferred. UniVerse IS a database. So your sub heading "Performance of Universe Compared to...
- Mon Aug 27, 2007 4:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to load subroutine on host (30105
- Replies: 19
- Views: 13298
Please verify that the connection via telnet was successful, that DS.REINDEX ALL succeeded. If so, please do the same but this time execute the command DS.CHECKER. DSR_PROJECT is a "helper subroutine" which should be cataloged in the project. Therefore, while you're there, can you also execute the c...
- Mon Aug 27, 2007 4:09 pm
- Forum: General
- Topic: Problem in setting up new project
- Replies: 2
- Views: 1433
- Mon Aug 27, 2007 1:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Route duplicate and non duplicate records from flat file.
- Replies: 10
- Views: 3123
- Mon Aug 27, 2007 1:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to load subroutine on host (30105
- Replies: 19
- Views: 13298
Connect to the server using telnet, cd to the problem project and try to invoke dssh once there (having executed $DSHOME/dsenv). If you can get to the TCL prompt, make sure that you are the only user in the project, then execute the DS.REINDEX ALL command. Let us know whether that solves the problem.
- Mon Aug 27, 2007 1:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: HFC.exe -> need it but don't have the Datastage CD
- Replies: 20
- Views: 5916
- Mon Aug 27, 2007 1:09 am
- Forum: General
- Topic: Data Satge Architecture
- Replies: 6
- Views: 2028
1. Why not? A project is simultaneously a schema, a directory and an account. 2. Yes you can. The DataStage command for listing column definitions is LIST.DICT, for example LIST.DICT RT_LOG But not all of the column definitions for this database are published. This is a deliberate decision by the ve...
- Sun Aug 26, 2007 8:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Performing database commits based on data - can it be done
- Replies: 3
- Views: 1129