[prev in list] [next in list] [prev in thread] [next in thread] 

List:       sas-l
Subject:    Answer: Column width with proc template and rtf
From:       Joy Smith <joy_smith () NCSU ! EDU>
Date:       2000-09-29 18:20:16
[Download RAW message or body]

Nagib

You can add a format=  to control column width.


 Data _Null_;
827  set cdbook;
828  File print ods = (template = "means.cdbktest"
829     columns=(
830           VarName=VarName(generic=on  format=$2.)
831           Position=Position(generic=on  format=$2.)
832           Label=Label(generic=on  format=$5.)
833           )
834      );
835  put _ods_;
836  run;



--
***************************************************************
Joy Munk Smith
office: 919-515-1920  fax: 919-515-1169  email: joy_smith@ncsu.edu
Applications Analyst Programming Consultant
NC State University, Department of Statistics
Box 8203, Raleigh, NC 27695-8203

North Carolina State University SAS Users Listserv:
http://www.stat.ncsu.edu/sas/ncsu.sas.users.html

Research Triangle SAS Users Group: http://rtpnet.org/~rtsug

South East SAS Users Group:http://www.sesug.org
******************************************************************

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic