What is the difference between an informat and a format?
Name three informats or formats.
Answer Posted / ganesh
Informat is used for read and storing the data values.
format is used for variable to be printed.
Date informat
numeric informat
character informat
| Is This Answer Correct ? | 11 Yes | 12 No |
Post New Answer View All Answers
data data1; input dt account; format dt date9.; cards; 1745 1230 1756 1120 1788 1130 1767 1240 ; data data2; input startdt enddt total; format startdt date9. enddt date9.; cards; 1657 1834 12300 1557 1758 16800 1789 1789 12300 1788 1345 12383 1899 1899 13250 ; proc sql; create table data3 as select * from data1 as x left join data2 as y on x.dt>=y.startdt and x.dt<=y.enddt; quit; Here, we are getting cartision product. But,I want left join report consisting of this program. It should not get duplicate values. you can modify the program also.
Mention what is PROC in SAS?
name the scheduler for scheduling job and explain the scheduler? : Sas-di
Describe a time when you were really stuck on a problem and how you solved it?
In SAS explain which statement does not perform automatic conversions in comparisons?
What is substr function?
do you prefer proc report or proc tabulate? Why? : Sas programming
What is the difference between reading data from an external file and reading data from an existing data set?
Describe the ways in which you can create macro variables?
How do you debug and test your SAS programs?
how to read the variables in sas? : Sas-administrator
Can you suggest us materials for sdtm mapping?
what is ae onset date n what is RDS
What is factor analysis?
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately