Search found 53125 matches

by ray.wurlod
Wed Aug 20, 2008 1:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to find the Environment Variable Settings
Replies: 5
Views: 1231

Are you looking at the correct log?
by ray.wurlod
Wed Aug 20, 2008 1:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regd Schema File and Sequential File
Replies: 5
Views: 1127

The example record schema given above is correct for CSV files (provided that these are well-formed).
by ray.wurlod
Wed Aug 20, 2008 1:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to get next or previous month from existing one
Replies: 3
Views: 2159

Take a look at the available Transforms, particularly MONTH.TAG, MONTH.FIRST and MONTH.LAST. Since the latter two return internal format dates, if you subtract 1 from the result of MONTH.FIRST you have the date of the last day of the previous month. If you insist on working with Iconv() and Oconv() ...
by ray.wurlod
Wed Aug 20, 2008 1:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: behaviour of NULLTOZERO against primarykey field
Replies: 4
Views: 2533

Which NULLTOZERO is this?

The supplied Transform is called NullToZero (and it's case sensitive).

If you have your own NULLTOZERO routine/transform, I'd suggest you test it more thoroughly.
by ray.wurlod
Tue Aug 19, 2008 5:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Question reg. FTP Stage
Replies: 12
Views: 8067

That's what I intended - the "telnet before command". Of course your mainframe security probably doesn't allow telnet so you may need to set up a more secure (ssh) approach. But it has to be in the same session.
by ray.wurlod
Tue Aug 19, 2008 4:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can I add a record's sequence number to a file?
Replies: 1
Views: 940

@OUTROWNUM is the record's sequence number in the output file.

@INROWNUM is the record's sequence number in the input (source) file.
by ray.wurlod
Tue Aug 19, 2008 4:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove Duplicate Error
Replies: 12
Views: 5689

No, you're not right. Persistent Data Sets (the non-virtual kind) are not cleared. However, the original question relates to scratch disk, which might be used for any kind of temporary file, including "paging space" for virtual Data Sets. Scratch space *should* be cleared automatically but may not b...
by ray.wurlod
Tue Aug 19, 2008 3:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove Duplicate Error
Replies: 12
Views: 5689

Virtual data sets are created in memory and their control files (xyz.v) are created in the project directory, being automatically deleted when the job ends.
by ray.wurlod
Tue Aug 19, 2008 3:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help in Modify Stage
Replies: 1
Views: 970

decimal_from_decimal[trunc_zero](inputcol)
by ray.wurlod
Tue Aug 19, 2008 3:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Error Table
Replies: 2
Views: 905

As you get to each of these properties, read the property help that displays when it is selected. This should inform you about any default value applicable to each property. The same information should be in the relevant manual.
by ray.wurlod
Tue Aug 19, 2008 3:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove Duplicate Error
Replies: 12
Views: 5689

That's probably because you never changed the supplied configuration file, which puts both disk and scratchdisk resource into the DataStage Engine file system.
by ray.wurlod
Tue Aug 19, 2008 3:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need information on orchbutil
Replies: 1
Views: 780

The tool is in $PXENGINE/bin.

Read about it in the Orchestrate User Guide - one of the "OEM manuals" you can get from IBM through your support provider.

Type in the command with no options to get a usage (syntax) summary.
by ray.wurlod
Tue Aug 19, 2008 3:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Question reg. FTP Stage
Replies: 12
Views: 8067

80 characters is a common limit, dating back to the days of punched cards. You have to find out what FTP option (it could be a "before" command) you need to use (on your system) to override this, so that your GTG has the desired line length.
by ray.wurlod
Tue Aug 19, 2008 3:02 pm
Forum: General
Topic: Load more tables -> loading order and one transaction
Replies: 15
Views: 6686

Yes, because your descendants will be waiting for that transaction to complete. Red Brick does not support transactions at all - this is one of its strengths. DataStage version 8.1 has a Distributed Transaction Stage that might come close but, since version 8.1 isn't out yet, I can tell you much abo...
by ray.wurlod
Tue Aug 19, 2008 5:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to eliminate first two rows in seqential file
Replies: 8
Views: 2380

Then try it. Under the conditions that I specified.