In the SAS Data step what is the difference between the subsetting done by Where and subsetting done by If?
6 20239We want to merge file A and B. File A has variable age, file B provide birthdate. How to merge the data according to age in file B
3 6917How can a SAS WEB REPORT STUDIO USER identify which report tabs they have been permitted without entering the SAS WEB REPORT STUDIO
TCS,
2 11360how does sas know on which server the piece of code to be executed ? say if a proc olap code is written then how the sas application would detect on which server to execute.
TCS,
1 6572what are system option ? give few examples ? what are dataset options and dataset statements ? if there is a keep option and keep statement ? which one is executed first ? Difference between a WHERE statement and IF statement ? what is the advantage of using WHERE statement option on the dataset ?
1 6844what are the methods that you would employ to fine tune your SQL extract process using SAS/Access or Proc SQL?
1 5319
how does sas handle missing values in a merge? : Sas programming
Why double trailing @@ is used in input statement?
How to specify variables to be processed by the freq procedure?
Explain the purpose of retain statement.
In sas admin differentiate between roles and capabilities? : sas-grid-administration
Are you sensitive to code walk-throughs peer review or QC review?
What are the 3 components in sas programming?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
What commands are used in the case of including or excluding any specific variables in the data set?
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
What are the prime responsibilities of data integration administrator? : Sas-di
In sas, what are the areas that you are most interested in? : sas-grid-administration
What are pdv and it functions?
What is the difference between proportion and average?
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;