Forum Post: RE: Level 78 Hex Value Usage
Chris... I am not versed in what you are indicating... I did add (-N) to the command line under properties of the actual .exe meaning myprog.exe (-N) ... At least now understand.... Not to beat a...
View ArticleForum Post: RE: Level 78 Hex Value Usage
where is the Problem Setting one time a command in the Environment: set cobsw=-N and then your application works. Do you want to load your sequential files to Excel? why do you not use ole and passed...
View ArticleForum Post: RE: COBOL Source Format of invoked program when in Debug
Ticket # 2874876. Thanks,
View ArticleComment on Micro Focus Announces COBOL Development in Visual Studio 2015
WHAT IS UAROUND? The cry of "Support domestic producers", which was abandoned a few years ago, until today has not lost its relevance. Especially after the economy Ministry proposed to introduce a ban...
View ArticleForum Post: Single File Compile
Hi , What are the compiler directives to create a .dll for the single program ? ( My code is a managed code , also unlike Native code we donot have option to create multiple executable in Managed...
View ArticleForum Post: RE: Single File Compile
Actually we added the Procedural Multi-Output project template to the managed code templates in 2.3 update 1, I believe, so you can have a managed code project where each individual program will...
View ArticleForum Post: Videos on Creating Web Services in Visual COBOL for Eclipse
There are 2 new Visual COBOL for Eclipse videos available on YouTube, related to creating Web Services from new or existing COBOL programs. The first demonstrates how to create a SOAP Web Service, and...
View ArticleForum Post: arithmetic statement and type decimal
Using an arithmetic statement with a variable of type decimal generates an error message ‘error COBCH0034 : Operand DECVALUE3 should be numeric’. Using the MOVE statement does not generate an error. I...
View ArticleForum Post: RE: arithmetic statement and type decimal
Hi Werner, I have talked this over with development and we agree with your synopsis. Although a decimal type is not actually a numeric but is an object reference instead, it should not be too...
View ArticleForum Post: Visual Studio Editor - Block Unindent
In Visual Studio 2013 (Version 12.0.40629.00 Update 5) editor, with [Micro Focus COBOL] Tabs set to 4 & 4 and Insert spaces on .... ... you can highlight a block of code (that let's say starts in...
View ArticleForum Post: RE: Visual Studio Editor - Block Unindent
Hi Austin, I have recreated this problem using VS2015 as well. I opened up SI 2876148 for you and have raised an RPI with Development. I noticed that the behavior is different whether you are...
View ArticleForum Post: RE: arithmetic statement and type decimal
We have added the capability of using data Items defined as managed type decimal to be used in COBOL arithmetic statements. This will be available in our next major product release.
View ArticleForum Post: RE: C# to Visual Cobol Statement
Something like: mygrid.SelectedItem.Cells[1].Text
View ArticleForum Post: Looking for a Micro Focus document/manual
I feel silly asking this but I think I remember seeing a current Micro focus document or manual (.pdf) referenced somewhere in Community or SupportLine via a link that described and gave examples of...
View ArticleForum Post: RE: Looking for a Micro Focus document/manual
Hi Don, You might be thinking of the Upgrading to Visual COBOL for Visual Studio guide which covers various topics of concern when migrating from Net Express or other products to Visual COBOL. It can...
View ArticleForum Post: VC for VS 2015
I have just recently downloaded visual studio 2015 and visual cobol. when I try to create a project it gives me the following error - the cobol checker currently installed does not match the cobol...
View ArticleForum Post: RE: VC for VS 2015
Hi John, Can you please tell me the exact name of the installer file that you used to install the Visual COBOL product. Also what version of Visual Studio 2015 are you using, i.e. Community,...
View ArticleForum Post: RE: VC for VS 2015
I am using VS 2015 Community and the installer was vcvs2015_23.
View Article