Search found 53125 matches
- Mon Sep 25, 2006 3:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSWaitForJob
- Replies: 6
- Views: 1676
- Mon Sep 25, 2006 3:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: RT_STATUSnnn files
- Replies: 3
- Views: 1341
- Mon Sep 25, 2006 3:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORA-01036: illegal variable name/number
- Replies: 14
- Views: 7065
- Mon Sep 25, 2006 3:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: job access
- Replies: 5
- Views: 1813
LIST.READU is available on all platforms. It can also be executed from the operating system as list_readu (the executable is in $DSHOME/bin). On UNIX, you can pipe the output of list_readu through grep to isolate the lock entry for the job itself.
Code: Select all
list_readu | grep jobname- Mon Sep 25, 2006 3:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Starting the DS Server engine
- Replies: 4
- Views: 1433
The uv -admin command executes $DSHOME/sample/ds.rc (on most systems the entries in /etc/rc2.d and so on are symbolic links to the script in sample). The difference is that uv -admin has more options available, which go off and do other things, for example uv -admin -version or uv -admin -info comma...
- Mon Sep 25, 2006 3:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Buy AIX server for Datastage Dev, Test and Prod environment
- Replies: 5
- Views: 1392
- Mon Sep 25, 2006 3:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting lists of jobs in Sequence
- Replies: 5
- Views: 1144
- Mon Sep 25, 2006 3:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Accessing/Reading Outlook .pst files in DataStage
- Replies: 4
- Views: 1575
- Mon Sep 25, 2006 3:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic:
- Replies: 7
- Views: 2564
- Mon Sep 25, 2006 3:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: @INROWNUM ?
- Replies: 23
- Views: 14823
- Mon Sep 25, 2006 3:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: "$DSP.Close" is not in the CATALOG
- Replies: 9
- Views: 2773
- Mon Sep 25, 2006 3:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with Sort Stage
- Replies: 3
- Views: 1279
Tell us how you've specified the sorting. It's this that the stage is complaining about. Post the generated OSH related to the Sort stage. Etiquette Note Don't push. This is an all-volunteer site; folks post as and when they can. The hour between your two posts were in the middle of the night where ...
- Mon Sep 25, 2006 3:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Performance implications of using BASIC Transformer in Paral
- Replies: 2
- Views: 882
The penalty is related to the need to translate data values from strongly typed in the C environment to untyped in the BASIC environment when invoking the BASIC run machine to execute the BASIC Transformer code, then the reverse translation when returning the row from that stage back into the C envi...
- Mon Sep 25, 2006 3:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Tricky Question
- Replies: 4
- Views: 1672
Similarly in DataStage. Your single output column is derived as
Code: Select all
If @INROWNUM = 1 Then InLink.ColA Else InLink.ColB- Mon Sep 25, 2006 3:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Server Job to Parallel Job Basic string conversion
- Replies: 4
- Views: 1603