similar to: Index Errores over Samba

Displaying 10 results from an estimated 10 matches similar to: "Index Errores over Samba"

2017 Jun 12
3
Bucle for que se salte los errores
Buenas, ¿como puedo hacer que el bucle for se salte el error que salta cuando i<-0 en el codigo que paso?? count <- 0 for(i in -2:2){ z<-1/i z<-z*z modelo<-lm(z~1) } Gracias [[alternative HTML version deleted]]
2006 Sep 18
0
samba 3 and acucobol vision files problem
I have a sort of legacy application based on Acucobol, that is using a samba 3 share for its application data files. I need to migrate it, going to release 6.2.0 of acucobol. In my tests it seems that I get some errors regarding files access: the program actually doesn't give particular errors, neither samba backend... (the problem resides in having some vcprint layout models for invoices
2002 Nov 20
0
Rediscover Your COBOL Assets with Acucorp
Introducing Acucorp's Innovative extend5 Software Solutions For the last 14 years, Acucorp has provided Fortune-class corporations, government end users and independent software vendors (ISVs) with unparalleled support for the maintenance and modernization of COBOL applications. While other software manufacturers have created solutions that solve specific technical problems, Acucorp has
2015 Apr 15
2
control de errores en una función
Buenos días, Estoy realizando un desarrollo sobre un problema de programación lineal. Tengo una función en la que añado al modelo todas las restricciones y quiero controlar que esa parte no da error (por longitudes de vectores, por valores inexistentes, etc). He visto que existe, como en otros lenguajes, un tryCatch, pero no sé bien como utilizarlo. Estoy realizando pruebas a pequeña escala pero
2017 Jun 12
2
Bucle for que se salte los errores
Otra opcio es no incluir en 0 For (i in c(-2,-1,1,2) El 12 jun. 2017 14:43, <Guillermo.Vinue en uv.es> escribió: Hola, Creo que sería añadir if(i == 0) next Saludos, Guillermo > Buenas, ?como puedo hacer que el bucle for se salte el error que salta cuando i<-0 en el codigo que paso?? > > > > count <- 0 > for(i in -2:2){ > z<-1/i > z<-z*z >
1999 Jan 07
2
errores
Happy New Year to all, I am using RW0631 and WIN98. 1. The command DATA only works for the base library. 2. The following code on page 312 of Venables and Ripley 1997 sitka.lme <- lme(size~treat*ordered(Time),random=~1,cluster=~tree,data=Sitka, serial.structure="ar1.continuous",serial.covariate=~Time) produced the following error message Error in lme(size ~ treat *
2017 Jun 01
4
errores con openair
Estimados como les va. He tratado de profundizar sobre el paquete OPENAIR PARA MANEJO DE DATOS. Sin embargo, cada cosa que intento hacer, por muy pequeña que sea, me tira este error. En definitiva, no he podido hacer absolutamente nada¡¡ He probado de todo, pero ya me estoy aburriendo, a pesar que al parecer es una muy buena herramienta. Saludos. Error in as.POSIXct.default(x) : do not know
2017 Jun 12
2
Bucle for que se salte los errores
He encontrado la respuesta. EL ejemplo que puse era trivial, ya que es obvio que if(i ==0) entonces next, pero me referia a sin saber si va a ser error el modelo o no. Para esto he encontrado la solución for(i in -3:3){ tryCatch({ z<-1/i > z<-z*z > modelo<-lm(z~1) }, error=function(e){print("es un error"}) } Gracias de todas maneras!!!!! Jesús
2009 Aug 08
1
How to pass flags (arguments) to an application
Hi everyone. I have a problem running a Windows appilcation with wine. The application is a Acucobol program. When I run "wine wrun32.exe myprogram" it works ok. When I run "wine wrun32.exe -C config.cfg myprogram" wine says myprogram doesn't exist. Any help? -- Marcelo Arroyo
2004 Sep 08
0
FILE LOCK PROBLEM
Hello, I'm not a list subscriber, so please send messages to edilson@maxihelp.com.br First of all, sorry about my bad English. I'm trying to use a Linux box with samba 3.0.4 configured as an standalone file server. I have a Cobol application (AcuCobol) that is running ok on Windows 98 workstations, with data files at Linux. When I try to run the same application on a Windows 2000 / XP