Search found 15603 matches

by ArndW
Wed Feb 07, 2007 4:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Manipulating and managing the Template project
Replies: 6
Views: 2283

[quote="ray.wurlod..The project template is - effectively - a regular project but without a VOC...[/quote] Oddly enough I was looking into that project earlier today and noticed that all of the indexed files have invalid indices as well; so DS force-fixes them when copying.
by ArndW
Wed Feb 07, 2007 4:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: I-descriptor was not compiled
Replies: 15
Views: 6258

There are up to 3 log file entries that are used to hold internal data (including the purge settings) and that have different metadata than the other records. Since you don't want (or need) them, Ray added the filter to remove them. These records begin with "//"
by ArndW
Wed Feb 07, 2007 7:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject Link from a Sequential file
Replies: 10
Views: 6100

If you give it a default value or handler or nulls then the row won't be rejected. Do rows 2 and 3 go down the "normal" link?
by ArndW
Wed Feb 07, 2007 6:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject Link from a Sequential file
Replies: 10
Views: 6100

Did you specify a "default value" in the attributes for the column "Salary"?
by ArndW
Wed Feb 07, 2007 5:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get out the Null row in a file
Replies: 20
Views: 4886

Shrek - you can get free UNIX utilities on Windows that include such tools as sed and awk; the most common one I know of is MKS toolkit, but MS also offers a package that will do this.
by ArndW
Wed Feb 07, 2007 5:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: I-descriptor was not compiled
Replies: 15
Views: 6258

Ray - thanks for pointing that out; I didn't realize that the SQL syntax was being used.
by ArndW
Wed Feb 07, 2007 5:21 am
Forum: General
Topic: Takeing backup from command Line.
Replies: 5
Views: 1841

Nilesh - note that this is an executable and is meant to be run from the Windows client, not the UNIX server.
by ArndW
Wed Feb 07, 2007 4:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Doubt in - Sequence of records processed by DataStage
Replies: 10
Views: 3389

vij - why would you want to maintain any particular order when writing to this SQL server table? Sometimes the order of keys can make a performance difference when loading, but that doesn't sound like your issue. Basically no matter what the order is of the records you are inserting to SQL Server th...
by ArndW
Wed Feb 07, 2007 3:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Scheduled Job not running
Replies: 6
Views: 1313

Since you are on Windows and haven't mentioned using anything else, I believe that the "at" scheduler has a log file called "Schedlgu.txt" which might help give you additional information.
by ArndW
Wed Feb 07, 2007 3:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unexpected Job Failure
Replies: 14
Views: 8374

...I have tried writing to Peek stage with 1 node configuration file and the job ends OK. it never fails... It does seem to be related to the Teradata output. If you change back to your normal configuration file and run the job a couple of times and it still doesn't fail you can be fairly certain o...
by ArndW
Wed Feb 07, 2007 2:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: I-descriptor was not compiled
Replies: 15
Views: 6258

You could try using F7 instead of the EVAL statement to get field 7. I'm not at a client now to check, but am fairly certain that F1-F9 are declared for use as positional columns.
by ArndW
Tue Feb 06, 2007 12:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error : Not bounded length
Replies: 31
Views: 7176

Try "DATE('9999-12-31')"
by ArndW
Tue Feb 06, 2007 12:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error : Not bounded length
Replies: 31
Views: 7176

I think it doesn't like the string '9999-12-31' - what is the column data type for that value? Perhaps you need to cast this string to a date or timestamp...
by ArndW
Tue Feb 06, 2007 10:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UTILITY for viewing data Selectively using a criteria
Replies: 5
Views: 1446

Or write a simple job with the dataset as the source, a constraint stage (perhaps a condition in a transform) and then output to a peek stage.
by ArndW
Tue Feb 06, 2007 9:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: what is DSJ.ME ?
Replies: 7
Views: 5719

When you refer to DataStage internal variables and routines in your own job, you need to add the following line to your code:

Code: Select all

   $INCLUDE DSINCLUDE JOBCONTROL.H