OK. Clear and concise. But, what we must do to create that variable EXTERNAL? COBOL automatically create it or we need to do something extra?
↧
Forum Post: RE: Data área like "sesión data".
↧
Forum Post: RE: Data área like "sesión data".
All you have to do is define it as external in each of your programs that will require it and then it will automatically be created as external data when the program runs just like any other data defined in working-storage.
↧
↧
Forum Post: RE: Data área like "sesión data".
Thanks Chris. We'll do a test.
↧
Forum Post: Upgarding Visual Cobol Personal Edition
I currently have Visual Cobol Personal Edition 2.1 hosted in Visual Studio 2010. I would like to upgrade to VCPE 2.2 but hosted in VS 2012, which I also have. Do I need to uninstall VCPE 2.1 and Licence Manager before upgrading to VCPE 2.2? Any gotchas? Thanks Paul
↧
Forum Post: RE: Upgarding Visual Cobol Personal Edition
Hi Paul, For this scenario you should uninstall VCPE 2.1 using Control Panel-- Programs and Features first and then install VCPE 2.2. It should not be necessary to uninstall License Manager as this should be done automatically during the install of 2.2. Thanks.
↧
↧
Forum Post: RE: Upgarding Visual Cobol Personal Edition
LEGAL QUERO ATUALIZAR O MEU VC, MAS E PRO VISUAL STUDIO OU NAO, EM QUAL LINK ENCONTRO O DOWLOAD DA VERSAO 2.2 URGENTE MEU EMAIL: josiasnv@yahoo.com.br
↧
Forum Post: RE: Upgarding Visual Cobol Personal Edition
Chris: thanks. Will the install of VCPE 2.2 cause VS2012 to host it?
↧
Forum Post: RE: Upgarding Visual Cobol Personal Edition
Ah, I see - you download the version that complements the appropraite version of VS.
↧
Forum Post: RE: Data área like "sesión data".
Hi Chris When you 're saying "same run-unit" you mean the same executable?
↧
↧
Forum Post: RE: Upgarding Visual Cobol Personal Edition
Yes, correct we have different installers for each version of Visual Studio. If you want to use Visual Studio 2010 you would install the Visual COBOL for VS2010 product, for Visual Studio 2012 you would install the Visual COBOL for VS2012 product, etc. If you do not have a full version of Visual Studio available when Visual COBOL is installed, Visual COBOL will install a shell version of Visual Studio and install into that. Thanks.
↧
Forum Post: RE: Upgarding Visual Cobol Personal Edition
Chris, I am NOT posting these questions Something else is happening What is it? I have not posted a question on this Forum for a long time now, certainly not in the last 2-3-4 days Paul
↧
Forum Post: RE: Data área like "sesión data".
Not necessarily the same executable. A run-unit consists of the main COBOL program and all subprograms that it may call so these subprograms could be in separate executable files like .int, gnt,.dlls, .so's... The run-unit would then be made up of all of these executables.
↧
Forum Post: RE: Upgarding Visual Cobol Personal Edition
Hi Paul, It appears that there are two Paul R's on this forum, that's all. Thanks
↧
↧
Forum Post: Database connection in Visual Cobol
I upgraded to the latest version of Visual Cobol and my data connection no longer works. Has something changed with how I connect? I tried removing and then adding back the catalog using the ADO.Net connection editor and it still does not work. I test the connection from the connection editor and it connects successfully. Iget the following error in the program "A network-related or instance-specific error occurred while establishi". Any ideas on what may be wrong?
↧
Forum Post: Unable to obtain the requested license
I had Visual Studio 2010PE installed on my system, I uninstalled it. I now installed Visual COBOL for Visual Studio 2012 PE , 1 year subscription. When I try to create a new COBOL project in Visual Studio 2012 I get the following messages Unable to determine the status of the product license. Error details: Unable to obtain the requested license: Error[37]: Duration of Trail License of SolarVisualStudio2010PE is exhausted. How can I get Visual COBOL 2.2 PE trail version working on my computer? Thanks
↧
Forum Post: RE: Unable to obtain the requested license
Go into the folder C:\ProgramData\Micro Focus and delete the files lservrc.stn and lservrc.net Open up Services under Administrative Tools and restart the Sentinel RMS License Manager service. Now start Visual COBOL again and it should prompt you for the license. Click on the option for free product and enter your e-mail address. This should relicense the product. Thanks.
↧
Forum Post: RE: Unable to obtain the requested license
Chris This fixed my problem, thank you for your help. Thanks Don
↧
↧
Forum Post: RE: Database connection in Visual Cobol
Hi David, When exactly do you get that error and how is it returned, on EXEC SQL CONNECT, in sqlerrmc? Thanks.
↧
Forum Post: RE: Database connection in Visual Cobol
Hi Chris It says that the connection can not be found. I tried un-caterloging it and redoing it but it still can not found the connection. It worked prior to updating to 2.2 and rebuilding. Any ideas? Thanks David
↧
Forum Post: RE: Database connection in Visual Cobol
Did you create the ADO connection using the correct bitism of 32-bit or 64-bit? If your application is built as target x86 then you need to use a 32-bit ADO connection, if it is x64 then it needs to be a 64-bit ADO connection. ADO connections do not currently work in projects whose target is anyCPU. For a test please create a brand new connection with a different name and see if that works. Thanks.
↧