Search found 15603 matches

by ArndW
Fri Feb 09, 2007 12:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Script for Cleaning the Log Files
Replies: 21
Views: 5667

You can clear out any and all files in &PH& subdirectory; but not any files in the parent project directory, otherwise you will break that project and make it unusable.
by ArndW
Fri Feb 09, 2007 11:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job using dataset files is slower than sequential files
Replies: 25
Views: 4643

splayer - look at the filesystems and options used for your two partitions.
by ArndW
Fri Feb 09, 2007 11:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: In HashedFile,how to get first row
Replies: 9
Views: 3029

sheema wrote:...But incase we have 2 rows which are identical...
How can you do this in a hashed lookup?
by ArndW
Fri Feb 09, 2007 10:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Store User Names, Passwords, DataSource Names
Replies: 20
Views: 6010

No, you use the $PROJDEF as the parameter value and continue to use the parameters to fill out the different columns in your job.
by ArndW
Fri Feb 09, 2007 10:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: In HashedFile,how to get first row
Replies: 9
Views: 3029

Hashed file keys are unique, so a lookup on a key will return only one row. If you use another stage type for a reference then that is a different matter.
by ArndW
Fri Feb 09, 2007 10:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset files - same name in different output folders
Replies: 3
Views: 1385

No problem, the names in the data folder will be unique.
by ArndW
Fri Feb 09, 2007 3:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job using dataset files is slower than sequential files
Replies: 25
Views: 4643

...Both versions output the file to the same folder... No, probably just your dataset descriptor and sequential file are in the same directory. You should try writing your sequential file to the directory pointed to by the resource disk setting in your APT_CONFIG file. That way you are comparing pe...
by ArndW
Thu Feb 08, 2007 4:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job using dataset files is slower than sequential files
Replies: 25
Views: 4643

What happens to the speed of the sequential version if you output it to the same directory as your dataset data files as specified in the APT_CONFIG file? If is slows down then it might be related to the disk partition and not directly to the DS job.
by ArndW
Thu Feb 08, 2007 4:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing Parameters through dsjob function
Replies: 12
Views: 5512

You need to specify the -MODE NORMAL. Is your project actually called "PROJECTNAME"? What happens if you try to start the job by typing in all the actual values?
by ArndW
Thu Feb 08, 2007 8:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Auto Commit Problem
Replies: 3
Views: 911

in the Input properties for you DB2 enterprise stage the Options -> Row commit interval is to be set to 0. This option doesn't exist when you do a "load"
by ArndW
Thu Feb 08, 2007 5:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to count the rows ?parallel jobs.
Replies: 2
Views: 816

You can force sequential execution so that you only have one process, then use @INROWNUM to limit output from a link to 500.
by ArndW
Thu Feb 08, 2007 3:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Manipulating and managing the Template project
Replies: 6
Views: 2283

You will need to use SET.INDEX first in order to fix the indices.
by ArndW
Thu Feb 08, 2007 3:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job using dataset files is slower than sequential files
Replies: 25
Views: 4643

As balajisr mentioned, you might be running sequentially instead of in parallel. Turn on APT_DUMP_SCORE to see what is really happening at runtime. A dataset, even in sequential mode, should run at about the same speed as a sequential file for what you've described, so something is definately amiss.
by ArndW
Thu Feb 08, 2007 3:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.UVOpen error
Replies: 9
Views: 4267

Is the stage DJobFlushLogicaPrepaidDailyBalanceHash4 a write, read or a reference stage? How do you reference the hashed file - by path or by name?