Search found 7 matches

by Developer_AK
Fri Nov 04, 2011 7:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is substr equivalent for transformer
Replies: 3
Views: 1870

What is substr equivalent for transformer

Hi All, I got a situation where I need to perform sub string operation. Can any one tell me how to do a substr action in Transformer ? Sample data: 2004041 xxx yyy34 This is a fixed length data. the desired out put is Output: year month week name code rowNo 2004 04 1 xxx yyy 34 So needs to perform a...
by Developer_AK
Fri Sep 23, 2011 8:51 am
Forum: General
Topic: Reading the DB Password env variable from shell script
Replies: 8
Views: 2854

Thankyou for all the replies. i am closing the thread
by Developer_AK
Thu Sep 22, 2011 3:46 pm
Forum: General
Topic: Reading the DB Password env variable from shell script
Replies: 8
Views: 2854

ray.wurlod wrote:Environment variables set through the Designer client are stored in the DSParams file in the project. You can read from that. However passwords are stored in encrypted form, so you would need to be able to decrypt it.
can you please tell me how to decrypt the password
by Developer_AK
Thu Sep 22, 2011 12:54 pm
Forum: General
Topic: Reading the DB Password env variable from shell script
Replies: 8
Views: 2854

Reading the DB Password env variable from shell script

Is there a way that we can read the database parameters defined in the datastage adminstator through shell script. i wanted to invoke SQL from shell script and i need Dbname,dbusername,password from environemntal varibales

Thanks
AK
by Developer_AK
Sat Oct 09, 2010 3:30 pm
Forum: General
Topic: How to execute test cases
Replies: 6
Views: 4220

y

yes i want to test how job sequences handle job aborts
by Developer_AK
Fri Oct 08, 2010 8:51 am
Forum: General
Topic: How to execute test cases
Replies: 6
Views: 4220

Test cases

There are lot of sequencer jobs and i need to test them by executing them with various test cases.I saw in one of the forumn that we need to specify all cases in which every job in a sequencer aborts.But how actually we do that ..I mean we need to write any sql queries or something else
by Developer_AK
Fri Oct 08, 2010 8:39 am
Forum: General
Topic: How to execute test cases
Replies: 6
Views: 4220

How to execute test cases

I am new to Datastage.My job is to execute test cases in front end testing.Can anyone give me procedure to do that.