RE: DOS emulation window issue

From: Malaz Abutarif Date: November 04, 2005 technical Source: cognigencorp.com
From: Abutarif, Malaz Subject: RE: [NMusers] DOS emulation window issue Date: Fri, 4 Nov 2005 12:15:28 -0500 Thanks Vladimir. I didn't know about the "system" command. I'll try it for my future runs I used loops in SPLUS with the dos command to run several NM runs: e.g., for running several control streams named 100 to 110, I use i<- 100 while (i <= 110) { dos("...............", multi = F) i<- i+1 } If I use multi=T, as you mentioned, the dos command is executed and then returns to SPLUS which attempts running a second NM run before the first one ends. I get an error message when that happens. When I use multi=F, SPLUS waits for the first run to end and then starts the second one and I don't get any error messages. I only use this for Covariate testing (several runs with one covariate added at a time, i.e., stepwise forward addition or stepwise backward elimination). I'll be curious to see what happens with the "system" command. I'll try it out. Regards to my x-colleague at J&J PRD Malaz
Nov 02, 2005 Mark Peterson DOS emulation window issue
Nov 02, 2005 Toufigh Gordi RE: DOS emulation window issue
Nov 02, 2005 Mark Sale RE: DOS emulation window issue
Nov 02, 2005 Mark Peterson RE: DOS emulation window issue
Nov 03, 2005 Mark Sale RE: DOS emulation window issue
Nov 03, 2005 Malaz Abutarif RE: DOS emulation window issue
Nov 04, 2005 Vladimir Piotrovskij RE: DOS emulation window issue
Nov 04, 2005 Mark Sale RE: DOS emulation window issue
Nov 04, 2005 Malaz Abutarif RE: DOS emulation window issue
Nov 04, 2005 Malaz Abutarif RE: DOS emulation window issue
Nov 07, 2005 Malaz Abutarif RE: DOS emulation window issue