Quantcast
Channel: Visual COBOL
Viewing all articles
Browse latest Browse all 5819

Forum Post: RE: License Issue for Visual COBOL Personal Edition on REDHAT

$
0
0
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 here The problem is the mixture.of products that you are trying to use. If you wish to deploy the stored procedure under DB2 on Windows then you would use the Visual COBOL for Visual Studio product and created native .dll files for deployment. Since there is no companion COBOL Server product for Visual COBOL PE then you can only deploy this on the same machine on which Visual COBOL is installed. That means your DB2 would have to be local. If you wanted to deploy on Linux then you would need to use the Visual COBOL Eclipse product for Linux so that you could then created native executables for Linux. Again since there is no companion COBOL Server product you would have to deploy your stored procedures on the same machine on which Visual COBOL Eclipse is running. If you had a fully licensed product set then you could use the Visual COBOL Eclipse product on Windows and do remote development on your Linux system using the Visual COBOL DevHub product for Linux. So with the Visual COBOL PE product you are limited to a single product running on a single platform. You can either use Windows or Linux but not both. Thanks.

Viewing all articles
Browse latest Browse all 5819

Trending Articles