Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

SAS Interview Questions
Questions Answers Views Company eMail

how to add distinctly var variable values ex.. Data a; input var; datalines; 0 1 2 3 -1 -2 -3 ; run; adding all +ve value in one varibale n do the same for -ve too

CTS,

5 10800

What are the table names in oracle database...?

HSBC,

2796

Which is the Best SAS training Institute in Delhi NCR for SAS certification preparation

SAS,

1 4512

Can anyone help me about SAS Realtime scenarios in Clinical field

5144

Can we use where and having clauses in a single SAS program. ex: proc sql;     select a,b,c from test      where state in 'KA'      and having . Is the above program run correctly, if not why ?     

UHG,

4 10487

Hi , which book should i refer to for preaparing SAS statistical Exam. Searched a lot on books but still did n't find relevant books

2 4184

6) Explain about below automatic variables a) _N_ b) _ERROR_ c) _CHAR_ d) _NUMERIC_ e) _ALL_ f) FIRST.BY VARIABLE g) LAST.BY VARIABLE h) _NAME_ i) _TYPE_ j) _FREQ_ k) _STAT_ l) _BREAK

IBM, SAS,

1 5724

Hi, If anyone has base SAS certification dumps, please share.

1925

Best trainer in hyderabad for sas banking.if any one have details pls provide contact details.

1 2837

tell me about use of arrays in sas

CoreEL,

1 4449

How does Mr.Lanka Srinivas teach SAS? Are his accomplishments real? What are the future prospects for SAS?

Student,

1 3523

/*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

Eval Source,

2 4448

I Here clinical SAS training by Ramesh Azmeera is good. Is it confirm ?

2 3698

i have multiple .csv files in a unix directory. every file is having variable names as header.even for empty file also. suppose take 3 files a.csv b.csv c.csv a.csv contains data as name;age,salary; raja;34;4000; ravi;33;5000; kumar;25;3000; b.csv contains data as name;age,salary; ajay;40;4500; and c.csv contains name;age,salary; (only headers) Now i want to import and append all these files in to a single dataset. i tried infile statement with *.csv to import all at a time. but i m not getting correct data. please help me . its urgent. thank you in advance

Tech Mahindra,

2 4998

In which case u go for libname and in which case u go for proc sql pass thru facilit diff?

1 3681


Post New SAS Questions

Un-Answered Questions { SAS }

what is sas metadata repository? : Sas-bi

1172


how would you create multiple observations from a single observation? : Sas programming

1055


how to remove duplicates using proc sql?

1198


What are the limitations for memory allocation for SAS variables

1547


how does sas handle missing values in formats? : Sas programming

1190


Why double trailing @@ is used in input statement?

1265


If you were told to create many records from one record, show how you would do this using array and with proc transpose?

1543


What are the features of base sas system?

1111


Which function is used to count the number of intervals between two sas dates?

1192


What are the parameters of scan function?

1221


How substr function works in sas?

1272


Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?

1962


for report generation which one you used proc report or data_null_?

7934


How would you identify a macro variable?

1137


If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?

1207