Search found 53125 matches
- Mon Sep 27, 2010 5:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: FTP transfers of XLS files
- Replies: 23
- Views: 5815
- Mon Sep 27, 2010 4:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: USERNAME AND/OR PASSWORD INVALID
- Replies: 1
- Views: 3163
- Mon Sep 27, 2010 4:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stage Statistics
- Replies: 20
- Views: 6344
- Mon Sep 27, 2010 4:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: conversion
- Replies: 17
- Views: 4130
- Mon Sep 27, 2010 4:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Wierd results from VERIFY.SQL
- Replies: 4
- Views: 1577
You need DBA primarily to create projects (to execute CREATE SCHEMA under the covers). You also need it to use FIX with VERIFY.SQL. Most GRANT commands require DBA privilege. These are the important ones for DataStage. DataStage *should* automatically grant DBA privilege to any user with DataStage a...
- Mon Sep 27, 2010 6:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Is there any relation b/w dataset, configuration file
- Replies: 7
- Views: 2739
- Mon Sep 27, 2010 6:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: error whlie creating .o file for routnie
- Replies: 6
- Views: 2192
- Mon Sep 27, 2010 5:58 am
- Forum: General
- Topic: How to find out the processes forked by a DS job thru Unix?
- Replies: 11
- Views: 3865
- Mon Sep 27, 2010 5:57 am
- Forum: General
- Topic: Not able to log in to Datastage Designer client
- Replies: 7
- Views: 5090
- Sun Sep 26, 2010 10:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Null handling and reject
- Replies: 3
- Views: 1237
The constraint for your regular output link is simple logic. (IsNull(InLink.Col1) And IsNull(InLink.Col2)) Or (IsNotNull(InLink.Col1) And IsNotNull(InLink.Col2)) You can use an Otherwise/Log output link to capture the other case. Derivation of the target column Col1 is a simple If..Then..Else. If (I...
- Sun Sep 26, 2010 8:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Wierd results from VERIFY.SQL
- Replies: 4
- Views: 1577
There are two variants for VERIFY.SQL at each level of object. In one, you give the name of the object in the catalog, in the other you give the pathname of the object in the file system. Which you use depends which problem you're trying to solve. (It's all in the UniVerse SQL manual, but nowhere in...
- Sun Sep 26, 2010 2:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: String vs ustring
- Replies: 7
- Views: 6810
Yes, you're wrong. No product is able to transfer data between two sources which might have different character set (from each other). Unicode should be used when the data being processed can not be represented in a single-byte character set (and even sometimes when it can be). More information abou...
- Sun Sep 26, 2010 2:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: default values in schema file
- Replies: 3
- Views: 2060
- Sun Sep 26, 2010 2:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: macro vs routine
- Replies: 6
- Views: 2495
- Sun Sep 26, 2010 2:47 am
- Forum: General
- Topic: How to delete a lost project in DS7.5
- Replies: 7
- Views: 2642