Search found 53125 matches
- Wed Jan 25, 2006 4:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: upgrade from datastage 7.1 to latest version 7.5.1A
- Replies: 3
- Views: 1650
- Wed Jan 25, 2006 4:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Audit / Run-Time Information in Datastage
- Replies: 7
- Views: 2741
- Wed Jan 25, 2006 4:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to use Input link values as stored procedure arguments?
- Replies: 12
- Views: 3124
Why can't you run one job that reads the sequential file, and uses the values thus found (perhaps decoded via a Transformer stage, for example Field(InLink.column, "=", 2, 1) ) and feed these values to the ODBC stage that calls the stored procedure? You may need to rearrange the file (so that all pa...
- Wed Jan 25, 2006 4:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: More than one after-job subroutines
- Replies: 2
- Views: 804
- Wed Jan 25, 2006 4:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: AS400 and DataStage connectivity
- Replies: 2
- Views: 1492
- Wed Jan 25, 2006 4:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: no of process ids
- Replies: 28
- Views: 7584
HI, You can also try with WriteSeqF Function, which writes a new line to a file that is open for sequential processing, advances a pointer to the next position in the file, and saves the file to disk. -Kumar Not if you WRITESEQF straight after OPENSEQ, with the file pointer positioned at beginning-...
- Wed Jan 25, 2006 4:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reg Inter Process
- Replies: 2
- Views: 980
- Wed Jan 25, 2006 4:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Auto Clearing Status File With Jobs
- Replies: 13
- Views: 4653
Automatically clearing the status file is a Bad Idea. Forget you ever had the idea. Even manually clearing a status file is considered an operation of last resort. The text in the "are you sure?" message box makes this point. The fact that a second, "are you REALLY sure?" message box appears should ...
- Wed Jan 25, 2006 4:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Calling DataStage job from Unix script
- Replies: 8
- Views: 7001
Code: Select all
DSHOME=`cat /.dshome`
DSBINDIR=${DSHOME}/bin
export DSHOME DSBINDIR
. $DSHOME/dsenv
${DSBINDIR}/dsjob -run -mode NORMAL -param '$prmfilepath'='/data/dw/af2/rawdata/Strategyware060112.txt' -warn $WARN_LIMIT -jobstatus - Wed Jan 25, 2006 4:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: add_to_heap() - Unable to allocate memory
- Replies: 5
- Views: 3320
Error code: 4 22
The Administering UniVerse manual (page E-8) tells you that the 4 means that System V semaphores are probably not configured in the kernel, and (page E-4) that 22 means that an invalid argument has been passed. So I'd look at your UNIX kernel parameters to make sure that they are set at least as lar...
- Wed Jan 25, 2006 4:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: row/warn limit
- Replies: 3
- Views: 1261
- Wed Jan 25, 2006 4:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How do we pass parameter using parameter file in Windows ?
- Replies: 6
- Views: 1400
- Wed Jan 25, 2006 4:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: command stage
- Replies: 4
- Views: 969
Use a Sequential File stage to generate the data file. It is by far the fastest mechanism that DataStage has. To run a khalix command you have a number of choices. An after-stage or after-job routine using ExecSH is one. An Execute Command activity in the controlling job sequence is another. Both of...
- Wed Jan 25, 2006 3:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Universe Plugin
- Replies: 2
- Views: 856
It's been owned by IBM since 2001, since when two new versions have been released (as well as some point versions). Find out more at IBM website - there are millions of licences installed world wide. UniVerse has all the features you would expect of a database; transaction logging, replication, back...
- Wed Jan 25, 2006 3:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable toStart Datastage resource Engine Service
- Replies: 5
- Views: 1873