What is the difference between an informat and a format?
Name three informats or formats.
Answer Posted / m
informat:it is an instruction used by sas to read the data.
eg:$w., $CHARw., commaw.d
format: instruction used by SAS to write the data value.
eg: date9., best., mmddyy10.
Is This Answer Correct ? | 22 Yes | 2 No |
Post New Answer View All Answers
Which command is used to perform sorting in sas program?
name several ways to achieve efficiency in your program? : Sas programming
how does sas handle missing values in procs? : Sas programming
What is the difference between input and infile statement?
what is the use of proc contents and proc print in sas? : Sas-administrator
how would you create multiple observations from a single observation? : Sas programming
What is the use of stop statement?
how does sas handle missing values in sort order? : Sas programming
What are the prime responsibilities of data integration administrator? : Sas-di
List out some key concept of SAS
Explain proc sort?
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
what is snowflake schema? : Sas-di
What are the special input delimiters used in SAS?
What are the differences between proc means and proc summary?