MF system routine is missing
Hello,please when I try to do this:call "CBL_DIR_SCAN_START" using by reference handle pattern by value search-attribute flags returning...
View ArticleCorrect use of CBL_STRING_CONVERT routine
Hi,please I need to convert file from UTF8 to Windows 1251 code page?Can be used routine CBL_STRING_CONVERT here? And if it's so, how is proper call?I still got status-code value '3' - unsupported...
View ArticleRE: Correct use of CBL_STRING_CONVERT routine
Hi,CBL_STRING_CONVERT is used to convert between Unicode characters and ASCII/EBCDIC and isn't an all purpose code page conversion function.There are methods to do this in .NET using Visual COBOL but...
View ArticlePostgreSQL
Hello, We need to test the behavior of our cobol (LINUX Redhat server express) application with PostgreSQL database ;Does Microfocus provide support for this DB ? And what type of connexion MF advice...
View ArticleNetExpress 3.1 / XML
Dear friends,I wonder if it is to generate an XML file using NetExpress 3.1Best regardsRogerio Barbosa
View ArticleRE: NetExpress 3.1 / XML
Hi Rogerio,Net Express 3.1 does not provide for any internal method of generating XML files.We first added the XML-IO preprocessor allowing you to directly read and write XML files starting with NX 4,0...
View ArticleRE: Display current time
please, try this...77 W-N-HORA-HMS PIC 99B99B99B99. ..ACCEPT W-N-HORA-HMS FROM TIME INSPECT W-N-HORA-HMS CONVERTING ' ' TO ':'
View ArticleRE: Display current time
Georg,Can you please be more specific about what it is that you are trying to achieve?If you would like to display an active clock on the screen then you might want to look at using a status bar and...
View ArticleDisplay current time
Hi All,has anyone an idea to Display the current time in an active Window (Dialog System 3.0). The method <accept time> is not good enough.Thanks, Georg
View ArticleNet Express is the old Micro Focus?
I last used micro focus in 2000, So Net Express is the old Micro Focus correct? I know that the company got bought out, not sure.....I been away from COBOL for about 5 years and like to get back into...
View ArticleReplace PERFROM PARA with actual code
I'm using Net Express 5.1. I want to know is it possible to replace PERFORM PARA with the actual paragraph code. In the .lst file we get all the copy statements expanded , the same I want it for...
View ArticleComp-3 Compilation issue while porting Micro Focus cobol(Unix) to Visual...
Does all Data Types equivalent to Enterprise Cobol is supported by Visual Cobol??We are migrating applications from Microfocus Cobol (Unix) to Visual Cobol(Windows) . We see compilation issue for...
View ArticleRE: Comp-3 Compilation issue while porting Micro Focus cobol(Unix) to Visual...
Micro Focus provides compatibility to Enterprise COBOL if you use the directive DIALECT"ENTCOBOL". Since you say you are having the problem moving from MF COBOL under Unix to Visual COBOL under Windows...
View ArticleRE: using .NET SDK in NetExpress 5.1
Can you please clarify what you are trying to do?Although Net Express has an add-on .NET module that allows you to create managed code applications in Visual Studio 2008, it is quite outdated when...
View Articleusing .NET SDK in NetExpress 5.1
Hi,we want to provide our bills with the GiroCode-QR-Code. For generating the QR-Code we might use the function "Girocode.dll" in the .Net SDK. Please see below for an example how to use...
View Article_mFerr3
Hi,in server of our bank client have this error:Micro Focus Net Express V5.100.0157 RUN TIME ENVIRONMENT Copyright (C) 1984-2008 Micro Focus (IP) Limited. URN...
View ArticleRE: _mFerr3
This error means that the version of the run-time, cblrtss.dll that is being loaded is not the correct version. This normally is caused by deploying an application on a Server 5.1 product version that...
View Article