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 uses of sas?
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
how do you test for missing values? : Sas programming
What is the general format of function in sas? : sas-grid-administration
name several ways to achieve efficiency in your program? : Sas programming
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
Explain bmdp procedure?
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
for report generation which one you used proc report or data_null_?
what is the primary data source for the wrs? : Sas-bi
Which command is used to perform sorting in sas program?
How can sas program be validated?
What is the purpose of trailing @ and @@? How do you use them?
What do you understand by the term Normal Distribution?
Which function is used to count the number of intervals between two sas dates?