why a stop statement is needed for the point= option on a set statement?
No Answer is Posted For this Question
Be the First to Post Answer
what are sas bi dashboard components? : Sas-bi
What do you feel about hardcoding?
Are the preferred term counts are always equal to Body system counts? If so, Why are they equal if not why they are not equal?
Can anyone help me about SAS Realtime scenarios in Clinical field
How would you include common or reuse to be processed along with your statements?
how do you validate tables abd reports?
2 Answers Accenture, Quintiles,
How to get part of string form the source string without using sub string function in SAS?
In a shcool there are 1000 students. After completion of every test in 6 subjects , each subject teacher submit the marks of every student at different times and loaded in the database commonly. How will you seperate the top two subject marks for each each studet using SAS?
There is a field containing a date. It needs to be displayed in the format "ddmonyy" if it's before 1975, "dd mon ccyy" if it's after 1985, and as 'Disco Years' if it's between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT
What is proc sql pass through facility?
What is SAS? is it a software just for use or we can creat something over there?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...