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

what are the scrubbing procedures in sas? : Sas programming

1032


What sas features do you use to check errors and data validation?

933


what is snowflake schema? : Sas-di

882


How sas treats the dsd delimiters?

928


What is the maximum length of the macro variable? : sas-macro

835






Mention few capabilities of sas framework.

901


Mention common programming errors committed in sas ?

820


Of all your work, where have you been the most successful?

4403


Give some examples where proc report’s defaults are different than proc print’s defaults?

792


do you prefer proc report or proc tabulate? Why? : Sas programming

762


What is the difference between proportion and average?

2980


For what purposes have you used sas macros? : sas-macro

734


What is the function of Stop statement in a SAS Program?

868


how do you test for missing values? : Sas programming

767


Give some examples where proc report’s defaults are same as proc print’s defaults?

863