Search found 53125 matches
- Tue Aug 02, 2016 4:28 pm
- Forum: General
- Topic: Scheduled DataStage job on Windows server does not run
- Replies: 10
- Views: 3543
- Mon Aug 01, 2016 2:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: NCLOB
- Replies: 1
- Views: 1369
You can do this in DataStage, by using user-defined (rather than DataStage-generated) SQL. Just make sure that the column names and expressions in your SELECT clause align with the column definitions on the output link of the stage. It might be an idea to CAST the result as NCHAR or NVARCHAR2 data t...
- Fri Jul 29, 2016 3:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Adding comma's to an amount field
- Replies: 10
- Views: 3582
- Fri Jul 29, 2016 3:38 pm
- Forum: General
- Topic: How to run UV commands from Unix
- Replies: 15
- Views: 21580
- Wed Jul 27, 2016 3:31 pm
- Forum: IBM QualityStage
- Topic: Matching Frequencies/cutoff value
- Replies: 6
- Views: 7635
- Wed Jul 27, 2016 12:00 am
- Forum: IBM QualityStage
- Topic: Matching Frequencies/cutoff value
- Replies: 6
- Views: 7635
- Tue Jul 26, 2016 4:26 pm
- Forum: General
- Topic: Tier Level for Datastage
- Replies: 6
- Views: 2541
When you log in to DataStage, you do so from the client tier. You specify the hostname of the services tier to authenticate your credentials. You specify the hostname of the engine tier when specifying the project to which to connect. If these three hostnames are all different, then the tiers are on...
- Tue Jul 26, 2016 4:22 pm
- Forum: General
- Topic: How to get yesterday date in job sequence
- Replies: 5
- Views: 2967
I would use a UNIX command You would. :lol: But there are perfectly adequate DataStage BASIC expressions that can be used directly when assigning parameter values in a job activity (or storing them in user variables) without the need to create additional shells. For example @DATE - 1 returns yester...
- Mon Jul 25, 2016 9:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel job reports failure (code 134)
- Replies: 8
- Views: 5229
- Mon Jul 25, 2016 5:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Adding comma's to an amount field
- Replies: 10
- Views: 3582
- Mon Jul 25, 2016 5:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Adding comma's to an amount field
- Replies: 10
- Views: 3582
There is nothing available out of the box for parallel jobs to display numeric data as strings using lakh format. You will need to use either a BASIC Transformer stage, or a server shared container containing a Transformer stage, or indeed a server job containing a Transformer stage, to effect this ...
- Mon Jul 25, 2016 4:56 pm
- Forum: General
- Topic: How to get yesterday date in job sequence
- Replies: 5
- Views: 2967
- Mon Jul 25, 2016 4:54 pm
- Forum: General
- Topic: Automatic restart datastage server8.7 script
- Replies: 3
- Views: 1470
- Sun Jul 24, 2016 4:50 pm
- Forum: General
- Topic: Automatic restart datastage server8.7 script
- Replies: 4
- Views: 2575
- Sun Jul 24, 2016 4:47 pm
- Forum: General
- Topic: Automatic restart datastage server8.7 script
- Replies: 3
- Views: 1470
You don't need your own script. The software that is installed (Information Server generally, the engine tier in particular) includes a script called ds999.rc (in the sample subdirectory). Links to this are created in /etc/rc.d, /etc/rc2.d, etc., so that DataStage restarts correctly when AIX is rebo...