Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 is data _null_?

1197


what are _numeric_ and _character_ and what do they do? : Sas programming

1194


Which function is used to count the number of intervals between two sas dates?

1195


Name some categories in sas 9? : sas-grid-administration

1026


What is Linear Regression?

1223


What is the different between functions and PROCs that calculate the same simple descriptive statistics?

1848


How will you generate test data with no input data?

1232


what techniques and/or procs do you use for tables? : Sas programming

1102


what is program data vector? : Sas-administrator

1126


What does PROC print, and PROC contents do?

1277


Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya

1997


what is null hypothesis? why do you consider that?

2962


for report generation which one you used proc report or data_null_?

7939


What does the RUN statement do?

1351


What is a pdv and what are its functions?

1220