Cobol Personal Edition Download
Made my registration got confirmation per mail with following link https://www.microfocus.com/de-de/product-downloads/vcpe/vcpe23/vcpe-23-download.aspx?ld=rC3Yzxgb6dE%3D&sn=WYrsMryEk7o%3D and...
View ArticlePERFORM a paragraph in other file ?
Hi everybody.I have 2 files as below :1. MAIN.cbl 2. SUB.cblIn MAIN.cbl :+ CALL 'SUB'.+ PERFORM HELLO-PAR. HELLO-PAR. display 'HELLO EVERYBODY'.In SUB.cbl : I want use HELLO-PAR paragraph and...
View ArticleJava consuming a Cobol Web Service
I have testing Cobol web services using Visual Cobol 2.2.My two webservices are: a simple calc with two methods, add and subtract; and my second WS with four operations read, write, rewrite and delete...
View ArticlePredicate
Hello,could anyone help me ? I have collections of some items, each of them has unique ID and I need to write code to find the item of specific ID. I found class Predicate and I suppose that this could...
View ArticleConnecting to default MySQL ODBC?
Hi,Just wanted to clarify something. I have, $SQL( INIT) statement in my first prog with no parameters. I immediately issue an EXEC SQL select... from table.... Works fine even though i never specify...
View ArticleIIF
Is possible to make Visual Cobol code shorter similar to something like that ?string ReturnValue = Expression == true ? TruePart : FalsePart;Using this the code would be shorter by 4 lines.
View ArticleInline declaration
Very often I've been using code construction likedeclare x as type <some_type> = self::GetSomethingThat's really cool. But what makes me upset that in this inline declaration the editor doesn't...
View ArticleScreen Sections Borders
First time working with screen sections. Used to be in a mainframe environment. Testing a very simple program. Using Visual COBOL for Eclipse. Works within the PC environment but not in the UNIX...
View ArticleSeeking Dialog ListView programmed control DEMO
Hi there,Are there any simple demo programs/screensets available still for dialog listview programmed controls that will work in VISUAL COBOL?Many thanks,Linden
View ArticleInstalling COBOL Server 2.3.2
Stupid question time: We are standing up a new Windows server and need to install COBOL Server 2.3.2. Can we install JUST cs_232.exe, or do we install 2.3 first, and then cs_232.exe?
View ArticleVisual studio 2013 for Visual cobol 2.2 compiler issue
HI,All of a sudden my program throws below error message which used to compile successfully. There's no code change, just trying to rebuild my solution for test deployment.Error 9 COBCH0852 : System...
View ArticleWinform application setup
Hi,Recently we have migrated from netexpress dialogs to visual cobol dialogs. Our application was setup based on network share mode(as per instructions from Micro Focus) so that users from client work...
View ArticleCobol Server 2.2 compatibility
Is Cobol server s/w compatible with other versions of visual cobol ?Do we need to deploy executables generated from visual cobol 2.3 only to cobol server 2.3, do they work on cobol server 2.2 ?
View ArticleHow to pass data (string or pic x(100) ) from Net Express .exe to Visual...
[Migrated content. Thread originally posted on 05 August 2011]SI 2527714Client has a query:How to pass data (string or pic x(100) ) from Net Express .exe to Visual Cobol .dll and pass it back again. I...
View ArticleMsBuild Issue - multiple copybook paths
In our environment, we have two separate folders for copybooks.We are trying to specify these two copybook paths in the MsBuild .RSP file with some variation of the following...
View Article'OdbcWrapper.Class1' threw an exception
HI,Winform application developed using visual cobol crashes with below exception when run from windows 7 machine, but works good when run from windows 2012 server.Only programs with ODBC connection are...
View ArticleMigrating individual cobol files to individual projects in Visual Cobol
[Migrated content. Thread originally posted on 15 April 2011]Under Netexpress we generally compiled individual cbl files to gnt from the command line - if we move to Visual Cobol it looks like we would...
View ArticleInvoke a Class in a different project
I am starting to self learn Visual Cobol. I know and understand Cobol (68 & 74). I am struggling with Classes and methods. I can find examples of invokes for various situations but can't find...
View ArticleTFS with Net Express
Hi,please is there any possibility to connect Net Express 3.1.11 or Net Express 5.1 with Microsoft Team Foundation Server (TFS), for source code versioning?Thanks
View ArticleVisual Cobol PE
After I reinstalled my notebook I need to reinstall my copy of Visual Cobol PE. When I try to download I received the errorPage Not FoundThe page you are looking for has not been found on...
View Article