Question42:

TheSASdatasetSASUSER.HOUSEScontainsavariablePRICEwhichhasbeenassignedapermanentlabelof"AskingPrice".

WhichSASprogramtemporarilyreplacesthelabel"AskingPrice"withthelabel"SalePrice"intheoutput?

1.procprintdata=sasuser.houses;labelprice="SalePrice";run;

2.Get all Questions and Answer from here

3.You need to have paid subscription to access all questions

4.Thanks for considering Python Certification Material

CorrectAnswer:3

SASvariablescanhavetheseattributes:

name

type

length

informat

format

label

positioninobservation

indextype

You can access to full explanation to question and answer from this page.