Search found 15603 matches
- Thu Oct 04, 2007 8:53 pm
- Forum: General
- Topic: How to Design a job
- Replies: 1
- Views: 1012
Hello sundrop and welcome to DSXchange. PX jobs allow a sequential file to be used as a lookup object. If you declare your Invoice Line items file as a lookup and use your invoice number and tax/freight record column value as lookup keys you can get your status and process the other data accordingly.
- Thu Oct 04, 2007 8:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal Behaviour of DS Job
- Replies: 4
- Views: 1264
- Thu Oct 04, 2007 8:28 pm
- Forum: General
- Topic: Removing Header/Trailer from Seq File
- Replies: 7
- Views: 8195
Craig - yep, that is the way to do it if the formats of the header/trailer are different and you don't need the data in those rows. The header row is usually column names and will have the same number of column separators as the data, but if you have non-string columns then the text column names wil...
- Thu Oct 04, 2007 8:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how can we call datastage jobsequence-JOB in unix
- Replies: 6
- Views: 2723
- Thu Oct 04, 2007 8:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job got struck
- Replies: 4
- Views: 1831
Re: Job got struck
...ps -ef | grep Job name and it will show that particular JOB process ID and then put command like kill -9 PID [ Forces fully kill ] . Don't do this. It will mess up the lock tables, and unless your deadlock daemon picks it up you might have to restart DataStage. Using `kill -9' is only to be used...
- Thu Oct 04, 2007 8:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Peculiar Problem in reading a file
- Replies: 4
- Views: 743
- Thu Oct 04, 2007 7:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reading/Parsing a weblog file
- Replies: 3
- Views: 1414
- Thu Oct 04, 2007 7:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformer stage,Unmapped columns , dataset RCP turned on !
- Replies: 4
- Views: 1619
- Thu Oct 04, 2007 7:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need Help
- Replies: 5
- Views: 1877
- Wed Oct 03, 2007 11:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: USS System
- Replies: 1
- Views: 452
USS stands for UNIX System Services , which lets UNIX run on an IBM Mainframe (which runs z/OS)
- Wed Oct 03, 2007 11:24 pm
- Forum: General
- Topic: Removing Header/Trailer from Seq File
- Replies: 7
- Views: 8195
- Wed Oct 03, 2007 4:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Peculiar Problem in reading a file
- Replies: 4
- Views: 743
- Wed Oct 03, 2007 3:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stange behaviour...file size in Unix(AIX) is 0
- Replies: 15
- Views: 4419
- Wed Oct 03, 2007 3:06 am
- Forum: IBM<sup>®</sup> DataStage TX
- Topic: hi:its very urgent
- Replies: 3
- Views: 2526
Re: hi:its very urgent
raju111.net wrote:...2)maximum how much data we can load daily?...
Depends on whether you are running DataStage on a 386sx and sharing it with a database or have 100% of a mainframe to play with.
Why is this so urgent for you?
- Tue Oct 02, 2007 10:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Filter out the incoming rows from Sequential File Stage
- Replies: 2
- Views: 1161