What do you know about symput and symget?
Answer / Sharib Ahmad
"SYMPUT" assigns a value to a macro variable, and "SYMGET" retrieves the value of a macro variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between SAS functions and procedures?
why is sas considered self-documenting? : Sas programming
how does sas handle missing values in a merge? : Sas programming
HOW DO WE CREATE A SAS STORED PROCESS IN SAS EG ?
what is the difference between infile and input? : Sas-administrator
what is in stream data in SAS?
what is TAB delimiter? explain about it? what will you do to get TAB delimiter?
Describe the function and untility of the most difficult SAS macro that you have written.
how can get the first and last observations in a dataset using Proc SQl?
Describe the ways in which you can create macro variables? : sas-macro
I have a dataset with variables empid and doj how to calculate retirement age?
Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables.