What is the function of Stop statement in a SAS Program?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of using sas?
How will you assign all the variables of an dataset into a macro variable separated by a space? For example if a dataset has variables A,B,C. Assign them to a macro variable X as X=A B C
PROC SQL always ends with QUIT statement.Why cant you use RUN in PROQ SQL ?
what are the methods that you would employ to fine tune your SQL extract process using SAS/Access or Proc SQL?
Which is Best Institute for learning SAS BASE & SAS BI in Hyderabad? Can anyone suggest me ?
what is chi-square test? have you used that?
1 Answers Accenture, Quintiles,
i have a data set with 20 observations i want label from 8 to 15 observations ? how you create this one.
This entry was posted in General. Bookmark the permalink. Post a comment or leave
it will become easy if uuu provide website linkssss and list of consultanciessssss
Hi Friends, My name is Priya,am new to this Forum. am looking for SAS Platform Administration Interview Questions.I searched every where but I couldn't find any where.please can anyone help me with the FAQ's. It would be a great favor to me if you can email the Interview Questions to priyafeb84@gmail.com
How to convert a numeric variable to a character variable?
How did you use the round function?give an example(don't say it will round to the nearest intger) eg1:round(84.55,.1) =84.6 eg2:round(92.64,.1)=92.6,How it is happening like this tell me the logic,that is how the round function works when we have deimal values?