Search found 53125 matches
- Thu Aug 31, 2006 3:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SQL*Loader -605:Non-data dependent ORACLE error occurred
- Replies: 4
- Views: 4325
- Thu Aug 31, 2006 3:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformer Error In DataStage Enterprise Edition 7.5
- Replies: 7
- Views: 3805
Is your temp filespace full? Is the "cannot open compile.tmp" error happening when compiling other jobs too? Does inspecting the generated OSH reveal anything useful about the job's structure? (You need to resolve the latest problem or you won't even get that far.) Replace the Transformer stage with...
- Thu Aug 31, 2006 3:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Random Shuffling of input stream data in DS MVS jobs
- Replies: 4
- Views: 1915
- Wed Aug 30, 2006 11:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: data stage look up
- Replies: 2
- Views: 744
- Wed Aug 30, 2006 11:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error retrieving system catalog information for table
- Replies: 3
- Views: 884
- Wed Aug 30, 2006 6:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: multiple commands from After-job Subroutine in JobProperties
- Replies: 4
- Views: 3444
- Wed Aug 30, 2006 6:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Data has been truncated
- Replies: 2
- Views: 1621
- Wed Aug 30, 2006 6:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How can I process files from a directory with a pattern
- Replies: 9
- Views: 3072
If they are all in the one directory you could use a Sequential File stage with the filter command (so that all rows from all these files (stdout from the cat command) become a single stream of data into your DataStage job).
Code: Select all
cat /xxx/xxx/PBRCT*- Wed Aug 30, 2006 6:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abort the Sequence as soon as job logs 1 warning
- Replies: 24
- Views: 4753
- Wed Aug 30, 2006 6:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Aborted but still it loaded records
- Replies: 5
- Views: 1492
- Wed Aug 30, 2006 6:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Exception raised in GCI subroutine:Access violation
- Replies: 1
- Views: 2809
You need to search earlier in the code to find a comment that shows the exact function to which PUT.Pin%%V0S75P2 is mapped. You can figure out that this is performing a"write" operation, and through which stage type. An access violation (attempt to access a memory address that you do not own) may be...
- Wed Aug 30, 2006 6:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stop Job
- Replies: 6
- Views: 1733
- Wed Aug 30, 2006 6:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Windows XP as DataStage Server
- Replies: 17
- Views: 8246
- Wed Aug 30, 2006 6:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: job which track of the jobhistory, rowhistory,paramhistory
- Replies: 18
- Views: 4938
- Wed Aug 30, 2006 6:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC stage to connect to iseries
- Replies: 6
- Views: 1899