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


Please Help Members By Posting Answers For Below Questions

What are the functions used for character handling?

631


What is the basic structure of the SAS base program?

675


what is the difference between nodup and nodupkey options? : Sas programming

611


what are some differences between proc summary and proc means? : Sas programming

499


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

571






What do you code to create a macro? : sas-macro

562


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

4190


what is the difference between unique key and primary key? : Sas-di

582


what are the component of range? : Sas-bi

609


Give e an example of..

1830


I have a dataset concat having variable a b & c. How to rename a b to e & f?

563


where are dashboard components are created and maintained? : Sas-bi

546


How to specify variables to be processed by the freq procedure?

607


Tell e how how dealt with..

1759


Briefly explain input and put function?

615