What can be the size of largest dataset in SAS?
No Answer is Posted For this Question
Be the First to Post Answer
in which companies SAS openings are there? List of companies using SAS technology.
How do you add a number to a macro variable?
what is the difference between x=substr(name,1,2); and substr(name,1,2)='x';
why is sas considered self-documenting? : Sas programming
1.How to draw pivot tables in Excel by using SAS and in which version we can use VB script for to draw pivot tables in Excel? Answer with example data. 2.What are the advantages of _NULL_ in Data steps? Can we use _NULL_ in Proc steps also? 3. How to call the macro variable into Data Steps? 4. Can we draw pivot tables in Excel using Proc SQL? Please post answers for the above questions with suitable examples, and how to use VB script for Excel using SAS.
How do you add a number to a macro variable?
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
What are exact SAS Base contents..?N what r SAS Tools..?
what are the different ways of merging two datasets.name atleast 4.
How do you add a number to a macro variable?
How did you use the round function?give an example(don't say it will round to the nearest intger) eg1:round(84.55,.1) =84.6 eg2:round(92.64,.1)=92.6,How it is happening like this tell me the logic,that is how the round function works when we have deimal values?
How would you include common or reuse to be processed along with your statements?