Hi, If anyone has base SAS certification dumps, please share.
No Answer is Posted For this Question
Be the First to Post Answer
How are numeric and character missing values represented internally?
what are input dataset and output dataset options? : Sas programming
name several ways to achieve efficiency in your program? : Sas programming
/*i have the following dataset.*/ data score; input marks ; datalines; 10 20 30 40 50 60 70 80 90 100 ; run; Now i should get the result as sum of 1 to 5 i.e(10+20+30+40+50)=150 and 2 to 6 i.e(20+30+40+50+60)=200 and 3 to 7 i.e(30+40+50+60+70)=250 and so on. how to get it. thanks in advance
What is PROC in SAS?
sas implimented companies in hyderabad
1.How many ways are there to create variables? 2.What is CLM,how can we use it? 3.what are the advontages of data step? 4.what is the extension of editor window in SAS 9.1.3? 5.How do you copy a particular data set from one library to another? 6.what is the use of double option? 7.Advontages of Proc Report? 8.what is the basic use of where statement? 9.How do you terminate the statments in SAS Programming? 10.What is the difference between symput and symget? 11.How would a identify the local and global variable? can any one answer for the 4'th question
What are the functions done while Compilation...?
What is connection profile? : sas-grid-administration
what is null hypothesis? why do you consider that?
0 Answers Accenture, Quintiles,
Differentiate input and infile.
What is Transaction...? And what are Comment, Roll back n Save point..?