what is the difference between proc report and proc format?
Answer Posted / sat
Proc format is variable specific and proc report is
customizing the output for a datset.
Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What are the special input delimiters used in SAS?
What are all the problems you faced while validating tables and reports?
What is the role of unrestrictive users? : sas-grid-administration
I have a SCD Type 2 Dimention for Location In which A Sales Office in Having two Surrogate Keys just because of the change in it's Sales Group. SKey SalesGroup Sales Office BeginDate EndDate 280 SG1 SO1 01APR2000 01APR2010 281 SG2 SO1 02APR2010 31MAR2999 Now while loading the Fact, the Lookup ir returning SKey 280 for records before and after 01APR2010. I am not able to give WHERE condition in the Lookup Properties (TranDate between BeginDate and EndDate). Please help.
describe about physical data integration? : Sas-di
What is a method to debug and test your SAS program?
How do you control the number of observations and/or variables read or written?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
Explain input and put function?
explain the function of substr in sas? : Sas-administrator
Difference between informat and format?
How can sas program be validated?
what are the component of range? : Sas-bi
Differentiate between format and informat? : sas-grid-administration
Explain bmdp procedure?