Hi everyone,I have kept a project Sales And Distribution
for a pharmaceutical company.can anybody explain one
complex business rule that we had in our project and how
did you accomplish it using DS?
No Answer is Posted For this Question
Be the First to Post Answer
What is meta stage?
What is a quality stage?
Hi friends,Two input files, wants to validate only if the reference data has '0' otherwise no validation should be done..how to do this??
how to create document in datastage?
how to call sequential generator in datastage?
Converting Vertical PIVOTing without using PIVOT stage in DataStage. Ex: DEPT_NO EMPNAME 10 Subhash 10 Suresh 10 sravs Output: DEPT_NO EMP1 EMP2 EMP3 10 subhash suresh sravs 2) How to implement Horizontal PIVOTing without using PIVOT stage.
How do u set a default value to a column if the column value is NULL?
What all are the different way to run a job?
Can you explain players in datastage?
What is the importance of the exception activity in datastage?
if we using two sources having same meta data and how to check the data in two sources is same or not? and if the data is not same i want to abort the job ?how we can do this?
i have a scenario with i/p as ID,salary with values 1,1000 2,2000 and 3,4000 i need an extra column in the o/p named amount with values 2000,4000 and NULL. how can i get it?