cobanimsrv
Hello,We use to debug an application with cobanimsrv under ServerExpress 5. We start cobanimsrv and then start an application that calls a daemon to communicate with cobol. When cobanimsrv is started,...
View ArticleDialog System error 18
I have imported a Net Express project that uses Dialog System into Visual COBOL. When I try to run in I get "DSRUN error 18,0,0".I have added the Addpack for Visual Studio 2012:...
View ArticleError 26 - product licence
Hi,I am getting Error 26 - Licence validation error when I try to use Visual COBOL PE.It appears that validation error was caused by me changing system clock for DAY-OF-WEEK testing. (Had to change...
View ArticleDoc
In the doc on Interoperability, the link "To use CCW to expose a .NET class to native COBOL" appears to be a broken link.Thanks,Austin1
View ArticleCALLing a sub-program - W-S values can be different second time round
I have a small Project that contains 3 programsPROGA is the 'driver' and sets up a common data file and then calls PROGB which processes and then PROGB calls PROGC and further work is donePROGC then...
View ArticleRemote Debugging with Visual Studio 2010
I have reviewed the documentation for Debugging COBOL Applications remotely, and that applies to windows applications. Are there steps or tutorials for debugging web applications thru IIS?I can get the...
View ArticleError Downloading Visual COBOL
New to COBOL, I'm a student and im required to download this program for my Business Systems Programminv class. But im not able to install the program because it says that I'm in need of a 32-Bit...
View ArticleHow many rows have my project?
How to know how many rows have my project or solution I´m using VC2010 2.2
View ArticleI would like to know how to add sql server portion to cobol program in visual...
I would like to know how to add sql server portion to cobol program in visual studio.
View ArticleInstallation Visual Cobol stops with 0x80004005 - unspecified error
Logfile:[01E8:01EC][2014-05-06T09:30:29]i001: Burn v3.7.1224.0, Windows v5.1 (Build 2600: Service Pack 3), path: E:\Downloads_von_C\Cobol_vce_22.exe, cmdline: ''[01E8:01EC][2014-05-06T09:30:29]i000:...
View ArticlePlease vote for Visual COBOL
Visual COBOL has been shortlisted for a Tech Hero Award, and it's the public who get to decide the winners!If you think Visual COBOL is a worthy winner, then please show your support with a vote.You...
View ArticleData Type Conversion
I am looking for specific examples of how, in a Managed COBOL program/class, how to convert back and forth between traditional COBOL data types (such as COMP-3, COMP-5, COMP-X ) to equivalent Net...
View Articleexposing .Net classes
I have a Visual Studio 2013 - Visual COBOL Managed (can I just refer to it as Visual Cobol .Net?) program that I am using to convert a string data type to a decimal data type, using the "convert"...
View ArticleListing a Folder's contents
I am looking for but cannot find a function that will return the contents of a folder (i.e. the filenames that are in the folder) back to my NATIVE COBOL programI have looked through the File Handling...
View ArticleNative Windows COBOL App?
Curiosity question: I know what a Managed Windows Application Project is, but:In Visual Studio, you can: -> New Project -> Native -> Windows Application (?).What is a Native Windows...
View ArticleFiles
Hi, I was wondering in visual cobol the files I read and write to are they in Access and Excel format? Do I use SQL to access these files and how to I tell the program where to look for the file....
View Articledifference between enterprise and pc versions
I'm a mainframe cobol programmer and have been for many years. What is the differences between these 2 applications and which would be better for me.
View ArticleFlat Files in Codebehind
I'm trying to read and right from flat files in codebehind in a web app project. It works the first time through. Subsequent executions create the error message below until the default app pool is...
View Articleclass-control - tip
Note: In a Native COBOL program, if you are using the "CLASS-CONTROL." subsection in order to define your classes (to be used in later invocations of managed classes from your native program)... note...
View Article