Item1of63MarkitemforreviewWhenattemptingtominimizememoryusage,themostefficientwaytodogroupprocessingwhenusingtheMEANSprocedureistouse:A
theBYstatement
GROUPBYwiththeNOTSORTEDspecification
theCLASSstatement
multipleWHEREstatements
Item2of63MarkitemforreviewTheSASdatasetWORK
CHECKhasavariablenamedId_Codeinit
WhichSQLstatementwouldcreateanindexonthisvariable
createindexId_CodeonWORK
CHECK;B
createindex(Id_Code)onWORK
CHECK;C
makeindex=Id_CodefromWORK
CHECK;D
defineindex(Id_Code)inWORK
CHECK;Item3of63MarkitemforreviewGiventheSASdatasets:WORK
EMPLOYEEWORK
NEWEMPLOYEENameDeptNamesSalary---------------------------AlanSalesMichelle50000MichelleSalesParesh60000ASASprogramissubmittedandthefollowingiswrittentotheSASlog:101procsql;102selectdept,name103fromWORK
EMPLOYEE104wherename=(selectnames