Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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:
&#61607; listing reports
&#61607; summary reports
&#61607; enhance reports
&#61607; request separate subtotals and grand totals
&#61607; generate reports in an interactive point-and-click
or programming environments.
Note:
By default, the default listing displays
&#61607; each data value as it is stored in the data set,
or formatted value if a format is stored with the data
&#61607; variable names or labels as report column headings
&#61607; a default width for the report columns
&#61607; character values left-justified
&#61607; numeric values right-justified
&#61607; 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

why is the use of Retrive statement and give me with example?

1 Answers   ME,


How would you remove a format that has been permanently associated with a variable? ________________

5 Answers   Quintiles, TCS,


what are sas/access and sas/connect? : Sas programming

0 Answers  


What will calendar procedure do?

0 Answers  


How do you delete duplicate observations in sas?

0 Answers  


What are the features of SAS?

0 Answers  


How do you add a number to a macro variable? : sas-macro

0 Answers  


How would you invoke a macro? : sas-macro

0 Answers  


What is the work of tranwrd function?

0 Answers  


what are input dataset and output dataset options? : Sas programming

0 Answers  


what is sas olap server? : Sas-di

0 Answers  


diff between nodup rec and ondup key???

3 Answers   AON, Sciformix,


Categories