What is algorithm in SCD Type2(SAS DI Studio Transformaton)?
Answer Posted / john
For more SAS DI related info visit
http://www.itinterview-madeeasy.com/2012/05/50-sas-di-interview-questions.html
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?
what is the difference between rename and label
Write a shell program. Enter number of days from keyboard. Find out the number of years, month and days it contains
what is the difference between SCAN AND CHECK,LOKUP AND XFOOT? where we can use thease opcodes? Can any body tell me real time senariao with example?
Is the IT field raise again? What is the position of IT after 4 years?
Do not use more than 3 nested IF. Use Evaluate statement in case of more IF required. Please give a detail explantion besides readability and clarity for Evaluate stmt.
How many forms can you create in a Visual Basic 6 Standard EXE project? Is there any limit on that?
what is class module in vb6? what it's use? with example..
Diffrence between 2.0,3.0,3.5,4.0. versions of .net?
In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?
Difference of Console, web & windows applications?
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)
I'm new to ABAP. What is Module pool in SAP?
I want sample papers for NIC Examination. Plz send them to my mail Id das.neelam@gmail.com . Plz send it today, tomorrow i've the exam.
How does the TCP handle the issue of multiplexing?