What is the function of Stop statement in a SAS Program?
No Answer is Posted For this Question
Be the First to Post Answer
Mention what is SAS data set?
what is the frontend and backend of sas? Is sas is a progaming langauge or tool? on which langauge sas depends?
what do the pad and dim functions do? : Sas programming
Describe the types of SAS programming tasks that you performed like Tables? Listings? Graphics? Ad hoc reports? Other?
libname deepak 'C:\SAS Files'; proc format; invalue convert 'A+' = 100 'A' = 96 'A-' = 92 'B+' = 88 'B' = 84 'B-' = 80 'C+' = 76 'C' = 72 'F' = 65; data deepak.grades; input ID $3. Grade convert.; *format Grade convert. ; datalines; 001 A- 002 B+ 003 F 004 C+ 005 A ; proc print data = deepak.grades; run; I get the following output Obs ID Grade 1 001 . 2 002 . 3 003 . 4 004 . 5 005 . I don’t understand why Grade shows up as a missing value. Everything seems fine, including ID $3. Now, in case I use ID : $3. Or use column input, I get the desired output. Kindly help Deepak
what is function of retain statment
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
Name statements that are execution only.
what is syntax of proc merge ?
what is the main difference between rename and label? (don't say that they both perform the same function).
What are the features of base sas system?
what is sas metadata server? : Sas-di