RE: License Issue for Visual COBOL Personal Edition on REDHAT
Thank you in advance.I can show you what is on my RHEL 7.2 machine:xu4.ddns.net/.../Shell.png From shell command, I started Eclipse:xu4.ddns.net/.../Flash.pngI can see MicroFocus logo and flash...
View ArticleRE: License Issue for Visual COBOL Personal Edition on REDHAT
Hello jzhang18:I can reproduce the missing COBOL perspective, even though I start Eclipse from $COBDIR/bin/eclipse, if I do not have a license installed for the product.Using the license administration...
View ArticleRE: License Issue for Visual COBOL Personal Edition on REDHAT
When you bring up Eclipse, does it show an "Unable to find license" screen? --- I never saw that message on my machine.But, in Help > About > Installation Details, I could see COBOL in both...
View ArticleRE: License Issue for Visual COBOL Personal Edition on REDHAT
I am surprised that you never see the licensing message when you start Eclipse. Perhaps something went wrong during the product installation.When I downloaded and installed Visual COBOL for Eclipse...
View ArticleRE: License Issue for Visual COBOL Personal Edition on REDHAT
setup_visualcobol_deveclipse_2.3_redhat_x86_64 -- my downloaded file name is correct 924682329 bytes -- my file size is the same as yours3962703186 924682329 -- checksum values are identical as...
View ArticleRE: License Issue for Visual COBOL Personal Edition on REDHAT
It seems the product installed correctly. However the License assigned to your email account has already been used. Please see my email for further instructions.
View ArticleRE: License Issue for Visual COBOL Personal Edition on REDHAT
I am wondering with the same email address, how many PE2.3 copies I can install and activate?I installed PE2.3 for Visual Studio 2015 and PE2.3 Eclipse on Windows 10. REDHAT is my third try.
View ArticleRE: License Issue for Visual COBOL Personal Edition on REDHAT
The intent of PE is to learn the product. Therefore, it should only be installed on one system. And our system indicates that you have already activated the license. If you are intending to evaluate...
View ArticleRE: License Issue for Visual COBOL Personal Edition on REDHAT
My main purpose is try to see I can use it to create a simple COBOL DB2 stored procedure. hooked it up with DB2 server I installed on my REDHAT Enterprise 7.2. Then called it from Windows .NET...
View ArticleRE: License Issue for Visual COBOL Personal Edition on REDHAT
As Phil pointed out the Visual COBOL Personal Edition is not really the correct product choice for what you are trying to do which is basically a POC.The PE version is an educational tool for students...
View ArticleRE: License Issue for Visual COBOL Personal Edition on REDHAT
Maybe I looked at the wrong product. Can someone confirm it -- I cannot use MicroFocus Visual COBOL Personal Edition to create a simple DB2 COBOL stored procedure. What will be the correct tools...
View ArticleRE: License Issue for Visual COBOL Personal Edition on REDHAT
You can use Visual COBOL PE to create a simple DB2 COBOL stored procedure. The process is documented under the Data Access-->Database Access section of the docs under COBOL DB2 Stored Procedures...
View ArticleMicrosoft integrates Visual Studio with Eclipse
Interesting article about how Microsoft is integrating Visual Studio with the new version of Eclipse.http://www.zdnet.com/article/microsoft-integrates-visual-studio-with-open-source-eclipse-ide/I am...
View ArticleRE: CALL "SYSTEM" USING WS-COMMAND-LINE.
Hi Alberto,Make sure you null terminate your command. This works OK for me:- identification division. program-id. Program1. environment division. configuration section. data...
View ArticleRE: CALL "SYSTEM" USING WS-COMMAND-LINE.
Alberto,Also please be aware that in Net Express when running from within the IDE the current directory was set as the project directory by default so your .bat file would be found if located there.In...
View ArticleRE: CALL "SYSTEM" USING WS-COMMAND-LINE.
Hello david and Chris:Have redefined the path and the call is already running.The BAT.FILE is already being called by Cobol.Thanks again for your help.Best RegardsAlberto Ferraz
View ArticleCALL "SYSTEM" USING WS-COMMAND-LINE.
Hello:In NetExpress i use a command "CALL "SYSTEM" USING command-line" where command-line is a call to a batch file"cmd /C hash.bat 001181107".I copied the routine for Visual Cobol but I think the...
View ArticleRE: License Issue for Visual COBOL Personal Edition on REDHAT
Yes, That is the answer I want to know. If I can really go through all the steps required in the documents and make a simple COBOL DB2 stored procedure, accept an input char(20) parameter, output a...
View ArticleRE: Spreadsheet xls
The translation for this routine is shown below. I have not tested it so that part is up to you. Please note the literal that says Place the javascipt in here. I had to remove actual javascript as it...
View ArticleRE: Add lines in a datagrid
Hello:I resolve the problem with another function.ThanksBest RegardsAlberto Ferraz
View Article