How many types of data can be imported directly into SAS?
SAS uses two types only - CHAR type and NUM type
CHAR is any alphanumeric string.number,
NUM type is held as floating point even integers.
INFORMAT defines how to read and interpret the data, and which type to assign to the variable.
FORMAT defines how to display the variable: its total length, date/datetime/time format or how many decimal digits to show, adding the $ or % signs and other more customed formats defined by FORMAT - PICTURE.
If you are talking about file formats:
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.