Search found 15603 matches
- Thu Apr 06, 2006 5:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequencer job failing--please help
- Replies: 5
- Views: 987
- Thu Apr 06, 2006 5:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to take the back up the log files for n days
- Replies: 4
- Views: 1179
- Thu Apr 06, 2006 5:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: MaKe Subrecord
- Replies: 7
- Views: 2937
- Thu Apr 06, 2006 3:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: MaKe Subrecord
- Replies: 7
- Views: 2937
In your original post you didn't ask a specific question or give enough information to get a solution. You are trying to get the make subrecord stage work. Start off with a simple case - perhaps 2 column types and very simple test data of 2 values each and see what is coming out and what you expect....
- Thu Apr 06, 2006 1:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: File Transfer using HTTPS and Datastage
- Replies: 7
- Views: 3383
- Thu Apr 06, 2006 1:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How can we mearge 6 huge flat files
- Replies: 4
- Views: 1038
25 Million rows per file is not necessarily considered huge, many sites here deal with larger volumes on an hourly basis. Looking at the files from an ETL perspective, do you even need to merge them? Can you not process them through a DataStage job sequentially? Depending upon your specifi condition...
- Wed Apr 05, 2006 11:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Saved DataStage Jobs path
- Replies: 3
- Views: 4297
Jobs are not stored in editable UNIX or Windows file objects, they are stored as records in hashed files (tables) in the DS repository, which uses a derivation of the UniVerse postrelational database. You can do a project export into XML format to get all your DataStage information into an editable ...
- Wed Apr 05, 2006 10:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Before Routine and parameters passed on the command line
- Replies: 10
- Views: 2439
You really shouldn't be reading those values from the internal structures. The call to DSGetParamInfo() will return the same values - and will also work at the next release while I am fairly certain that your code as it stands will cease to work. The reason I asked about the command line is that DS ...
- Wed Apr 05, 2006 9:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: default values of jobparameters
- Replies: 4
- Views: 936
- Wed Apr 05, 2006 9:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Before Routine and parameters passed on the command line
- Replies: 10
- Views: 2439
- Wed Apr 05, 2006 9:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hanging Job
- Replies: 3
- Views: 1009
A "hung" process is one that is waiting on some resource, perhaps one that is never going to be freed. You can check up a bit from UNIX by identifying the process and then using the truss command to see what the process is doing at a system level; this might identify what the cause of the hang is. S...
- Wed Apr 05, 2006 9:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsjob documentation
- Replies: 1
- Views: 1057
- Wed Apr 05, 2006 8:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: UVOpen Unable to open file
- Replies: 5
- Views: 888
- Wed Apr 05, 2006 8:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with Hashed file
- Replies: 6
- Views: 1196
- Wed Apr 05, 2006 8:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Data Phantom error
- Replies: 3
- Views: 709