Forum Post: RE: Data área like "sesión data".
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?
View ArticleForum 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...
View ArticleForum 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...
View ArticleForum 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...
View ArticleForum 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
View ArticleForum Post: RE: Upgarding Visual Cobol Personal Edition
Chris: thanks. Will the install of VCPE 2.2 cause VS2012 to host it?
View ArticleForum Post: RE: Upgarding Visual Cobol Personal Edition
Ah, I see - you download the version that complements the appropraite version of VS.
View ArticleForum Post: RE: Data área like "sesión data".
Hi Chris When you 're saying "same run-unit" you mean the same executable?
View ArticleForum 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...
View ArticleForum 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
View ArticleForum 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,...
View ArticleForum 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
View ArticleForum 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...
View ArticleForum 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...
View ArticleForum 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...
View ArticleForum Post: RE: Unable to obtain the requested license
Chris This fixed my problem, thank you for your help. Thanks Don
View ArticleForum 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.
View ArticleForum 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?...
View ArticleForum 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...
View Article