Forum Post: RE: call x'91' function 35
For us it was an internal issue. We pushed an environment variable update that was required for visual cobol to our users computers and it didn't work correctly. Once we updated the environment...
View ArticleForum Post: RE: call x'91' function 35
Hi evancraig, To be clear you get the network name error when running the command from the command line and not just from within a COBOL program, correct? What is the command you are attempting to...
View ArticleForum Post: RE: call x'91' function 35
That is correct. This is the command trying to run f:\programs\sys1\t102a\electpost And I am able to run command, but another user is not.
View ArticleForum Post: RE: JVM RunUnit - Call (String, Object []) Problem
Many thanks. This works perfect. I think you should update the documentation with this infomation.
View ArticleForum Post: sql default schema
Hello, when using embedded SQL in JVM-Cobol I do have the problem that most of the existing Cobolsources ( 8000) do not have the "FullQualified" Tablename in the FROM Clause of their SQL-Statements....
View ArticleForum Post: RE: sql default schema
Hi Does this syntax help url=jdbc:db2://test1:60000/testdbprod:currentSchema=myschema1; currentSchema Tony
View ArticleForum Post: Classes being used
Is there some way of knowing what classes and or methods are being used in each of my programs? We currently don't have very many classes, but as we build upon them I can see that we could lose track...
View ArticleForum Post: RE: Classes being used
You can select Class View or Object Browser from the View menu and this will show you all classes and the methods within those classes for your project or solution. If you are looking for a view of...
View ArticleForum Post: RE: Working storage variables persisting after class finalized in...
It was defined in WORKING-STORAGE of a method that was not static. I normally use LOCAL-STORAGE instead of WORKING-STORAGE for my methods. My actual fix was to define the variable in OBJECT-STORAGE...
View ArticleForum Post: Rm Pup Up Problem
Mr. Run the converter Windows Windows Rm-Visual Cobol for Cobol in Visual Studio in the form of ACU and MR modality., Both will run correctly in Visual Studio, but to bring this program to the...
View ArticleForum Post: RE: Working storage variables persisting after class finalized in...
It's strange because WORKING-STORAGE and LOCAL-STORAGE sections are supposed to be equivalent within methods. For instance the following program: class-id a. method-id main static....
View ArticleForum Post: RE: Rm Pup Up Problem
To which converter are you referring? There is a preprocessor called WINDOW1 that is supported in both Visual COBOL for Visual Studio and Visual COBOL for Eclipse that provides compatibility for ACU...
View ArticleForum Post: RM POP UP Problem
Dear Chris, WE are using AcuModTV-2.2.1.22-VS2012 and we have two Proyect : AcuToVCOB1 is Setting the option ACU AcuToVCOB2 is Setting the option RM Both Project RUN well in Visual Cobol for Visual...
View ArticleForum Post: RE: sql default schema
Hello, I have checked your proposal. The database is now specified as a JBOSS Datasource like this : ?xml version="1.0" encoding="UTF-8"? datasources xmlns="http://www.jboss.org/ironjacamar/schema"...
View ArticleForum Post: RM POP UP Problem
Dear Chris, Enclosed the projects in ZIP Fprmat to you test. TKS
View ArticleForum Post: RE: Rm Pup Up Problem
Mr. No this solution resulted, which Mr. PedroJuanMontero shipping costs with ZIP project to test where the error procedure call "CBL_OPEN_WINDOWS" persists. Original project is RMCOBOL and runs well...
View ArticleForum Post: RM Po Up Problem
Mr. Annexed aplicacón error running in Visual Cobol for Eclipse,
View ArticleForum Post: RE: RM POP UP Problem
You need to link in COBWIN2. This is done automatically for you in the Visual Studio projects. But on UNIX or Eclipse you will need to add -I COBWIN2. Larry HInes
View ArticleForum Post: RM POP UP Problem
Mr Larry Hines, were tested the projects submitted? Since the solution sent by ustes of is not for Visual Cobol for Eclipce. Ver 2.2.00247 Please Run the projects submitted in visual studio platform...
View ArticleWiki Page: COBCH1712 has no visible instance method 'value' with 0 parameters...
Problem: After upgrading Visual COBOL to Version 2.2 Update 1 the following error may be encountered when using Managed Code Projects where code does not use specific properties of a method: COBCH1712...
View Article