What is the basic syntax style in SAS?
How do i read multiple spaces in datasets?
what does the run statement do? : Sas programming
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
what is factor analysis? : Sas-administrator
how can you get the single data set from the library(which has the number of data sets)?
3 Answers Accenture, Deloitte,
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
how can you import .csv file in to sas? : Sas programming
Do you prefer Proc Report or Proc Tabulate? Why?
Why is a STOP statement needed for the point=option on a SET statement?
If i doest required Cumilative frequency in my table, generated by using PROC FREQ what i had to do?
Name statements that are execution only.
In the following DATA step, what is needed for ‘fraction’ to print to the log? data _null_; x=1/3; if x=.3333 then put ‘fraction’; run;