what is picture format? give any one example?

Answer Posted / gaurav verma

proc format;
picture pctfmt low-high='009.90%';
run;
proc tabulate data=xyz;
class name gender;
var rbc wbc;
table (name all)*(genderb all),
rbc*(mean*f=9. pct*f=pctfmt7.2)
wbc*(mean*f=8. pct*f=pctfmt7.2);
keylabel rbc='red blood cell'
wbc='white blood cell'
pct='percent';
run;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What commands are used in the case of including or excluding any specific variables in the data set?

596


Are you involved in writing the inferential analysis plan? Tables specfications?

2116


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

600


why a stop statement is needed for the point= option on a set statement?

630


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

764






how many types prompting framework can be broken down to? : Sas-bi

637


Given an unsorted data set, how to read the last observation to a new data set?

841


Hi, If anyone has base SAS certification dumps, please share.

1390


Tell e how how dealt with..

1758


explain what is factor analysis? : Sas-administrator

604


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

731


What is your favorite all time computer book? Why?

2050


Can you execute macro within another macro? : sas-macro

532


What is the basic structure of the SAS base program?

692


how do the in= variables improve the capability of a merge? : Sas programming

936