What is the SAS data set?
No Answer is Posted For this Question
Be the First to Post Answer
How do you put a giraffe into the refrigerator?
what is the use of proc sql? : Sas programming
What is univariate n where it can be used n how...?
Describe what are the different levels of administrative users in sas? : sas-grid-administration
For what purposes have you used sas macros? : sas-macro
what can you learn from the sas log when debugging? : Sas programming
What is the one statement to set the criteria of data that can be coded in any step?
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
Which of the following is not created during compilation phase?
name few built in sas transformation in DI studio ?
Can we create datasets by proc step ? (Proc contents, Means)?
Does anybody has lastest SAS certification dumps,if anybody has please mail me on saggydesai@gmail.com