What are the prioritized Rules in as Transform function



What are the prioritized Rules in as Transform function..

Answer / gopal patil

let say we are doing some operation on customer data.
e.g i want to make customer category as per purchase made by
them, and if i know more customer in category 'A' is more

then assign category in following way priority.
purchase cat. priority
1000> 'A' :1
500 > 'B' :2
100 > 'C' :3
default 'D' : default

so it will return true in first comparison , avoid remaining
computation.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Ab Initio Interview Questions

How do we handle if DML changing dynamicaly?

5 Answers   GE, HP, IBM, Mannar Company,


How can you increase the number of ports of your output flow? What is the limit? Can i have 20 out ports?

2 Answers   IBM,


Define ramp limit in ab initio?

0 Answers  


Input - Name|city |startyear Rahul |Mumbai|2010 Rahul|kolkata|2014 Rahul|Delhi|2018 Output should be- Name|city |startyear|endyear Rahul |Mumbai|2010|2014 Rahul|kolkata|2014|2018 Rahul|Delhi|2018|9999

0 Answers  


Given input file with single column having 1 2 2 4 3 .. Required output 1 2 2 4 4 4 4 3 3 3.. How?

0 Answers  






How to migrate the code FROM development to QA and QA to production?

1 Answers   CTS,


Describe how you would monitor and control database physical file size and growth?

3 Answers   IBM, Satyam,


In Join component which record will go to unused port and which will go to reject port ?

3 Answers   JPMorgan Chase,


Describe the effect of the "checkpoint" t-sql statement?

1 Answers  


11. What is the use of allocate()?

1 Answers   TCL,


If I delete 1 partition (in 8 partition multifile) and run the graph. Will the graph run successfully?, If not what error I'm going to get.

2 Answers  


How you can test a dbc file ?

1 Answers   TCL,


Categories