what is picture format? give any one example?
Answer Posted / bitla
picture format writes a template for numerics
proc format ;
picture sno
low - -1 = '00.00'
0-9='9.999'
10-99='99.99'
100-999='999.9'
;
When you specify zero as the digit selector, any leading
zeros in the number to be displayed are shown as
blanks. When nine is specified as the digit selector, the
leading zeros are displayed in the output.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
How would you include common or reuse to be processed along with your statements?
How do dates work in sas?
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
What is the difference between INPUT and INFILE ?
what is operational data and operational system? : Sas-di
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
what is the Population you used in your project, is it ITT or PP?
How to create an external dataset with sas code?
Difference between nodup and nodupkey options?
What are the differences between proc means and proc summary?
Describe the ways in which you can create macro variables?
what techniques and/or procs do you use for tables? : Sas programming
Name any two sas spawners? : sas-grid-administration
how can you import .csv file in to sas? : Sas programming
how does sas handle missing values in sort order? : Sas programming