How to convert alpha Numeric values to alpha using functions?
Answer / niraj pathak
Using convert function
Sv1=convert (0123456789,col1,"")
| Is This Answer Correct ? | 0 Yes | 0 No |
In the source seq file have 2 columns, i.e input: col1,col2 1,1 2,rajesh 3,15000 4,2 5,suresh 6,16000 7,3 8,veeru 9,17000 I want in the output like: eno,ename,sal 1,rajesh,15000 2,suresh,16000 3,veeru,17000 any one answer this scenario
What is Ad-Hoc access? What is the difference between Managed Query and Ad-Hoc access?
Define project in datastage?
hi i am bhavani, in real time data stage who is the source provide? and how to recevied in developer? Pls send me answer
Is the value of staging variable stored temporarily or permanently?
IS IT POSSIBLE TO USE DATASET AS A SOURCE FILE?
in datastage interview qustion source target ------- ------- 12345 1 2 3 4 5
which cache supports connected & un connected Lookup
Parallel job contains more than 20 stages. I want to find out which stage is more performance incentive.
Nls stands for what in datastage?
how do you pass parameters in a script?
i have a scenario in which i/p columns areID,salary with 1,1000 2,2000 and 3,3000 i need an extra column in the o/p named avg(salary)how can i get it?