what is the difference between proc report and proc format?
Answer Posted / b v krishna reddy
format procedure is used for generates user defined formats.
report procedure is used for that formats are assigned
using put and input functions.
these functions used only dataset block and report
procedure only.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
what other sas products have you used and consider yourself proficient in using? : Sas programming
If a variable contains only numbers, can it be a character data type?
Mention the validation tools used in SAS?
What are the five ways to do a table lookup in sas? : sas-grid-administration
what are the categories that sas informats are used to the place the data? : Sas-administrator
What Proc glm does?
What is the difference between class statement and by statement in proc means?
what is null hypothesis? why do you consider that?
what is operational data and operational system? : Sas-di
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
what is the purpose of _error_? : Sas programming
Explain translate function?
What is the difference between %local and %global? : sas-macro
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
How would you identify a macro variable? : sas-macro