Hi Friends,
I have a input data like,
class_id Marks
101 50
101 60
101 40
102 90
102 35
And i want my output data like
class_id Marks Rank
101 50 2
101 60 1
101 40 3
102 90 1
102 35 2
how to do this in datastage?
Answer Posted / shar
If you think ur solution is correct just try out with below
input and recheck ur solution..
class_id,Marks
101,50
101,60
101,60
101,50
101,40
102,90
102,90
102,35
102,35
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do y read Sequential file from job control?
What are some different alternative commands associated with "dsjob"?
Is it possible to query a hash file?
what is the custome stage in datastage? how can we impliment that one? plz tell me
What are the different options associated with dsjob command?
What is the difference between an operational datastage and a data warehouse?
Why do we use exception activity in Datastage?
Difference between server jobs & parallel jobs?
How to Remove Duplicate using SQL?
Can you explain engine tier in information server?
Describe link sort?
What are the functionalities of link partitioner?
Define project in datastage?
What is the flow of loading data into fact & dimensional tables?
Nls stands for what in datastage?