What are common programming errors committed in sas
No Answer is Posted For this Question
Be the First to Post Answer
how to import XTP files into SAS datasets?
1 Answers Barclays, Institute For Plasma Research,
what is the difference between unique key and primary key? : Sas-di
For what purpose(s) would use the RETURN statement?
how will you locate the sas platform applications? : Sas-bi
Describe the types of SAS programming tasks that you performed like Tables? Listings? Graphics? Ad hoc reports? Other?
In PROC PRINT, can you print only variables that begin with the letter “A”?
what is the difference between x=substr(name,1,2); and substr(name,1,2)='x';
Are you familiar with special input delimiters How are they used?
If reading a variable length file with fixed input, how would you prevent SAS from reading the next record if the last variable didn’t have a value?
What is the differnce between SDTM 3.1.2 to 3.1.1 version
How to get part of string form the source string without using sub string function in SAS?
I have 2 data sets A & B. Both have a variable called Age in them, each of them specifying a different functionality. In my program I use bot these data sets. How do I specify which Age variable I want to use?