Since 4/5/2012 7:02:17 AM, franco734 has written 7 articles and participated in 7 conversations. franco734 signature: franco734
franco734's articles:
Items(7) /1
The %TO value of the %DO I loop is invalid3457 (3/20/2011 11:57:05 AM) comp.soft-sys.sas Hi I have the following test code below. The calls to %add and %leng
marcos work fine but %addwrong gives me an errors that I don't
understand how to resolve, any help appreciated:
/***********************... francogrex
SAS array type238 (3/12/2011 3:36:03 PM) comp.soft-sys.sas Hi, I have a question about arrays in SAS, it seems that their contents are by default set to be of type double alolcating 8 bytes in memory for each element, with the program below I demonstrate that and I ... francogrex
Deprecating modules0119 (2/12/2011 11:39:18 AM) comp.soft-sys.sas To the SAS gurus out there, I'm getting worried that my programs that
contain datastep, marcos, proc and modules etc might not function
anymore in new SAS releases because they can become deprecated and the... francogrex
user-defined functions2188 (2/8/2011 8:25:02 PM) comp.soft-sys.sas I know I can use proc fcmp to defined and write my own functions and
also I can use proc proto and modulen to import and use C written
functions into SAS. But is there still another way (maybe prior to proc... francogrex
array of strings5296 (11/28/2010 2:00:29 PM) comp.soft-sys.sas Hi, can someone please pass this post on to SAS-L; guys there have a
strong programming experience to enable them to answer this question.
Example below:
array arr(3) $ 8 ('one' 'two' 'three'); it allocate... francogrex
Array index1305 (9/19/2010 2:42:24 PM) comp.soft-sys.sas Hi, I am struggling with array index. I want to add an array index that
is calculated within a datastep inside a variable var1 (normally I won't
be able to know its value beforehand).
This is ok:
data... francogrex
intersection on many lists1384 (8/22/2010 10:01:01 AM) comp.lang.lisp Hi all, I'm asking just in case someone had to do this in CL before:
What is a way to do intersections (and set-difference) on more than 2
lists (many lists): I'm looking in a database where many medication... francogrex
franco734's replies:
Items(5) /1
CFFI with structures229 (3/7/2011 10:01:24 AM) comp.lang.lisp Hi, the question is at the end of the example code: C FILE to make linked.dll: #include #include // define a structure to be a linked list (see self-ref node next) struct node { int data; struct node* n... franco(243)
emacs lisp file behaviour like repl1038 (3/12/2011 10:36:09 AM) comp.lang.lisp Hi. How to get the same emacs behaviour in *.lisp file like when in repl ? I mean the autocompletion and function arguments in minibuffer (after entering a function name) ? Thanks ... fbogdanovic(89)
SAS array type238 (3/12/2011 3:36:03 PM) comp.soft-sys.sas Hi, I have a question about arrays in SAS, it seems that their contents are by default set to be of type double alolcating 8 bytes in memory for each element, with the program below I demonstrate that and I ... franco734(14)
No tail-recursion optimize in clisp?3124 (7/3/2011 6:50:42 AM) comp.lang.lisp Recently i've been learning common lisp, and i create binary tree using cons cells and recursion, but if the binary is too large, i get an error : "Program stack overflow", this is cause by recursion. So i prog... xudifsd(17)
R-like dataframes in CL?431 (8/14/2011 7:43:46 AM) comp.lang.lisp Hello, I'm hoping to avoid re-inventing the wheel. Is there a CL package (available via Quicklisp, ideally) that provides a structure very similar to dataframes in R? Dataframes in R are very handy objects fo... alexis1152(1)