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 transformation in sas data integration? : Sas-di
How necessary is it to be creative in your work?
what is slowly changing dimension? : Sas-di
What is the good sas programming practices for processing large data sets?
What is SAS?
Can you execute macro within another macro? : sas-macro
what is star schema? : Sas-di
What is the SAS data set?
If a variable contains only numbers, can it be a character data type?
What will calendar procedure do?
What Proc glm does?
what is information maps?
Which are the statements whose placement in the data step is critical?
explain about sas business intelligence? : Sas-bi
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?