Tell e how how dealt with..


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SAS Interview Questions

do you prefer proc report or proc tabulate? Why? : Sas programming

0 Answers  


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

7 Answers  


what is conditional processing?

4 Answers   Accenture,


code the tables statement for a single level frequency?

2 Answers  


what is prime numbers? how we can get plc write sas code?

5 Answers   Icon,






What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?

0 Answers   Quintiles,


What is the general format of function in sas? : sas-grid-administration

0 Answers  


In sas, what are the areas that you are most interested in? : sas-grid-administration

0 Answers  


What are the difficulties u faced while doing vital signs table or dataset?

0 Answers  


List out some key concept of SAS

0 Answers  


what is in stream data in SAS?

1 Answers  


Describe the function and untility of the most difficult SAS macro that you have written.

0 Answers  


Categories