Search found 331 matches

by vamsi.4a6
Thu Apr 18, 2013 3:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringToDate() issue in transformer stage
Replies: 5
Views: 2768

1)I hope The default date format is yyyy-mm-dd in your project and If you need some other format use DatetoString function but the output will be of type string type.
by vamsi.4a6
Thu Apr 18, 2013 12:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replace value in parallal jobs
Replies: 3
Views: 1524

1)Extract first two characters and check whether it is 91. If it is 91 extract n-2 right most characters and append with 0

Use string functions,if clausesub string operator
by vamsi.4a6
Wed Apr 17, 2013 6:06 am
Forum: General
Topic: ENV clarification
Replies: 1
Views: 903

ENV clarification

How and where to check the value of the environment variable from the operating system of the job environment when we use $ENV for DataStage environment variable? $ENV Causes the value of the named environment variable to be retrieved from the operating system of the job environment. Typically this ...
by vamsi.4a6
Mon Mar 04, 2013 3:33 am
Forum: General
Topic: Convert to day
Replies: 11
Views: 3820

Could any body please explain how it will work?

Custom trigger:
Code: Mod(@DATE,7) <= 1

Because @DATE will give Date how can we can divide date by 7?please correct me if i am wrong?
by vamsi.4a6
Fri Mar 01, 2013 1:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cluster and Grid information from configuration file?
Replies: 5
Views: 2597

Thanks ray for u input.Cluster is clear now.Is there anyway to identify the Grid based on fastnames or something else from configuration file ?
by vamsi.4a6
Thu Feb 28, 2013 1:29 am
Forum: General
Topic: datastage8.7 installation without c++ compiler
Replies: 7
Views: 3545

Compiler is not necessary in the following cases

1)If u are not using any parallel transformer in job

2)If the user does not want to change anything in the Job because if the user change something user need to compile the job.

I think we can compile the Sequence jobs without C++ compiler
by vamsi.4a6
Thu Feb 28, 2013 1:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cluster and Grid information from configuration file?
Replies: 5
Views: 2597

Cluster and Grid information from configuration file?

In a configuration file if the fastname is same for all the nodes then it denotes SMP.Could anybody help how me to find it out the Cluster and Grid configuration form the configuration file?
by vamsi.4a6
Tue Feb 26, 2013 3:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to load CLOB Column?
Replies: 5
Views: 5413

Could you please clarify below doubt.

Suppose If in a single Job we are using both english and Arabic data ,which NLS Settings we have to use and also could you please explain why you selected the following NLS(with 'ISO8859-6' and 'UTF8').
by vamsi.4a6
Tue Feb 26, 2013 2:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to capture no of rows processed on link in parallel job
Replies: 18
Views: 7319

You can also try below command on unix prompt


dsjob -linkinfo <project> <job> <stage> <link>
by vamsi.4a6
Thu Feb 14, 2013 6:42 am
Forum: General
Topic: $ENV Clarification
Replies: 7
Views: 3628

Re: $ENV Clarification

123gopal wrote:That information is confidential.........
sometimes pass the value in that particular variable.............
so no need to get that information........
Could any body please elaborate on the above point?
by vamsi.4a6
Thu Feb 14, 2013 2:40 am
Forum: General
Topic: $ENV Clarification
Replies: 7
Views: 3628

Is it possible to see that value at system/OS enviorment variable?
by vamsi.4a6
Thu Feb 14, 2013 1:33 am
Forum: General
Topic: $ENV Clarification
Replies: 7
Views: 3628

$ENV Clarification

when the enviornmental variable is set to $ENV,from where it will pick the value whether it is from configuration file or enviornmental file or something else?
by vamsi.4a6
Tue Feb 12, 2013 4:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sparse Lookup
Replies: 5
Views: 3486

Thanks for the input.Could you plese clarify below doubts?

1)I did not find any option in Lookup Stage to select the sparse Lookup property?Could you please help me where to select that property?

2)Why should not we use Sparse lookup for sequetail file stage?
by vamsi.4a6
Tue Feb 12, 2013 3:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sparse Lookup
Replies: 5
Views: 3486

Sparse Lookup

I read Sparse lookup can be used only when the reference link is Database.Just want to know if it can be still used if ref link is sequential file?
by vamsi.4a6
Mon Jan 28, 2013 2:51 am
Forum:
Topic: Not able to find InformationAnalyzer
Replies: 1
Views: 1705

Not able to find InformationAnalyzer

In version.xml it is showing InformationAnalyzer is installed but not able to find any client component .Could anybody throw some light how to access the InformationAnalyzer? <Products> <Product productId="metadata.server" version="8.5.0.1"/> <Product productId="DataStageCom...