Search found 53125 matches
- Thu May 17, 2012 4:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Passing one value into Sql Where clause via datastage job
- Replies: 14
- Views: 20031
- Thu May 17, 2012 4:20 pm
- Forum: General
- Topic: deletion and compiling DataStage categorioes - from Unix
- Replies: 19
- Views: 6841
Re: deletion and compiling DataStage categorioes - from Unix
No.mdbatra wrote:Is there any way that we can use the command line to delete a particular category and also compile(after the import is done).
- Thu May 17, 2012 3:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: sequential stage read issue with double quotes used as data
- Replies: 5
- Views: 3374
This is not something that the parallel Sequential File stage does well. Read the entire line as a single VarChar field, then use a Transformer stage both to parse and to handle the double quote characters appropriately. This is a task that can much more easily be handled by a server Sequential File...
- Thu May 17, 2012 3:35 am
- Forum: General
- Topic: getdate from autosys
- Replies: 1
- Views: 869
- Thu May 17, 2012 3:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Vertical pivot or convert rows to columns
- Replies: 2
- Views: 1201
Search DSXchange for "vertical pivot"to get details of techniques. The most usual technique in parallel jobs involves Transformer and Remove Duplicates stage (given that you're on version 8.1).
- Wed May 16, 2012 4:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: UtilityHashLookup fails when the hash path is different
- Replies: 3
- Views: 1752
- Wed May 16, 2012 4:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problems in source code migrated from LINUX to AIX
- Replies: 3
- Views: 2226
- Wed May 16, 2012 4:34 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: How does IA determine the data type of a value
- Replies: 7
- Views: 3944
- Wed May 16, 2012 12:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Grid installation of IIS 8.7 version in HP UX
- Replies: 1
- Views: 1245
- Wed May 16, 2012 12:32 am
- Forum: General
- Topic: Batch Status Report Email Notification
- Replies: 5
- Views: 1620
- Tue May 15, 2012 4:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Received SIGPIPE signal caused by closing of the socket
- Replies: 10
- Views: 18482
- Tue May 15, 2012 4:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: fatal error
- Replies: 6
- Views: 4578
- Tue May 15, 2012 4:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: date value
- Replies: 5
- Views: 1326
- Tue May 15, 2012 12:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: date value
- Replies: 5
- Views: 1326
- Tue May 15, 2012 12:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning: No configuration file set.
- Replies: 1
- Views: 1089
Your problem about inability to preserve partitioning has nothing to do with APT_CONFIG_FILE. That is entirely the province of the upstream stage's Preserve Partitioning setting. You'll need to give us a bit more information about how you are attempting to pass parameters to the Shared Container bef...