Pass a variable as a macro parameter.3599 (3/8/2010 12:56:14 PM) comp.soft-sys.sas Hi there,
I was wondering if anyone could help me with the following.
Imagine I have a simple macro that does some text manipulation e.g.
%macro myMacro(strInput);
%let strInput2 = &strInput &strI... js8765
Re: keep text together #3037 (1/22/2010 12:55:44 PM) comp.soft-sys.sas Hi Masoud, Below is an example of a macro that prints out numerous datasets and avoids page breaking in the middle of any dataset. You could probably adapt this to avoid pages breaking in the middle of an obs... js8765
Re: keep text together039 (1/21/2010 8:55:59 PM) comp.soft-sys.sas Hi there, Your question is quite vague, but I think the startpage option might be of help to you. You can use it control where and when Word places page breaks. The options are: ods startpage= now | never | y... js8765
Information on what processing SAS is doing behind the scenes...2146 (12/15/2009 12:41:28 PM) comp.soft-sys.sas Hi there,
I'm learning SAS at the moment and in general I find the documentation
provided by SAS to be very thorough and easy to follow. However, I feel
I would be able to learn a lot quicker and understan... js8765
Re: Test exercises for someone learning SAS1164 (12/6/2009 8:53:36 AM) comp.soft-sys.sas Thanks SAS_learner and Ron for the help.
I found quite a few exercises on college websites as recommended by SL .
Just in case anyone else is looking for such things, I got good results
with the Google sea... js8765
Re: proc sql jion problem1109 (12/4/2009 1:15:06 PM) comp.soft-sys.sas Hi there,
It would be helpful to know what exactly you mean by "does not work".
What errors are you getting in the log, or is the output not as you wanted?
Anyway, if you are merging two data sets where ... js8765
js8765's replies:
Items(1) /1
keep text together3182 (1/21/2010 7:27:31 PM) comp.soft-sys.sas For ODS RTF using data step object, what is the code to keep a block of
text together on the page?
Also can the same be done for PDF?
Thanks,
Masoud
... mpajoh