Search found 53125 matches

by ray.wurlod
Thu Oct 17, 2013 1:38 am
Forum: General
Topic: Running DS job command line with multi value file param set
Replies: 6
Views: 2747

mydsworld wrote:So, can I invoke the DS job for each of the param set value file like this below.

- param pS1 = pS1_VF1
- param pS1 = pS1_VF2
- param pS1 = pS1_VF3
so on

?
Only one values file name per dsjob command but, otherwise, yes.
by ray.wurlod
Thu Oct 17, 2013 1:36 am
Forum: General
Topic: CreateUser and UpdateUser information
Replies: 5
Views: 1117

No.
by ray.wurlod
Wed Oct 16, 2013 3:18 pm
Forum: IBM QualityStage
Topic: Cleansing Data before Standardization
Replies: 7
Views: 5485

Welcome aboard.

What have you tried? How successful was it?
by ray.wurlod
Wed Oct 16, 2013 3:17 pm
Forum: IBM QualityStage
Topic: Query on Match passes and Match frequency generation
Replies: 3
Views: 3247

1. You have to have the match frequencies. Whether you generate them for the reference data set immediately ahead of running the match or not depends on (a) whether the reference data set is fairly static and (b) your available time windows. 2. For two-source matches, yes. For one-source matches you...
by ray.wurlod
Wed Oct 16, 2013 3:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: truncate table in unsuccessful load
Replies: 5
Views: 1969

Probably not. How do you feel about encapsulating a TRUNCATE TABLE statement in a Stored Procedure, which you could invoke from a Stored Procedure stage?

Of course, you could issue a TRUNCATE TABLE statement through sqlplus invoked from an Execute Command activity in a sequence.
by ray.wurlod
Wed Oct 16, 2013 3:06 pm
Forum: General
Topic: CreateUser and UpdateUser information
Replies: 5
Views: 1117

A Search for DS_AUDIT may reveal what you require.

Default Engine credentials may thwart your efforts.
by ray.wurlod
Wed Oct 16, 2013 3:05 pm
Forum: General
Topic: datastage jobs migration from 8.1 to 9.1
Replies: 15
Views: 20967

There's no big changes to the archtecture, except that you may choose to implement another database for the DataStage Operations Console.
by ray.wurlod
Wed Oct 16, 2013 3:02 pm
Forum: General
Topic: Running DS job command line with multi value file param set
Replies: 6
Views: 2747

If you want to choose a values file, name just the Parameter Set

Code: Select all

 -param pS1=VF2
If you need to override the default value of a specific parameter in the Parameter Set, use "dot notation".

Code: Select all

-param pS1.ControlFile=/data/Controls/weekend.ctl
by ray.wurlod
Tue Oct 15, 2013 9:57 am
Forum: General
Topic: Error handling in server routines
Replies: 8
Views: 1328

Make this the first option within your CASE construct.

Code: Select all

Case Int = DSJE.BADHANDLE
   Job_Status = 'Error'
   Call DSLogWarn("Unable to attach job " : DQuote(JobName) : ".", RoutineName)
by ray.wurlod
Tue Oct 15, 2013 9:51 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Installing IADB on Oracle
Replies: 2
Views: 2771

Just the empty database.
by ray.wurlod
Tue Oct 15, 2013 1:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: parsing comma separated values coming from xml
Replies: 4
Views: 1814

No more light required. Do the pivot as Craig suggested (using the Pivot stage), then you can do your individual lookups. Handle the failed lookups however you wish in the Transformer stage.
by ray.wurlod
Tue Oct 15, 2013 12:43 am
Forum: General
Topic: Job properties Before/Afert Job subroutine dropdown disabled
Replies: 3
Views: 891

All projects, or just one project?

If just one project, consider re-indexing that project when you can get exclusive access to the project.
by ray.wurlod
Tue Oct 15, 2013 12:41 am
Forum: IBM QualityStage
Topic: Splitting Tokens
Replies: 2
Views: 3075

Try this (from page 25 of the manual):

Code: Select all

> | T
COPY [1](n)  {HouseNumber}
COPY [1](-c) {StreetName1}
COPY_A [2] {StreetType}
You may prefer to use intermediate variables, also discussed on page 25.
by ray.wurlod
Mon Oct 14, 2013 10:32 pm
Forum: Site/Forum
Topic: Bought Premium membership. Still my id does not privileges
Replies: 2
Views: 5467

We're just ordinary posters. You need to email the membership director (see Contact link at top of page). While those who run DSXchange do visit here occasionally, they do check email far more regularly.
by ray.wurlod
Mon Oct 14, 2013 1:13 pm
Forum: General
Topic: DataStage Log Files
Replies: 1
Views: 869

Not in version 7.x.