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
What is the difference between SAS functions and procedures?
what is sas enterprise intelligence architecture? : Sas-bi
what is the effect of the options statement errors=1? : Sas programming
How would you invoke a macro? : sas-macro
Describe what are the different levels of administrative users in sas? : sas-grid-administration
why a stop statement is needed for the point= option on a set statement?
What are the default statistics for means procedure?
What is the use of the %include statement?
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
What is SAS?
How many ways to overcome a missing values???
what are the categories that sas informats are used to the place the data? : Sas-administrator
What is the difference between the proc sql and data step?
What do you understand by the term Normal Distribution?
how will you location sas platform applications available from web browser? : Sas-bi