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


Please Help Members By Posting Answers For Below Questions

What are orabulk and bcp stages?

649


What are the types of hashed files in data stage

646


What are the processing stages?

644


how to delete one row in target dataset

2588


what are the devoleper roles in real time? plz tell i am new to datastage....

1644






What is the method of removing duplicates, without the remove duplicate stage?

588


How to RD using transformer?

864


What is the difference between account and directory options ?

622


Is possible to create skid in dim,fact tables?

2191


What is use Array size in datastage

1308


Can we use target hash file as a lookup ?

2816


Can you define merge?

668


DB2 connector> transformer > sequential file Data will be exported into a csv format in a sequential file. This file will be send in a email using a sequence job. Problem here is, how to avoid sending a blank csv file? When I ran the job there are chances that it might return zero records but in the sequence job csv file is going blank. how can I avoid this? thanks

1038


project Steps,hits, Project level HArd things,Solved methods?

1638


Explain ibm infosphere information server and highlight its main features?

612