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 ArticleRE: 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 Articlecall x'91' function 35
We just recently went to visual cobol and we are having trouble with the call x'91' function 35. It seems to work fine on each of the developers pc's - which have visual cobol installed on them, but...
View ArticleRE: 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 ArticleRE: JVM RunUnit - Call (String, Object []) Problem
Many thanks. This works perfect. I think you should update the documentation with this infomation.
View ArticleJVM RunUnit - Call (String, Object []) Problem
Hello out there ...I have the following JVM Cobol Programm "XUSERVG" (compiled with ILSMARTLINKAGE) ... stub below :LINKAGE SECTION. *---------------- 01 SL-EXT-UEBERGABE PIC 9(7). 01 S-EXT-UEBERGABE....
View Articlesql 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...
View ArticleRE: sql default schema
HiDoes this syntax helpurl=jdbc:db2://test1:60000/testdbprod:currentSchema=myschema1;currentSchemaTony
View ArticleClasses 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 ArticleRE: 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 ArticleRE: Working storage variables persisting after class finalized in native code
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 ArticleRE: Working storage variables persisting after class finalized in native code
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. 01...
View ArticleRE: 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 ArticleRM POP UP Problem
Dear Chris,WE are using AcuModTV-2.2.1.22-VS2012 and we have two Proyect :AcuToVCOB1 is Setting the option ACUAcuToVCOB2 is Setting the option RM Both Project RUN well in Visual Cobol for Visual...
View ArticleRE: 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...
View ArticleRE: 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 to...
View ArticleRm 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 ArticleRE: 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 Article