Search found 53125 matches

by ray.wurlod
Thu Mar 01, 2012 5:55 pm
Forum: General
Topic: New Project option under the File menu is disabled IS 8.1
Replies: 2
Views: 1178

See response in correct forum. Posting the same question in multiple fora is counter-productive.
by ray.wurlod
Thu Mar 01, 2012 5:54 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: New Project option under the File menu is disabled in IS 8.1
Replies: 2
Views: 2475

Can you create a new project from the project drop-down in the pillar menu or from the projects grid on the Home workspace?

Do you have Information Analyzer Project Administrator role assigned to your user ID?
by ray.wurlod
Thu Mar 01, 2012 2:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: replace . with -
Replies: 4
Views: 1965

You've changed the meaning of your data.

A "." at the end means a decimal data type with 0 decimal places.
A "-" at the end means an integer with a value less than zero.
by ray.wurlod
Thu Mar 01, 2012 2:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LOOKUP with partial string
Replies: 9
Views: 3449

Not easy. You could try a sparse lookup with custom SQL using LIKE operator.
by ray.wurlod
Thu Mar 01, 2012 2:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: change capture & change apply
Replies: 2
Views: 882

Detecting changes is a very common requirement, particularly when handling slowly changing dimensions.

The ability to re-build a data set from a before-image and captured change data is important in recovery situations.
by ray.wurlod
Thu Mar 01, 2012 2:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter Set Changes not getting saved
Replies: 6
Views: 1326

Remember to click Save or OK button.
by ray.wurlod
Thu Mar 01, 2012 2:45 pm
Forum: General
Topic: Datastage Project Restore
Replies: 2
Views: 1597

datastagenewbie wrote:Can jobs be restored from osh scripts?
No, other than manually.

To answer your other question, a Windows backup can restore an entire DataStage project, and that should work provided that none of the system entries that refer to it (for example UV_SCHEMA, UV.ACCOUNT) have been damaged.
by ray.wurlod
Thu Mar 01, 2012 2:40 pm
Forum: General
Topic: finding unix shell scripts used in datastage
Replies: 9
Views: 3479

Not really. I come from a UniVerse background, so that helps. I worked for the vendor who created DataStage, which helped a lot. It has always been the vendors' decision not to publish details of the underlying engine databases.
by ray.wurlod
Wed Feb 29, 2012 10:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help writing to a file
Replies: 2
Views: 1300

The parallel Sequential File stage is notoriously bad at handling quotes.

Consider using a server Sequential File stage, either in a server job or in a server Shared Container in your parallel job.
by ray.wurlod
Wed Feb 29, 2012 10:12 pm
Forum: General
Topic: migrating to Datastage 8.5 from Datastage 7.5
Replies: 9
Views: 6515

No, I think keeping the canvases different for the different engines is appropriate.
by ray.wurlod
Wed Feb 29, 2012 10:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to write to a sequential file
Replies: 22
Views: 7081

Have you defined " " as the field delimiter on the Format properties of the sequential file stage?
by ray.wurlod
Wed Feb 29, 2012 10:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert VarChar to Char
Replies: 3
Views: 2338

Actually, APT_STRING_PADCHAR does not apply to server jobs. This forum is for server jobs.
by ray.wurlod
Wed Feb 29, 2012 3:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SWITCH Stage - with wild card character
Replies: 10
Views: 2675

My bad - I was thinking about the Filter stage.

Here's a rule of thumb: Filter stage filters using expression, Switch stage filters using value. Value does not permit the use of wildcard or, indeed, any comparison other than "equals".
by ray.wurlod
Wed Feb 29, 2012 3:11 pm
Forum: General
Topic: migrating to Datastage 8.5 from Datastage 7.5
Replies: 9
Views: 6515

vmcburney wrote:Still no Server Job to Parallel Job migration tool available even though it would be a good idea for IBM to build one.
Only if it's optional. :evil:
by ray.wurlod
Wed Feb 29, 2012 3:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partition Type = Auto
Replies: 9
Views: 2591

Sequential ---> ANY Parallel (except as noted - ref input to Lookup, input to DB2)

More information in the Advanced DataStage class from IBM. Not sure where it exists in the documenatation suite, but it has to be in there somewhere. Have you looked in the Information Center?