Search found 5168 matches
- Wed Jan 03, 2007 7:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Cannot read the data sequential stage
- Replies: 12
- Views: 2881
- Wed Jan 03, 2007 5:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Surrogate Key
- Replies: 12
- Views: 3635
You need to have a seperate job with a BASIC transformer or a BASIC routine which will have simple code Call DSSetUserStatus(Arg1) Ans = 0. The argument can be used as input parameter to the forth comming jobs. If you do a search on Userstatus, you can find lot many post. But calling the job or the ...
- Wed Jan 03, 2007 4:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup Space problem in Windows
- Replies: 14
- Views: 6062
- Wed Jan 03, 2007 4:48 pm
- Forum: General
- Topic: running jobs
- Replies: 3
- Views: 2088
- Wed Jan 03, 2007 4:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error Processing
- Replies: 11
- Views: 2250
As mentioned earlier, its one of the process you like to follow in you development. Error processing tables will mostly be the one which collect all the rejects with the error code. There are several approaches, based on you methodology. Its more flexible if you stored procedure. Audit table will be...
- Wed Jan 03, 2007 4:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Project Properties in Administrater taking very long time
- Replies: 8
- Views: 1943
- Wed Jan 03, 2007 4:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Project Properties in Administrater taking very long time
- Replies: 8
- Views: 1943
As Ray mentioned, if Network is the bottleneck, you can ensure by exploring options like listing logs in director or look out for all the list of jobs irrespective of category, it should also take very log time to refresh, hence it extracts the data from server at every point. If permission is the i...
- Wed Jan 03, 2007 4:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Utilization of CPU
- Replies: 9
- Views: 4197
- Wed Jan 03, 2007 4:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding uservariable activity
- Replies: 21
- Views: 4710
- Wed Jan 03, 2007 4:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: pxjobs
- Replies: 4
- Views: 1567
- Wed Jan 03, 2007 4:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Surrogate Key
- Replies: 12
- Views: 3635
- Wed Jan 03, 2007 4:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error Processing
- Replies: 11
- Views: 2250
- Wed Jan 03, 2007 4:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: problem with loading sequential file of DB2 table
- Replies: 10
- Views: 6160
- Wed Jan 03, 2007 3:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential file Import problem
- Replies: 11
- Views: 4035
What Ray and DSguru2B is suggesting is, use either in BeforJobSubroutine or using a Execute command in JobSequence where the job been called, and read the Newfile.txt for you lay out.
Code: Select all
sed 's/||/|/g' File.txt > Newfile.txt- Wed Jan 03, 2007 3:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Surrogate Key
- Replies: 12
- Views: 3635