Search found 15603 matches
- Thu Dec 07, 2006 11:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extracting Data
- Replies: 3
- Views: 834
- Thu Dec 07, 2006 11:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: This job has no design time information.
- Replies: 3
- Views: 1155
A UNIX backup will have saved the state of the whole project as it was at the time of backup. If you didn't make any changes to any of the jobs in your project after the backup was taken, or if you don't care about losing those changes, then you can restore the whole project directory from UNIX. If ...
- Thu Dec 07, 2006 7:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: PID Failed
- Replies: 18
- Views: 9175
You can use your UNIX "rm" command to remove files in that directory. Nothing untoward will happen if you delete the open file for a running job - except that any information about the running job will be lost. I would use a filter on that directory that just removes anything older than a day to sure.
- Thu Dec 07, 2006 7:45 am
- Forum: General
- Topic: Rename the txt file
- Replies: 6
- Views: 3017
- Thu Dec 07, 2006 7:41 am
- Forum: Site/Forum
- Topic: Great Work!!
- Replies: 7
- Views: 3197
- Thu Dec 07, 2006 7:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: PID Failed
- Replies: 18
- Views: 9175
- Thu Dec 07, 2006 7:33 am
- Forum: General
- Topic: Rename the txt file
- Replies: 6
- Views: 3017
Re: Rename the txt file
I am not sure of thet syntax of youe "mv" command, as it is not standard DOS. Try this:
Code: Select all
Call DSExecute ("NT", "move /ss/ppff":FileNameSuffix:".txt "/dd/ppff":FileNameSuffix:".txt.bak" )- Thu Dec 07, 2006 5:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Folder Stage to filter Record
- Replies: 16
- Views: 4408
- Thu Dec 07, 2006 4:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to Mark a topic resolved
- Replies: 10
- Views: 1641
- Thu Dec 07, 2006 4:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to Mark a topic resolved
- Replies: 10
- Views: 1641
- Thu Dec 07, 2006 3:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Output Record count in a transformer
- Replies: 14
- Views: 8303
Using the aggregator stage in this case will not really be necessary (or efficient). The method will depend on what the original poster needs this for. If this number of rows is needed from another job or sequence, then a call to DSGetLinkInfo() will get that value. But that method doesn't make sens...
- Thu Dec 07, 2006 3:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Trim on DS-Aix Vs DS-Windows
- Replies: 6
- Views: 1556
- Thu Dec 07, 2006 12:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to Mark a topic resolved
- Replies: 10
- Views: 1641
- Wed Dec 06, 2006 5:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: COMPLEX FLAT FILE STAGE IN GRID
- Replies: 5
- Views: 1674
- Wed Dec 06, 2006 5:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance issue
- Replies: 2
- Views: 1397