Only one values file name per dsjob command but, otherwise, yes.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
?
Search found 53125 matches
- 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
- Thu Oct 17, 2013 1:36 am
- Forum: General
- Topic: CreateUser and UpdateUser information
- Replies: 5
- Views: 1117
- Wed Oct 16, 2013 3:18 pm
- Forum: IBM QualityStage
- Topic: Cleansing Data before Standardization
- Replies: 7
- Views: 5485
- 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...
- 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
- 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.
Default Engine credentials may thwart your efforts.
- Wed Oct 16, 2013 3:05 pm
- Forum: General
- Topic: datastage jobs migration from 8.1 to 9.1
- Replies: 15
- Views: 20967
- 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
If you need to override the default value of a specific parameter in the Parameter Set, use "dot notation".
Code: Select all
-param pS1=VF2Code: Select all
-param pS1.ControlFile=/data/Controls/weekend.ctl- 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)- Tue Oct 15, 2013 9:51 am
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Installing IADB on Oracle
- Replies: 2
- Views: 2771
- 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
- Tue Oct 15, 2013 12:43 am
- Forum: General
- Topic: Job properties Before/Afert Job subroutine dropdown disabled
- Replies: 3
- Views: 891
- 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):
You may prefer to use intermediate variables, also discussed on page 25.
Code: Select all
> | T
COPY [1](n) {HouseNumber}
COPY [1](-c) {StreetName1}
COPY_A [2] {StreetType}- Mon Oct 14, 2013 10:32 pm
- Forum: Site/Forum
- Topic: Bought Premium membership. Still my id does not privileges
- Replies: 2
- Views: 5467
- Mon Oct 14, 2013 1:13 pm
- Forum: General
- Topic: DataStage Log Files
- Replies: 1
- Views: 869