What is the difference between an informat and a format?
Name three informats or formats.
Answer Posted / vemula
informat is an instruction given to sas to read the data
values into variables
ex: date9.
ddmmyyw.;
char6.;
format is and instruction given to sas to print the
variable in to datavalues
ex; date8.
ddmonyy.;
commaw.;
dollarw.;
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
What are the difficulties u faced while doing vital signs table or dataset?
name the scheduler for scheduling job and explain the scheduler? : Sas-di
In ARRAY processing, what does the DIM function do?
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
what is sas olap server? : Sas-di
why is sas considered self-documenting? : Sas programming
How would you determine the number of missing or nonmissing values in computations?
Mention some common errors that are usually committed in sas programming.
What is the difference between class statement and by statement in proc means?
Explain proc univariate?
How do dates work in SAS data?
explain about sas business intelligence? : Sas-bi
how many types of prompts are there? : Sas-bi
What are the 3 components in sas programming?