Search found 15603 matches
- Wed May 17, 2006 2:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Syntax issue using execute and capturing
- Replies: 29
- Views: 6974
- Wed May 17, 2006 2:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: UtilityRunJob with job parameter
- Replies: 3
- Views: 1425
- Tue May 16, 2006 3:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Substring from rear
- Replies: 5
- Views: 1110
- Tue May 16, 2006 10:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Ftp'ng a file in compressed format
- Replies: 5
- Views: 1380
- Tue May 16, 2006 10:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Substring from rear
- Replies: 5
- Views: 1110
- Tue May 16, 2006 9:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Syntax issue using execute and capturing
- Replies: 29
- Views: 6974
- Tue May 16, 2006 9:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Ftp'ng a file in compressed format
- Replies: 5
- Views: 1380
- Tue May 16, 2006 8:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Server - Benchmark
- Replies: 11
- Views: 3267
- Tue May 16, 2006 7:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Difference in Sequential file for Server and Parallel editio
- Replies: 4
- Views: 1006
- Tue May 16, 2006 7:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Syntax issue using execute and capturing
- Replies: 29
- Views: 6974
- Tue May 16, 2006 4:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Configuration Problem
- Replies: 4
- Views: 2509
Did you put these exports into the dsenv file in your DSHOME directory? If not, then changing the setting in your user's environment doesn't affect the background DS processes. If you look into your director log for the file it will echo the environment settings - are the correct entries shown there?
- Tue May 16, 2006 4:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Syntax issue using execute and capturing
- Replies: 29
- Views: 6974
- Tue May 16, 2006 4:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Difference in Sequential file for Server and Parallel editio
- Replies: 4
- Views: 1006
- Tue May 16, 2006 2:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: access to unix isam file
- Replies: 3
- Views: 1051
- Mon May 15, 2006 6:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: access to unix isam file
- Replies: 3
- Views: 1051
UNIX has no ISAM file structure builtin, this would always be some structure generated by a software vendor. Depending upon that implementation it might be possible for DataStage to read these files sequentially and skip over any internal indexing objects. Do you know your program or application tha...