what is picture format? give any one example?

Answer Posted / aravind rangaraj

picture format is used to Create a template for printing
numbers.
ex:
proc format ;
picture nozeros low - -1 = '00.00' (prefix='-')
-1< - < 0 = '99' (prefix='-.' mult=100)
0 - < 1 = '99' (prefix='.' mult=100)
1 - high = '00.00';
run;

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the main difference between the sas procedures and functions? : Sas-administrator

533


what are some differences between proc summary and proc means? : Sas programming

503


what are the best practices to process the large data sets in sas programming? : Sas-administrator

531


What is the difference between order and group variable in proc report?

831


what are the benefits of data integration? : Sas-di

533






for what purpose would you use the retain statement? : Sas programming

577


How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?

1094


what are the component of range? : Sas-bi

612


Differentiate between sas functions and sas procedures.

637


What are the 3 components in sas programming?

721


Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?

1766


What are the features of SAS?

575


Difference between nodup and nodupkey options?

628


Describe the ways in which you can create a macro variable?

620


Name any two sas spawners? : sas-grid-administration

556