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 are the scrubbing procedures in sas? : Sas programming
What sas features do you use to check errors and data validation?
what is snowflake schema? : Sas-di
How sas treats the dsd delimiters?
What is the maximum length of the macro variable? : sas-macro
Mention few capabilities of sas framework.
Mention common programming errors committed in sas ?
Of all your work, where have you been the most successful?
Give some examples where proc report’s defaults are different than proc print’s defaults?
do you prefer proc report or proc tabulate? Why? : Sas programming
What is the difference between proportion and average?
For what purposes have you used sas macros? : sas-macro
What is the function of Stop statement in a SAS Program?
how do you test for missing values? : Sas programming
Give some examples where proc report’s defaults are same as proc print’s defaults?