please any one pass file aid,xpeditor and endeavor tools
No Answer is Posted For this Question
Be the First to Post Answer
what is the extension of SPDS Dynamic cluster tables?
Is class is a abstract datatype in java?
what is meant by trigger?
How to set on/off a group of indicators in a single statement?
why rownum=1 works properly but not rownum=>2,=>3 etc.
SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?
diffrence between oracle apps , .NET , SAP
Hi Guys, This is Rama, right now I am working as a Software Test Engineer in Gurgoan and I have over all 3 years of testing expoeriance. Right now I am looking for a change. Can any body help me out to find a job in south india. Thanks in Advance
why we use abstract in awt?
how to add Servlet-api.jar file into eclipse 3.3.2 ?
10.Define filters,binary to hexadecimal,hexadecimal to decimal?
9. Read the function conv() given below conv(int t) { int u; u=5/9 * (t-32); return(u); } What is returned (a) 15 (b) 0 (c) 16.1 (d) 29