what do you mean by data staging area? : Sas-di
No Answer is Posted For this Question
Be the First to Post Answer
How would you identify a macro variable? : sas-macro
At compile time when a SAS data set is read, what items are created?
Hi All.I am looking for Good Institute who could Provide the online SAS BI+DI Training along with software.Primarily in Delhi/NCR or in Hyderabad Please help with name and contact number of concerned person!! Thanks in Advance! :)
how to read raw data in sas. Do it manually and throw the programming.
create macros---you have 365 number of data and you need to merge it throw the macros,,,,,, data file1; input a @@; cards; 1 2 3 4 ; run; data file2; input a @@; cards; 5 6 7 8 ; run; data file3; input a @@; cards; 9 10 11 12 ; run;data file4; input a @@; cards; 13 14 15 16 ; run;
what is function of retain statment
what is the use of sas management console? : Sas-di
If you set a label in the data step and call a proc freq on the data, how do you display the data without the labels and just the variables.
what is SAS/Access and SAS/Connect?what are the uses?
how do i get last 10obs from a dataset when we don't know about the number of obsevations in that dataset?
how do you pull data from equifax?tell me the process?
0 Answers Synchrony Financial,
What is _n_?