Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Question: Explain the concept of an informat in SAS.
Answer: An informat in SAS is used to read data into SAS variables during input. It defines the input format of raw data.

Example:

DATA formatted_dataset; INPUT name $20. age height; DATALINES; John 25 180 Alice 30 165 ; RUN;
Is it helpful? Yes No

Most helpful rated by users:

©2025 WithoutBook