Search found 15603 matches

by ArndW
Sun Mar 30, 2008 3:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding JOB CONTROL in dsjob -jobinfo command
Replies: 6
Views: 1628

I you are starting this job yourself in the script, why not just add "-wait" to the dsjob command and avoid the loop?
by ArndW
Sat Mar 29, 2008 11:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: I DID SMALL MISTAKE WHILE EXPORTING...
Replies: 2
Views: 675

I'm not at a site where I can check the query syntax, so am hesitant to post SQL that might break things. Can you re-export with the correct READONLY settings and then import it into the project? p.s. Please don't use all CAPITALS, that is considered to be shouting, and there is no need to do that y...
by ArndW
Sat Mar 29, 2008 7:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capture reject records of dataset
Replies: 3
Views: 803

I cannot think of a scenario where a record could get rejected where the job should not get aborted (i.e. disk full, I/O system error, etc.)
by ArndW
Sat Mar 29, 2008 7:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to write in to Dataset
Replies: 3
Views: 1115

The is no column limitation close to 80 for DataSets. If you change your job to write to a sequential file (pathed to /dev/null) does it run correctly? Where are the data files written to (specified in the APT_CONFIG_FILE) and is that/are those disk(s) filling up?
by ArndW
Sat Mar 29, 2008 6:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capture reject records of dataset
Replies: 3
Views: 803

That is correct, the DataSet has no reject links. What kind of a condition can you imagine that would cause a reject (as opposed to a job abort)?
by ArndW
Sat Mar 29, 2008 2:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator
Replies: 9
Views: 1931

There is not stage that can perform mathematic operations on non-mathematic objects. You need to define what the result of "B+Z" is, as BugFree has noted. Once you have a rule for that you can either convert your values to numerics and use an Aggregator stage or you can write your own code to do this.
by ArndW
Fri Mar 28, 2008 10:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migrating Jobs from 7.5.2 to 8.0.1
Replies: 5
Views: 1856

The sequential files will FTP without a problem, but the hashed files will not. You can copy them over and then convert them using the FNUXI or FORMAT.CONV commands.
by ArndW
Fri Mar 28, 2008 10:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migrating Jobs from 7.5.2 to 8.0.1
Replies: 5
Views: 1856

No procedure necessary. Import into Version 8 and recompile; do a test run with known data to compare to your original V7 results and if they are not the same you have a problem.

It makes sense to use UNIX path notation on windows as well so that you can cross platforms without having to convert.
by ArndW
Fri Mar 28, 2008 10:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IsValid() problems with non-standard dates
Replies: 21
Views: 5839

It would seem that there is ECase 118247 open on this issue and is states

(contray[sic] to the documentaion[sic]) that IsValid only accepts date format %yyyy-%mm-%dd
. I am pursuing this, as I don't think that is acceptable and will update this thread when it gets resolved one way or the other.
by ArndW
Fri Mar 28, 2008 8:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob (-jobinfo works, but -run does not)
Replies: 30
Views: 7894

Try adding "-mode NORMAL"
by ArndW
Fri Mar 28, 2008 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RemoveWildChar() & RemoveUnWantedChar() uses
Replies: 2
Views: 742

Those are user-written functions - look at what they do in server
by ArndW
Fri Mar 28, 2008 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to increase the Speed of Data read from Oracle Database
Replies: 6
Views: 1861

ashishpascal - there are too many ways to slow down and speed up jobs to be able to answer your question. First step - know thyself. Is your read or write the bottleneck?
by ArndW
Fri Mar 28, 2008 6:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: split by month
Replies: 4
Views: 931

consulting wrote:...dslinkname=11 during compilation itself it fails...
With what error?
by ArndW
Fri Mar 28, 2008 6:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date format
Replies: 2
Views: 762

No. If the value you have is a string you need to convert it to date.
by ArndW
Fri Mar 28, 2008 6:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ICTHHMintoSec() is function or not
Replies: 2
Views: 848

That looks like a user-defined function, so without knowing what it does there cannot be any suggestions as to how to do this in PX. Look at the function or perhaps post it to this thread.