Search found 53125 matches

by ray.wurlod
Tue Mar 21, 2006 4:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exec Dos Command
Replies: 11
Views: 3129

touch.exe ships with DataStage. It can be found in the Engine folder's bin subdirectory.
by ray.wurlod
Tue Mar 21, 2006 4:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to create a Project with deleted name
Replies: 21
Views: 6875

Oh no you can't! UV_SCHEMA is specifically protected and can only be modified using DDL statements or the repair utility VERIFY.SQL. To clean up UV_SCHEMA you need the VERIFY.SQL command, specifying the pathname - not the name - of the project. Do it without the FIX option first. VERIFY.SQL SCHEMA /...
by ray.wurlod
Tue Mar 21, 2006 4:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to insert into UV.ACCOUNT
Replies: 18
Views: 15919

One should never, ever, ever run VERIFY.SQL in FIX mode without first running it without FIX to see what you are about to "fix". The syntax to repair the Catalog from the project is not what you used. This may be very difficult to recover. The additional entries in the project directory are probably...
by ray.wurlod
Mon Mar 20, 2006 11:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to skip first 4 records
Replies: 15
Views: 13503

There's a lot of that. That's why it's useful (vital) to have the Orchestrate manuals available also.
by ray.wurlod
Mon Mar 20, 2006 11:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date zone and GMT in parallel job
Replies: 1
Views: 569

Moderator: please delete duplicate post. Original is in parallel forum.
by ray.wurlod
Mon Mar 20, 2006 11:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine..
Replies: 5
Views: 1410

You probably don't need a routine. An Execute Command activity would do to read the first character from the file. The command is something like cat filename | cut -c1 A Trigger on the Execute Command activity is based on the return value being "N", a second trigger is based on the return value bein...
by ray.wurlod
Mon Mar 20, 2006 11:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date zone and GMT in parallel job
Replies: 1
Views: 772

Not in a timestamp. The definition of a timestamp must coincide with the format of a timestamp. The time zone is, of course, obtainable from the TZ environment variable so, if you convert your timestamp to a string, you can add in the time zone designator wherever you like. GMT is somewhat trickier,...
by ray.wurlod
Mon Mar 20, 2006 11:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to skip first 4 records
Replies: 15
Views: 13503

There's a Skip option in View Data but not, I believe, in the Sequential File stage.

Do you want to skip four records per partition, or four records in total? Is your source a text file or a database table or some other source?
by ray.wurlod
Mon Mar 20, 2006 11:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to insert into UV.ACCOUNT
Replies: 18
Views: 15919

No, not VERIFY.SQL (this fixes UV_SCHEMA). Yes, you can use a regular INSERT, or even a copy. Maybe ED is even better; open an existing project's record, replace the pathname and file as the name you accidentally deleted. For example, if you deleted Project2 (pathname is /usr/Ascential/DataStage/Pro...
by ray.wurlod
Mon Mar 20, 2006 7:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: add/minus months function
Replies: 11
Views: 4157

Didn't I leave you a set of date handling functions when I was at your site? AddMonths would be one of them. The offset can be positive or negative.
by ray.wurlod
Mon Mar 20, 2006 7:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SMPs and process distribution
Replies: 15
Views: 4259

As far as I have read from Rays post that in server, the only way to use parallelism is using the Link Partitioner stage. You have misconstrued whatever it was you read. There are at least five different ways to effect partition parallelism in server jobs, including multiple independent streams in ...
by ray.wurlod
Mon Mar 20, 2006 7:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Scheduling
Replies: 7
Views: 2070

Your UNIX administrator may need to configure your user id into the cron.allow (and/or at.allow) file.
by ray.wurlod
Mon Mar 20, 2006 7:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: repository filtered
Replies: 9
Views: 2081

Any time you see "(filtered)" indicates there's a filter in effect. For example in Director log view the default is to limit you to the 100 most recent entries. In all locations you can use Ctrl-T, or the right-mouse menu, to open the Filter dialog. This has nothing whatsoever to do with indexes. Th...
by ray.wurlod
Mon Mar 20, 2006 7:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine..
Replies: 5
Views: 1410

Please clarify if this is correct. In a job sequence: 1. You execute a job that creates one line in a file (is this the PS_BBPGMSTATUS.ref file?) 2. You now want to execute a routine that determines the value of the first character in that file and use the result of the routine to determine whether ...
by ray.wurlod
Mon Mar 20, 2006 7:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update using Teradata Enterprise Stage
Replies: 7
Views: 3097

Note also that the Properties tree's properties change as you change some of the properties (such as Write Mode). :shock: