What would be the value of month at the end of data step execution and how many observations would be there?
No Answer is Posted For this Question
Be the First to Post Answer
sas implimented companies in hyderabad
What is the order of application for output data set options, input data set options and SAS statements?
what is program data vector? : Sas-administrator
i have a null dataset with 20 variables. i want to upload the variables which contain name like a or k or anything in another dataset.how can we create the dataset?
what is TAB delimiter? explain about it? what will you do to get TAB delimiter?
Can we create datasets by proc step ? (Proc contents, Means)?
how to import XTP files into SAS datasets?
1 Answers Barclays, Institute For Plasma Research,
What happens in the following code, if u type 8 instead of *? proc sql noprint; create table abc as select 8 from lib.abc; quit;
what is the difference between floor and ceil functions in sas? : Sas-administrator
Describe the function and utility of the most difficult SAS macro that you have written?
Do you prefer Proc Report or Proc Tabulate? Why?
Could you please answers for this. 1.Code the tables statement for a single-level (most common) frequency. 2.Code the tables statement to produce a multi-level frequency.