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 ArticleSample WCF web service
Hello AllI have SP 10.5 VersionAm to simulate the traffic of a WCF based web service.Do any one can provide an insight or sample scriptThank YouJyothisjyothismj@gmail.com
View ArticleCan Visual COBOL 2.1 (Web Developer 2010) read directly from an Excel workbook?
Or would I have to export data from Excel as ascii? Please advise.
View ArticleVC 2.1 Before Advancing issue
I need some help in figuring out why the use of “Before Advancing” isworking differently in Visual Cobol vs Net Express 3.1.I looked in the documentation and the online community, but did not find...
View ArticleNew - Need help
I just installed visual cobol for eclipse on windows and everything is running smooth. Im just trying to make a simple Hello world app that just displays Hello World in a console window. Every time i...
View ArticleLicense
I have a system on Net Express 3.1.11 that I am migrating to VC 2.1. I understand that the licenses are different between the two products. Can both licenses co-exist on the same server so that I can...
View ArticleUser defined functions
Hello,I know it possible to define functions in a repository :mytest.cbl $set preservecase case identification division. program-id. mytest. environment division....
View ArticleAny way to force Visual Studio editor to exclusively use spaces, and to never...
I would like for there to be no TAB characters in my COBOL source listings, because I sometimes need to copy working-storage tables into Excel. The TAB characters cause my line of COBOL to be split...
View ArticleDifference between "build solution" and "rebuild solution" in Microsoft...
I'd like to understand the distinction.
View ArticleIn MS Visual Studio, way to see all bookmarks in my program?
Is there some kind of window I can open up to see a list of all the bookmarks in my program, with their line numbers? If so, how do I get to it (a) via menu, and (b) via keyboard-shortcut?
View ArticleRegarding exposing webservice
Hi,I have created a webservice and hosted in Enterprise server. Example like this:IP: 172.20.111.###:3001Implementation package: http://tempuri.org/wmapservI am to use the service using the Client...
View ArticleDB2 in visual cobol
I have installed DB2 in visual cobol. Do you know which server I can use when I create a database ?. Is it a download file from IBM or Microfocus ?./Thanks Hans
View ArticleHas anyone used embedded SQL with Postgresql in COBOL?
I am new to SQL. Postgresql has a .NET data provider called Npgsql and with it I can do selects, inserts, updates and deletes from my .NET code. We would also like to use embedded SQL calls if...
View ArticleHow do I define a Nullable DateTime variable in Visual COBOL ?
The DateTime fields I am inserting into my database can sometimes be null. I want such fields in the table to show as null, not as "0001-01-01 12:00 AM". You do this In C# by using DateTime? as your...
View ArticleManaged DLL, two classes with EXEC SQL, only 1 bnd - possible?
Hello!I have a question regarding Managed Cobol DLLs with more than 1 classes and EXEC SQL Statements.At the moment, if I have a project, with 2 Classes, TestA and TestB, and both have EXEC SQL...
View ArticleWinforms: calling 2nd form
I am working through "Tutorial: Developing .NET Managed COBOL", trying to learn Visual COBOL. I developed Form1, then Menu1 and made it my startup program - all fine and working. Then to extend the...
View ArticleError 163 - how to set F switch
I am getting "error 163 illegal character in numeric field" messages. How do I set the F switch to suppress these messages in Visual COBOL?Thanks.
View ArticleHow wide in bytes is PIC S9(12) -- 12 or 13 bytes ?
My confusion over this could be causing my bug. I'll be grately deepful for the correct answer.
View ArticleLicensing Visual Cobol Personal Edition under Linux?
Trying out the Personal Edition looking to find the right COBOL to do a project with, but for the life of me, I cannot get the Linux version with eclipse to license. Anyone else succeeded with this and...
View Article