SAS Interview Questions
Questions Answers Views Company eMail

What is the registered Key word is sas????

TCS,

2 6372

What is difference between N and n????

Sciformix,

2 6898

When you will use nowd option in report???

Accenture,

6 20891

diff between nodup rec and ondup key???

AON, Sciformix,

3 8729

What is the difference Using & and && in the macro variables

Accenture,

5 15915

Dear all, proc means data=dsn noprint completetypes; class trtmntgroup /preloadfmt; output out=tot n=n; format trtmntgroup trtf. ; by vstgrp descending severity; run; This is the code I used for AE table. I got the values without giving the variable ‘trtmntgroup(numeric)’ in var statement. And if I give the var statement for that variable i’m getting the same values.How is that possible? What is the difference between class and var statement? Could any one explain me how does proc means work at the back end. And what is the difference between _freq_ value and N value in proc means. Thanks and regards, Rajesh.

1 3600

What is the difference between proportion and average?

KPMG,

2741

you have a data set like this. data qqq; input name $ total; cards; qq 22 ww 33 qq 22 ee 44 rr 33 ww 44 ; run; and you want output like this......... name total qq 22 ww 44 Do it by data set step.

6 8225

how to read raw data in sas. Do it manually and throw the programming.

WNS,

1 6781

Hi All.I am looking for Good Institute who could Provide the online SAS BI+DI Training along with software.Primarily in Delhi/NCR or in Hyderabad Please help with name and contact number of concerned person!! Thanks in Advance! :)

1 2903

create macros---you have 365 number of data and you need to merge it throw the macros,,,,,, data file1; input a @@; cards; 1 2 3 4 ; run; data file2; input a @@; cards; 5 6 7 8 ; run; data file3; input a @@; cards; 9 10 11 12 ; run;data file4; input a @@; cards; 13 14 15 16 ; run;

WNS,

6 10556

if you have 365 no of data set and each one having different variable from each other. how will you read by creating macros and create a single data set.

2 5619

Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma

3048

how to know the attributes of first five datasets in a library

2 5109

i have one dataset data l; input name: $ 25; cards; manoj is a good boy to krishna krishna is a god boy to malli malli is good boy to ramana ques: here i want "manoj" observations nubers

SAS,

3 5838


Post New SAS Questions

Un-Answered Questions { SAS }

what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming

612


What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?

1985


What is the function of output statement in a SAS Program?

598


what are sas/access and sas/connect? : Sas programming

537


What is a pdv and what are its functions?

589






Mention what are the data types does SAS contain?

684


what is metadata? : Sas-bi

587


Tell me about % include and % eval? : sas-macro

666


What are the ways in which macro variables can be created in sas programming?

553


What would be the value of month at the end of data step execution and how many observations would be there?

564


What is maximum number of rows and cols can be handled in SAS?

838


How to read an input file in sas?

637


what is treatment emergent events and treatment emregent adverse event

1930


What is the order of application for output data set options, input data set options and SAS statements?

1067


hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?

1675