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
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 the role of sas grid administrator? : sas-grid-administration
How to get any kind of data in SAS? Is it possible to take data from notepad in SAS?
Name validation tools used in SAS
CHOOSE ANY ONE OF THE PROCEDURE FOLLOWING TO GENERATE THE REPORTS? HOW CAN YOU SAY IT IS BETTER THAN THE OTHER? AND DEFERENCIATE THESE TWO ? 1). REPORT PROCEDURE 2). TABULATE PROCEDURE
We have a string like this "kannafromsalembut" ,from this i want to get only "fromsal" (but one condition with out using substring function)here we can not use scan because in the given string there is no delimeter? so give ans without out using substring ?
What is the difference between where and if statement?
If you have a data set that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variable?
How to create an external dataset with sas code?
Describe the ways in which you can create macro variables?
I need to find the numeric field which contains blank in between..Ex:123 456...there is blank in between the 123 456..I need to know if there is any SAS function to find a field.. Please suggest...
Enlist the syntax rules followed in sas statements.