Each job you create will generate these folders/hashed files. If you wish to get rid of some of these then you should look at your project and delete or export those jobs you no longer need.
If you manually delete any of these from the OS level you will corrupt your project.
Search found 15603 matches
- Mon Nov 13, 2006 8:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unwanted Folders
- Replies: 3
- Views: 1049
- Mon Nov 13, 2006 8:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with DSGetStageInfo
- Replies: 7
- Views: 2474
The file also contains the requisite statement which was missing in the original code so that the program takes DSGetStageInfo as a routine and not an array.
Code: Select all
Deffun DSGetStageInfo(JobHandle, StageName, InfoType)
- Mon Nov 13, 2006 5:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Link status, statistics
- Replies: 3
- Views: 1089
- Mon Nov 13, 2006 5:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Conversion of Chinese characters (sap ext and load into ora)
- Replies: 5
- Views: 1795
- Mon Nov 13, 2006 5:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Limitation in Parameter size
- Replies: 2
- Views: 702
The parameters are passed in memory, so the limit will be close whatever your environment's setting for memory is set to. The 2Gb limit applies only to some OS's and their maximum file size. DataStage variables are not limited in that fashion. More likely you will have a limitation on parameters by ...
- Mon Nov 13, 2006 5:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how transformer works internally in datastage PX
- Replies: 5
- Views: 4724
- Mon Nov 13, 2006 5:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with DSGetStageInfo
- Replies: 7
- Views: 2474
You need to add this line to the beginning of your code:
Code: Select all
$INCLUDE DSINCLUDE JOBCONTROL.H- Thu Oct 26, 2006 11:38 am
- Forum: Site/Forum
- Topic: Not receiving any email notifications of replies today...
- Replies: 7
- Views: 3858
- Thu Oct 26, 2006 6:03 am
- Forum: General
- Topic: How to use Tab Delimiter in New Job
- Replies: 7
- Views: 5854
- Thu Oct 26, 2006 5:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Aborting job for a paticular input
- Replies: 4
- Views: 1046
One method is to put a condition in your transform stage variable
Code: Select all
IF [column contains a specific value] THEN UtilityAbortToLog('Oh no, Mr. Bill') ELSE ''- Thu Oct 26, 2006 5:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage Installation
- Replies: 4
- Views: 1159
- Thu Oct 26, 2006 5:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Server and client sizing
- Replies: 10
- Views: 2790
Devyani, great (that rules out me being able to sell you my old PC, though). What UNIX hardware platform is currently used in-house; usually companies prefer homogenous hardware? Any UNIX system can process 1TB from a sequential file to a sequential file in that time period. But if your database isn...
- Thu Oct 26, 2006 5:21 am
- Forum: General
- Topic: How to use Tab Delimiter in New Job
- Replies: 7
- Views: 5854
- Thu Oct 26, 2006 3:28 am
- Forum: General
- Topic: Datastage Sequencer Properties Box not opening
- Replies: 12
- Views: 4002
- Thu Oct 26, 2006 1:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Server and client sizing
- Replies: 10
- Views: 2790
Ok, I recommend using an old Intel 486 processor (or a Pentium if you feel like splurging) and the minimum amount of memory that the IBM/Ascential datastage guide suggests, but you could probably make do with 512Mb. This will be your cheapest solution. (do you now understand that this is why you've ...