Search found 53125 matches
- Fri Jun 05, 2009 3:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Stripping header and trailer record from input files
- Replies: 13
- Views: 4572
- Fri Jun 05, 2009 3:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage dsjob -jobinfo Command Output
- Replies: 7
- Views: 10315
- Fri Jun 05, 2009 3:23 pm
- Forum: General
- Topic: Housekeeping
- Replies: 2
- Views: 1572
- Fri Jun 05, 2009 3:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Orchadmin issue
- Replies: 10
- Views: 2957
- Fri Jun 05, 2009 3:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash Files
- Replies: 1
- Views: 821
A hash file is a tool for shaping a block of hash. Hashed files are unchanged between DataStage versions 6.0 and current. Things that might slow execution in version 8.x include heavier workload on the server, and the need to interact with the services the comprise Information Server, particularly m...
- Fri Jun 05, 2009 3:12 pm
- Forum: IBM QualityStage
- Topic: Error with Mexico - PREP ruleset in QualityStage
- Replies: 1
- Views: 1329
- Fri Jun 05, 2009 12:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Shared memory
- Replies: 10
- Views: 3803
You don't need to set these values unless advised to do so by support. They are offsets from default base addresses for four shared memory segments used by the DataStage run machine. To test, and get recommended values for, these settings execute the command as superuser: $DSHOME/bin/shmtest -f $DSH...
- Thu Jun 04, 2009 11:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Exact use of staging tables?
- Replies: 6
- Views: 1805
- Thu Jun 04, 2009 11:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fatal Error: Accessor type does not match
- Replies: 2
- Views: 6231
- Thu Jun 04, 2009 11:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Orchadmin issue
- Replies: 10
- Views: 2957
- Thu Jun 04, 2009 11:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: aggregator---Row out of sequence
- Replies: 2
- Views: 1268
- Thu Jun 04, 2009 8:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Orchadmin issue
- Replies: 10
- Views: 2957
- Thu Jun 04, 2009 4:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: use of breakpoints
- Replies: 5
- Views: 1845
- Thu Jun 04, 2009 4:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Orchadmin issue
- Replies: 10
- Views: 2957
- Thu Jun 04, 2009 4:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Stripping header and trailer record from input files
- Replies: 13
- Views: 4572
Gain some information ahead of processing, particularly the line count in the file (wc -l command). You can use that in a Transformer stage (executing in sequential mode or in a server job) to filter on @INROWNUM.
Code: Select all
@INROWNUM <> 1 And @INROWNUM <> paramLineCount