Search found 8 matches

by shyam_etl
Mon Mar 01, 2010 10:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Identify and replace CLOUD (U+2601)
Replies: 4
Views: 2310

Hi Ray

Thanks for the reply ,The UniChar function is not available in PX, how to handle this with out using Basic Transformer ?

ray.wurlod wrote:

Code: Select all

UniChar(2601)
by shyam_etl
Fri Jan 06, 2006 5:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dastagage 7.5 ea2
Replies: 2
Views: 1400

I've Installed Datastage 7.5 ea2 on Windows Platform. Iam able to access all stages and develop jobs. However am unable to view data or run them.

Is it that jobs can be developed on windows enviroment using 'ea2' version and can be executed in Unix environment?

Regards,
Sam
by shyam_etl
Fri Jan 06, 2006 4:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dastagage 7.5 ea2
Replies: 2
Views: 1400

Dastagage 7.5 ea2

Could some one let me know how different is 'ea2' version from the Enterprise version.

Can the run time version of Datastage ea2 be installed on Windows Platform? Are there any pre requisties if we can do so?

Thanks in Advance,
Sam
by shyam_etl
Tue Sep 27, 2005 5:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pass variables between jobs
Replies: 1
Views: 1120

Pass variables between jobs

Hi all, I have a scenario, where I have a table with one of those columns, which gives me the 'SQL ( select stagement which is expected to return four columns ) stament'. Is there a way I can assign this string ( SQL statement ) value to some variable and then use the same in an ODBC stage ( In the ...
by shyam_etl
Sun Sep 11, 2005 5:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading Time in DB2
Replies: 3
Views: 1961

A search of the forum will reveal that the DB2 stage expects DataStage internal format. Try @TIME by itself. Otherwise, use the current time constant in DB2 SQL. I forgot to mention that am using ODBC stage instead of DB2 stage. The datastage internal '@time' function wouldnt work. Could you brief ...
by shyam_etl
Thu Sep 08, 2005 10:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: function that returns the datatype
Replies: 2
Views: 1448

function that returns the datatype

Is there a function in datastage that returns the datype (sqltype) of a field value as interpreted by the source during extraction?

Cheers,
Shyam
by shyam_etl
Thu Sep 08, 2005 10:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading Time in DB2
Replies: 3
Views: 1961

Loading Time in DB2

Hi all, I have an issue loading Time into a DB2 table field ( sql type 'Time' length 8 ). When i use Oconv(@time, "MTS") , the database wouldnt accept the return value identifing it as a string. To my utter surprise,The same derivation Oconv(@time, "MTS") for a Timestamp field ( ...
by shyam_etl
Mon Aug 22, 2005 7:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 ODBC connectivity issue
Replies: 1
Views: 1278

DB2 ODBC connectivity issue

Hi guys, Am trying to create an ODBC connection to talk to a DB@ database. I modified the .odbc.ini file with the database name, package name, portnumber. Even the uvodbc.config was taken care of. When i try to import a source defination using the odbc in the designer. After having selected the resp...