Search found 15603 matches
- Fri May 16, 2008 3:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error Reading a Fixed Width File
- Replies: 10
- Views: 3347
- Fri May 16, 2008 3:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Usage of Convert function
- Replies: 6
- Views: 1696
- Fri May 16, 2008 3:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: server to parallel function
- Replies: 1
- Views: 677
- Fri May 16, 2008 3:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Complex Flat File +Filler
- Replies: 7
- Views: 1620
- Fri May 16, 2008 3:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Broken pipe
- Replies: 2
- Views: 1001
Pipe errors usually are triggered by other errors. In order for a pipe to function, you need to ahve one reader and one writer process attached. If one of those processes fails, then you might see a pipe communication error even though the cause is elsewhere. In order to find the real cause of the p...
- Fri May 16, 2008 3:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Guaging overall system capabilities vs. what a job requires
- Replies: 8
- Views: 1861
One method of gauging a job's impact is to do a APT_DUMP_SCORE to get the number of pids it will run on with a given configuration. The nature of PX jobs is that even though it might fire up 100 or more players there might only be 4 process at some point in time that are actively using resources. Th...
- Fri May 16, 2008 2:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Usage of Convert function
- Replies: 6
- Views: 1696
- Fri May 16, 2008 2:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Import Issue
- Replies: 5
- Views: 3152
On AIX the command "df k ." will show inodes used and available. But Ray was correct - you have probably run into an OS limitation on the number of subdirectories in a project. The quick way to get around this is to delete jobs that you don't need. If you need all the jobs in the project, then a tem...
- Fri May 16, 2008 2:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Complex Flat File
- Replies: 2
- Views: 692
- Fri May 16, 2008 2:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Complex Flat File +Filler
- Replies: 7
- Views: 1620
- Thu May 15, 2008 10:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: pdf documnet for datastage 8
- Replies: 4
- Views: 1436
Several of the documents are available for free at IBM Support
- Thu May 15, 2008 6:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Import Issue
- Replies: 5
- Views: 3152
- Thu May 15, 2008 6:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: TSN Name could not be resolved
- Replies: 3
- Views: 1388
- Thu May 15, 2008 5:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup for Range Interval in datastage px
- Replies: 2
- Views: 2015
- Thu May 15, 2008 4:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Setting uvsh directory settings
- Replies: 3
- Views: 3015
You need to "cd" to the project directory and make sure that $DSHOME/bin is in your path, then you can issue your
Code: Select all
uvsh "select NAME,CATEGORY from DS_JOBS;" > jobname.txt