RE: best architecture solution for migration
Thank You Chris and NeilH.I am working on Non-IBM mainframe platform , its on Sunsolaris UNIX and Oracle .
View ArticleLinkage section
Hi , I have a Windows form from which i accept a number and on the button click event , i take that number and call cobol program to validate the input.I am getting error while running the application...
View ArticleRE: Linkage section
You have a couple of things wrong here.There is no actual storage assigned for items defined in the linkage section.A linkage section is used to define data items that are being passed into the program...
View Articlerts 9/105 on open extend
Hi,I have a cobol program that make:OPEN EXTEND FILEand giveFILE status 9/105, Memory allocation errorThe server is Windows 2012 with 256 Gb RAM (free 254 Gb), and I use Cobol Server 2013 2.3.1I have...
View ArticleRE: Again DataGrid
Thanks again, what I'm trying to do is when you click on the numbers show continued. I created a hidden field and so he clicks on another page / number does not go through page load again, but this...
View ArticleRE: Possible to use a variable for database?
Can it also be used to do updates? I am finding that trickier...
View ArticleRE: Possible to use a variable for database?
Yes you should be able to use Dynamic SQL with Update statements. For example, the video that Chris linked to in his response above (at about 1:07) shows an example of an UPDATE statement being coded...
View ArticleRE: Sample Powershell for Visual Cobol
Just a reminder that this forum is not a substitute for using normal Customer Care support channels. If you have a question or run into a problem that requires immediate assistance then you should open...
View ArticleRE: Compiler Error
Looked at the copybook lines and found the name with the space as you said. Thia was the dclgen created in openESQL with the spaces so it thought it was ok, it wasn't. Now getting a error 19703 on...
View ArticleRE: Uninstall Problem
I am not sure if that would work or not. It sounds like you might need to install the License Manager by itself in order to uninstall ED.Do you have a current COBOL Server product on maintenance? If...
View ArticleCompiler Error
I'm receiving the following error and have everything in place, when I searched the internet for the cause of below, I received (below)Query.CPY (40,21-22) : error COBES0100 : Incorrect SQL statement...
View ArticleRE: Compiler Error
It should work fine as long as the environment and the project is setup correctly.I just tested with spaces in the project folder and it worked fine for me so it must be something specific to your...
View ArticleRE: WCF Project
Visual COBOL fully supports WCF Service Library projects if you are using a full version of Visual Studio and not the Shell version.For the Shell version the following limitation is documented in the...
View ArticleRE: Sample Powershell for Visual Cobol
We have a native Cobol program compiled OK in Visual Cobol. This is existing program executed through Unix shell script with command rtsora <program name>, This we want to migrate to Visual Cobol...
View ArticleRE: WCF Project
Thanks Chris . I have followed your recommended steps and got the WCF Project.Thanks
View ArticleWCF Project
Hi Team , I am using Trail version of Visual cobol for VS2013 and i am unable to find WCF Service Library.Any suggestions what alternatives are there.I wanted to check the WCF implementation of my old...
View ArticleSample Powershell for Visual Cobol
Do we have any sample code for executing Visual Cobol in PowerShell Scripts.Does RTSORA Runtime still be supported when executing scripts via PowerShell
View ArticleRE: Sample Powershell for Visual Cobol
Sorry, I mistakenly split the last reply from karthikgeek into a new thread because I thoughtt it was a new topic. It is as follows:Chris we are looking for the Later. How to run a built Visual Cobol...
View ArticleRE: Uninstall Problem
Chris,I was able to completely uninstall VC PE 2.2 by cleaning up the registry. I also cleanly installed VC PE 2.3! I guess we can close this question.Regards, John
View Article