Search found 6797 matches
- Fri Aug 25, 2006 8:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unrecognized argument error. ODBC Enterprise stage
- Replies: 15
- Views: 4468
- Fri Aug 25, 2006 8:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: FTP stage error
- Replies: 5
- Views: 1460
- Fri Aug 25, 2006 8:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: date transformation
- Replies: 3
- Views: 1323
What kind of date transform do you need ? There are many ways. You have routines in the SDK, you can write your won server routines, have a shell manipulate the date as a before job routine. Advice: Research the manual, you will find alot ways to do that. Moreover the forum is rich with such questio...
- Fri Aug 25, 2006 7:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Connecting to SQL Server from DS EE 7.5.1A UNIX
- Replies: 3
- Views: 1004
- Fri Aug 25, 2006 7:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: hi
- Replies: 6
- Views: 1880
- Fri Aug 25, 2006 7:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Track duplicate rows in the source data
- Replies: 4
- Views: 1943
There are many ways done in Server to resolve the Duplicacy issue. If you give a search you should be able to find routines written by the posters. Click HERE
In parallel there is a remove duplicate stage.
Good luck
In parallel there is a remove duplicate stage.
Good luck
- Fri Aug 25, 2006 7:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: job running no result
- Replies: 9
- Views: 4912
- Fri Aug 25, 2006 7:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error : out of memory space.
- Replies: 3
- Views: 1281
- Fri Aug 25, 2006 7:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Track duplicate rows in the source data
- Replies: 4
- Views: 1943
- Fri Aug 25, 2006 7:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: job running no result
- Replies: 9
- Views: 4912
- Fri Aug 25, 2006 12:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Retrieve Warning messages at run time
- Replies: 17
- Views: 4544
Routines in DataStage are nothing but lines of Universe Basic Code. Get any guide that outlines help in Universe basic and you will get the hang of it. There are plenty of basic routines on this site as well, which have pretty good documentation. Have a strong cup of coffee, search and go through th...
- Thu Aug 24, 2006 3:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage server Maintainence
- Replies: 24
- Views: 11163
- Thu Aug 24, 2006 2:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage server Maintainence
- Replies: 24
- Views: 11163
- Thu Aug 24, 2006 2:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage server Maintainence
- Replies: 24
- Views: 11163
Offcourse you can. You can clear all files, even delete them at the unix level. For log files, there was a job on ADN that was built to clear all the log files. I am not exactly sure if its still there. 7 days is just a suggestion, you can do it 10 days, 15 days, whatever you like. Its known as the ...
- Thu Aug 24, 2006 1:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 API
- Replies: 3
- Views: 975
When you hit run, a window appears, you can set the warn limit there in the gui representation. From command line you can use
Code: Select all
dsjob -run -warn 1 PROJECTNAME JOBNAME