INFORMAT Statement in SAS

INFORMAT statement is used to define default input format for a variable or a number of variables in sequence at once. See an Example below: Here, two sequential variables FirstName and LastName have the informat parameter of $10 meaning Alphanumeric 10 character length. n1 and n2 are nuleric variables which have been defined to have… Continue reading INFORMAT Statement in SAS