How do you convert basic cube to transaction cube and
transaction cube to basic cube?
how many data types in sas? : Sas-administrator
how to delete the duplicate columns permanently in SQL
Differentiate between proc means and proc summary.
What is the one statement to set the criteria of data that can be coded in any step?
how to generate report for 0 observation dataset?
if a program has some 1000 or more line and how to know whether the syntax of the particular code is correct without checking it manually
What is the role of sas grid administrator? : sas-grid-administration
what is the main difference between rename and label? (don't say that they both perform the same function).
data study; input Subj : $3. Group : $1. Dose : $4. Weight : $8. Subgroup; x= input(Weight,5.1); datalines; 001 A Low 220 2 002 A High 90 1 003 B Low 193.6 1 004 B High 165 2 005 A Low 123.4 1 ; Why does X get truncated? X shows up as 22 instead of 220,9 instead of 90 and 19.8 instead of 198? This problem doesnt happen with the values 193.6 and 123.4. This does not happen if x is read on the 5. informat instead of the 5.1 informat
To what type of programms have you used scratch macros?
what 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 ?
WHAT DIFFERRENCE DID YOU FIND AMONG VERSION 6 8 AND 9 OF SAS.