what do the pad and dim functions do? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
what is Global Symbol table and Local symbol table?
here is a string like chq.2312244%4452- from that i want only special characters in a column. dont use compress. bcoz i have 1.2 billion of records.i want another process to find the values instant from the data.
what is the difference between DUPKEY and NODUPKEY???
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
How to read multiple excel sheets from a single excel file at once????
7 Answers HCL, Verinon Technology Solutions,
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
Hi Friends, Am Priya,new to your forum. am looking for Interview questions on SAS Platform Administration. I searched everywhere but I couldn't find them,please can anyone help me with complete interview questions normally everyone will face in the interviews on SAS Administration. am really facing problems in the interviews,am not able to answer any of their questions. I would really appreciate all your help if you can email the complete Interview Questions to priyafeb84@gmail.com Kindly awaiting for your reply with eager
What are the statements that are executed only?
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
Difference between nodup and nodupkey options?
How is character variable converted into numeric variable and vice versa?