Answer Posted / narendra
%let A=3+4;
%put &a;
Answer is 3+4.
If you do like this
%let a=%eval(3+4);
%put &a;
Then answer is 7
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
what is study design in while working with SAS? what are screening variables in SAS?
What is the use of function Proc summary?
explain the function of substr in sas? : Sas-administrator
What is SAS informats?
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
how does sas handle missing values in a merge? : Sas programming
In ARRAY processing, what does the DIM function do?
what is the difference between nodup and nodupkey options? : Sas programming
what are sas bi dashboard components? : Sas-bi
How would you determine the number of missing or nonmissing values in computations?