what is the difference between proc report and proc format?

Answers were Sorted based on User's Feedback



what is the difference between proc report and proc format?..

Answer / basha

proc report:it is used to producing summary reports,and
user requirement format reports
it displays seperarte window that is report window
it gives differnt style options and format options
it has different statistical computations


proc format:it is user defined format applied different
variable it is used one session only
it doesnt display any output.it is temporary format
we can call these formats in dataseps as well as proc steps

Is This Answer Correct ?    12 Yes 1 No

what is the difference between proc report and proc format?..

Answer / ramdwh

The Report procedure enables a user to create:
 listing reports
 summary reports
 enhance reports
 request separate subtotals and grand totals
 generate reports in an interactive point-and-click
or programming environments.
Note:
By default, the default listing displays
 each data value as it is stored in the data set,
or formatted value if a format is stored with the data
 variable names or labels as report column headings
 a default width for the report columns
 character values left-justified
 numeric values right-justified
 observations in the order in which they are stored
in the data set.


FORMAT Procedure enables SAS to define custom formats
(character/numeric) and can also apply the format to a
specific variable(s) by using a FORMAT statement.

Is This Answer Correct ?    0 Yes 0 No

what is the difference between proc report and proc format?..

Answer / 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

what is the difference between proc report and proc format?..

Answer / sat

Proc format is variable specific and proc report is
customizing the output for a datset.

Is This Answer Correct ?    1 Yes 2 No

what is the difference between proc report and proc format?..

Answer / sheetal

proc format is used in table lookup...It is used to create
a user define format which can be used for reporting
purpose.
proc report is used to create report. Can be used system
defined or user defined (created using proc format) formats

Is This Answer Correct ?    1 Yes 2 No

what is the difference between proc report and proc format?..

Answer / rajaanku11

1.proc format doesnt give any output after execution but
report can.
2.foramt is global for the entire session and can be called
any where in sas(data steps or procs).But proc report is
not global.
3.format is used to create user defined formats and report
for user defined listings or outputs.

Is This Answer Correct ?    0 Yes 2 No

what is the difference between proc report and proc format?..

Answer / venkatesh.layam

proc report is used for reporting
proc format is used in report for reporting purpose

Is This Answer Correct ?    0 Yes 6 No

Post New Answer

More SAS Interview Questions

explain the main difference between the nodup and nodupkey options? : Sas-administrator

0 Answers  


What system options would you use to help debug a macro? : sas-macro

0 Answers  


Explain the purpose of substr functions in sas programming.

0 Answers  


what is _error_?

2 Answers   Axis Bank, Cognizant, JPMorgan Chase,


How does the internal authentication work in sas? : sas-grid-administration

0 Answers  






what the use of proc glm

1 Answers   Accenture, C Marc,


Which is the best training institute for SAS in hyderabad.

112 Answers   Stansys Software Solutions,


what type of reports you are generating in your company...???

2 Answers   GSK GlaxoSmithKline,


How will you use the WHO Drug Dictionary for Reporting Clinical Trials?

0 Answers  


Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma

0 Answers  


Does anybody has lastest SAS certification dumps,if anybody has please mail me at akshara_SAS@ymail.com Thanks Akshara

55 Answers  


how to perform paired t-test using Base/SAS & SAS/Stat?

2 Answers  


Categories