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 function CATX syntax does?

704


How to limit decimal places for variable using proc means?

598


what is business intelligence? : Sas-bi

593


What is the purpose of _character_ and _numeric_?

603


describe the interaction table in sas di? : Sas-di

600






explain the main difference between the nodup and nodupkey options? : Sas-administrator

705


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

1111


hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana

4929


what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming

601


How would you determine the number of missing or nonmissing values in computations?

660


Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.

1471


What is the use of stop statement?

654


what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming

743


what is proc Index? and what is proc document?

2003


How do dates work in SAS data?

698