Search found 15603 matches
- Thu Aug 18, 2005 9:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Copying Project folders
- Replies: 5
- Views: 2482
- Thu Aug 18, 2005 8:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Edit Row - Date Type - Default
- Replies: 7
- Views: 3704
- Thu Aug 18, 2005 8:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Windows or Linux OS ?
- Replies: 1
- Views: 600
It is hard to compare directly; if you are reading from and writing to sequential files there might be a speed advantage on the "leaner" linux system. If you are accessing a local database then that manufacturer's implementation makes a big difference. If the database is remote then the networking p...
- Thu Aug 18, 2005 7:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Issue with source tables which are read only.
- Replies: 5
- Views: 1626
- Thu Aug 18, 2005 7:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Strange Box values instead Null value from DB2
- Replies: 3
- Views: 789
- Thu Aug 18, 2005 7:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Compiled Or Not Compiled IN Production
- Replies: 2
- Views: 681
The compiled server code is portable. There used to be a FNUXI type issue between some platforms, but I recall reading here that this has been solved; so you should have no problem porting the code. Although the issues around big-endian and little-endian are supposedly solved, I think that if I were...
- Thu Aug 18, 2005 7:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to run a mainframe job
- Replies: 5
- Views: 1148
- Thu Aug 18, 2005 7:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Obtaining Column Information within Transform.
- Replies: 3
- Views: 847
gsherry1, you can use the DSGetJobInfo() routine to get information about stages and links in your job (using key DSJ.ME or other jobs by doing a DSAttachJob() to them), then use DSGetLinkInfo() and DSGetStageInfo() to get the information you are seeking. Note that these are informational routines, ...
- Thu Aug 18, 2005 7:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Strange Box values instead Null value from DB2
- Replies: 3
- Views: 789
- Thu Aug 18, 2005 7:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequential INPUT page what i have to choose
- Replies: 2
- Views: 624
- Thu Aug 18, 2005 5:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error during import
- Replies: 7
- Views: 1309
- Thu Aug 18, 2005 4:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to reset job status (96) via job control
- Replies: 7
- Views: 2811
- Thu Aug 18, 2005 4:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stage does not support UNICODE character set
- Replies: 3
- Views: 1068
- Thu Aug 18, 2005 4:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error during import
- Replies: 7
- Views: 1309
The DataStage command "LIST.READU EVERY" will show, in the "Active Record Locks" at the end, an ID which also contains the workstation/PC name at the end. If you have no other users on the system then this list should be short and might show the offending process. You should get your DataStage admin...
- Thu Aug 18, 2005 1:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error during import
- Replies: 7
- Views: 1309
Kumar, only use the UNIX kills as a last resort. The preferred interface is in the Director -> Job -> Cleanup Resources. You can often tell which pc-name has a job open, using the lock information. If the job is not "running" and you can't edit it then probably another designer session has it open -...