Search found 6797 matches
- Fri Dec 29, 2006 8:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: look up prob
- Replies: 7
- Views: 1840
If they are in the same schema then you can probably join several keys while building your hashed file. Lets take your current situation. Build your hashed file with the following query from the database. SELECT N.nationkey, R.regionkey, <Rest of the columns that you need in your hashed file> FROM n...
- Thu Dec 28, 2006 5:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Running Stored Procedure as an Input.
- Replies: 4
- Views: 1934
- Thu Dec 28, 2006 4:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Running Stored Procedure as an Input.
- Replies: 4
- Views: 1934
- Thu Dec 28, 2006 4:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Capturing File name of the file being loaded
- Replies: 5
- Views: 2279
- Thu Dec 28, 2006 4:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Assigning Job Parameters in a UNIX script
- Replies: 29
- Views: 8555
- Thu Dec 28, 2006 4:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Assigning Job Parameters in a UNIX script
- Replies: 29
- Views: 8555
You can certainly do that. But you got the sytax wrong. Heres the correct syntax
Code: Select all
dsjob -run -param username=abc -param password=xyz project_name job_name
- Thu Dec 28, 2006 3:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fixed width Seq File from Server to Parallel
- Replies: 24
- Views: 6460
- Thu Dec 28, 2006 3:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Modify Stage
- Replies: 9
- Views: 4090
- Thu Dec 28, 2006 2:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fixed width Seq File from Server to Parallel
- Replies: 24
- Views: 6460
- Thu Dec 28, 2006 2:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fixed width Seq File from Server to Parallel
- Replies: 24
- Views: 6460
- Thu Dec 28, 2006 2:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Modify Stage
- Replies: 9
- Views: 4090
Code: Select all
new_columnName:int32 = int32_from_string (old_columnName)
- Thu Dec 28, 2006 1:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fixed width Seq File from Server to Parallel
- Replies: 24
- Views: 6460
The first record of your sample data is of length 54 (including all spaces). If you add up the length's in your meta data, its 61. Your meta data is wrong, or your file is wrong. At a glance, a person can tell that, for a fixed width file, its not formatted correct. Go back to your post and enclose ...
- Thu Dec 28, 2006 1:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Modify Stage
- Replies: 9
- Views: 4090
See if this post helps. Ray mentioned a few conversion functions in that post. You can take a look at that.
- Thu Dec 28, 2006 1:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fixed width Seq File from Server to Parallel
- Replies: 24
- Views: 6460
- Thu Dec 28, 2006 1:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fixed width Seq File from Server to Parallel
- Replies: 24
- Views: 6460