RE: Net Express is the old Micro Focus?
The latest COBOL offering from Micro Focus is the Visual COBOL product line. This supersedes Net Express 5.1.We have a personal edition of this product that you can download and use for free, if you...
View ArticleSERVER for cobol vs SOA
what is the difference between "Server for COBOL" , "Server for SOA"? also the list price?thank...
View ArticleRE: SERVER for cobol vs SOA
Server for COBOL is the basic run-time system for deploying COBOL applications.Server for SOA (Service Oriented Architecture) also includes the Enterprise Server components which allows you to deploy...
View ArticleRE: fileshare
I am not sure what it is that you are looking for. Do you wish to use Fileshare on a separate server machine or on the local machine so that you could implement transaction logging?To use Fileshare...
View ArticleRE: Replace PERFROM PARA with actual code
I am not really sure what it is you are asking for here. A PERFORM of a paragraph has nothing to do with copy statements. COPY statements are handled by the CP (copybook preprocessor) and are expanded...
View ArticleFileshare Username
We use Windows Small Bussiness Server 2003 and Netexpress 5.1. The FILESHARE works perfect as described in the documentation. If a file/record is locked I receive the file Status 9/65 or 9/68...
View ArticleRE: redirect SYSOUT in mfsort
Hello drpereyra:OUTDD is a compiler directive. You would specify OUTDD when compiling a COBOL program. It would change the behavior of the program. When OUTDD is specified, all format 1 DISPLAY...
View Articleredirect SYSOUT in mfsort
Hisorry, I not speak very good English but I understand to read.my work environment is under Solaris 9-10 with Server Express 5.0. and my problem is how redirect the SYSOUT to a file in mfsort.I am...
View ArticleRE: Windows 7 and Net Express
Hi, Net Express 5.1 Wrap pack 11 runs fine in windows 7 64bits, I'm working with that OS several years ago without problems. You don't need XP mode.regards,
View ArticleRE: fileshare
A 9/24 means:COBRT024 Disk input-output error (Recoverable)Perhaps it is not assigning the file to the correct location?I would recommend that you try setting this up with a real simple file and a test...
View ArticleRE: Fileshare Username
Under Unix there is a wholock command that can tell you this but under Windows I do not know of an equivalent. You might look at using the fsview utility in order to see which users currently have the...
View ArticleRE: fileshare
Sorry it was 9/124I have reported an incident by Support lineThanks, so far
View ArticleAssinar XML (sign XML)
(if necessary to post in English contact me)Bom dia, preciso urgente de uma ajudar dos amigos coboleiros,Hoje eu gero vários XML para transações em meu sistema, porém a partir de dezembro serei...
View ArticleRE: using .NET SDK in NetExpress 5.1
I was looking for a tool which generates automatically the GiroCode-QR-Code for SEPA-payments. The informations in the QR-Code needs to be in a strict order : bic, Name, iban, amount,purpose I've...
View ArticleRE: using .NET SDK in NetExpress 5.1
It is possible but like I stated in the earlier post this would be much easier to call in Visual COBOL which fully supports modern managed .NET code then it would be in Net Express. In Net Express in...
View ArticleRE: using .NET SDK in NetExpress 5.1
Our code is itself managed with Cobol NetExpress 5.1. We're not using Visual Cobol nor Visual Studio.An example would be much appreciated.Thanks.
View Article