Qscans
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 69 articles for 0.302 sec
Summary: Short lesson in macro quoting #iw-value=2 Tony <tonywof@GMAIL.COM> wanted to know what is wrong with the code: options nocenter formdlim=' ' nodate nonumber symbolgen mlogic; options obs=0; %%let OABYGROUP=%%str(CAT="ACTIVES-SSG" CAT="ACTIVES-DC"); data a; CAT="ACTIVES-SSG"; mem_no="ABCDEFG"; run; %%macro a; %%local g; %%let g=1; %%do     

Group: comp.softsys.sas · Group Profile · Search for Qscans in comp.softsys.sas
Author: Ian Whitlock
Date: Dec 25, 2008 17:17

Hi All, I had the following codes and there were running errors. The macro variables GRP1 and GRP2 were correctly resolved. However, I got this error 200 from the proc sql statement. After I change the %%qscan to %%scan, it worked! I thought I should use %%qscan to mask the "-" in the macro variable OABYGROUP. How come it only works with %%scan? Thanks in advance. Tony Error Message:
Show full article (3.27Kb)
ale 2008-09-03 06:15:50 UTC FreeBSD ports repository Modified files: mail/qscan Makefile pkg-descr Log: Update WWW and MASTER_SITES. Revision Changes Path 1.5 +2 -1 ports/mail/qscan/Makefile 1.2 +1 -1 ports/mail/qscan/pkg-descr _______________________________________________ cvs-all@freebsd.org mailing list http://lists     

Group: comp.softsys.sas · Group Profile · Search for Qscans in comp.softsys.sas
Author: Tony
Date: Dec 25, 2008 12:44

Not fully fleshed out but functions, the problem your going to have is you are passing Macro quoted text and when you quote something leading spaces are preserved. I didnt account for that just figured I would start you down the right track. %%Macro Test ; %%Put This Shouldnt Happen! ; %%Mend Test ; %%Macro CheckStm( Code = ) ; %%If %%QSubstr(%%SuperQ( Code ) , 1 , 1 ) = %%Str
Show full article (1.14Kb)
Hi All, I have macro variable which can have macro name OR valid SAS statments. (macro variable gets generated from variable) I would like to write condition to check whether parameter contains macro name OR SAS statments. (e.g. if first character is "%%" then it is macro name otherwise not) I tried %%qsubstr and %%qscan but "Scenario II" is not working. (please see SAS code for both scenarios     

Group: fa.freebsd.cvsall · Group Profile · Search for Qscans in fa.freebsd.cvsall
Author: Alex Dupre
Date: Sep 2, 2008 23:16

This really helps a lot. I appreciate your short lessons and all your suggestions. Thanks, Ian. Tony On Dec 25, 5:17 pm, iw1...@GMAIL.COM (Ian Whitlock) wrote: Summary: Short lesson in macro quoting #iw-value=2 The affect on readability of how one assigns macro variable values is discussed in more detail in "Macro Design Issues" www2.sas.com/proceedings/sugi27/p067-27.pdf
Show full article (0.50Kb)
garga 2008-09-15 19:56:38 UTC FreeBSD ports repository Modified files: ftp/proftpd Makefile ftp/proftpd-devel Makefile mail/clamfilter Makefile mail/claws-mail-clamav Makefile mail/dspam Makefile mail/dspam-devel Makefile mail/mailscanner Makefile mail/mailscanner-devel Makefile mail/ngmp     

Group: comp.softsys.sas · Group Profile · Search for Qscans in comp.softsys.sas
Author: toby dunn
Date: Apr 26, 2007 06:30

Howdy Michael, Where (in which I meam what state and or country) are you located? This is wierd to find someone with the same last name in an echo that I belong to that is not a relative ( at least that I am aware of). I was born and raised in the Philly Pa. atea.. Fred --- # OLX 2.1 TD # Tommorow is another day, BUT it'll probably suck too! --- QScan/PCB v1.20a / 02-1000 * Origin
Show full article (3.70Kb)
Summary: Another macro iw-value=1 Gamotte, %%PUT is a quick and dirty tool for writing crude message to a the log. It offers no formatting other than an automatic line feed and the ability to insert leading spaces with %%STR( ). In contrast the PUT statement can write statements to the log, print, or a file and has extensive controls for how to format the message. I strongly agree     

Group: comp.softsys.sas · Group Profile · Search for Qscans in comp.softsys.sas
Author: unnatppatel
Date: Apr 26, 2007 05:54

On Fri, 25 Jul 2008 06:46:52 -0700, Scott D. <scottdiegel@GMAIL.COM> wrote: ... Here's what I'm trying to do: I've written a macro to take an all- uppercase string and lowercase everything but the first letter. Additionally, the macro will optionally add a space after a period or comma in a poorly-formatted string to facilitate decent presentation in a PROC REPORT listing. Nothing special
Show full article (2.46Kb)
    

Group: comp.softsys.sas · Group Profile · Search for Qscans in comp.softsys.sas
Author: Tony
Date: Dec 25, 2008 19:57

Show full article (0.65Kb)
    

Group: fa.freebsd.cvsall · Group Profile · Search for Qscans in fa.freebsd.cvsall
Author: Renato Botelho
Date: Sep 15, 2008 12:57

Show full article (3.78Kb)
    

Group: alt.railroad · Group Profile · Search for Qscans in alt.railroad
Author: Fred.Ball
Date: Sep 8, 2008 06:50

Show full article (0.46Kb)
    

Group: comp.softsys.sas · Group Profile · Search for Qscans in comp.softsys.sas
Author: Ian Whitlock
Date: Aug 21, 2008 09:50

Show full article (2.45Kb)
    

Group: comp.softsys.sas · Group Profile · Search for Qscans in comp.softsys.sas
Author: Chang Chung
Date: Jul 25, 2008 08:27

Show full article (2.08Kb)
1 · 2 · 3 · 4 · 5 · 6 · 7 · next