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

hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?

0 Answers   Cognizant,


How to get the repeated values by using sql in sas ?

2 Answers  


what is the primary data source for the wrs? : Sas-bi

0 Answers  


Mention few ways with which a “table lookup’ is done in sas programming.

1 Answers  


What is the purpose of the trailing @? The @@? How would you use them?

10 Answers   Accenture,






1.How many ways are there to create variables? 2.What is CLM,how can we use it? 3.what are the advontages of data step? 4.what is the extension of editor window in SAS 9.1.3? 5.How do you copy a particular data set from one library to another? 6.what is the use of double option? 7.Advontages of Proc Report? 8.what is the basic use of where statement? 9.How do you terminate the statments in SAS Programming? 10.What is the difference between symput and symget? 11.How would a identify the local and global variable? can any one answer for the 4'th question

8 Answers   CitiGroup,


Difference between informat and format?

0 Answers  


is QUALCOMM using SAS ?

1 Answers  


explain the difference between proc means and proc summary?

0 Answers  


tell me about use of arrays in sas

1 Answers   CoreEL,


how many types prompting framework can be broken down to? : Sas-bi

0 Answers  


Define run-group processing?

0 Answers  


Categories