why a stop statement is needed for the point= option on a set statement?
How do you generate random samples?
what is the use of LRECL option.
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
what is _error_?
2 Answers Axis Bank, Cognizant, JPMorgan Chase,
Explain the difference between informat and format with an example.
If a variable contains letters or special characters, can it be numeric data type?
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 a post baseline?
What are symget and symput? : sas-macro
What is slibref?
what is the frontend and backend of sas? Is sas is a progaming langauge or tool? on which langauge sas depends?
HOW MANY WAYS YOU CAN RETRIEVE THE DATA FROM ORACLE TABLES? WHAT IS ORACLE CLINICAL? HOW IT IS USEFUL?
3 Answers Accenture, Novartis,