RE: Dialog System
the same problem with vcvs2012_231.exe!!!same errors!The version vcvs2012_23.exe will be given after registering for evaluate from microfocus!!! And all people is on holiday by microfocus and can't...
View ArticleRE: Cobol and SAP/ABAP
the title must be: Cobol and SAP!how have experience? How need to access via Cobol the sap database?
View ArticleRE: Mass Compile
Thanks I wrote one Powershell scripts to do that.####This Script is used for Mass Compilation of Projects under BaseDir####Author - Zoeb Patrawala####Date Written - 29/08/2016####Script Name -...
View ArticleUndefined ECM error
I copied a solution with a .Net WPF project from one system to another. Now I get the following errors on the receiving system: COBCH0002 : Undefined ECM error. Inform Technical Support. Error code 12....
View ArticleString handling; carriage return line feed (new line); 0d0a
Hello, I have a managed WinForms app (Visual Studio 2013, Visual COBOL 2.2) with a TextBox (Multline = True and AcceptsReturn = True) and it is sized to allow entry of multiple lines of text, which may...
View ArticleRE: Dialog System
My colleague Kim now has an open support incident for you and I am working with him to try to solve your problem. I cannot recreate the issue using the same product version in either VS2015 or VS2015...
View ArticleUnit Test Framework
Hi All , Does Unit Test Framework only works for Native Cobol codes ?I tried using mfurun for Managed COBOL codes but i am unable to execute the scripts.What are the other limitations ?Can i used on...
View ArticleRE: Unit Test Framework
The Unit Test Framework will work on native procedural programs and managed procedural programs. If you are compiling to managed then you would use mfurunil instead of mfurun.Documentation for running...
View ArticleRE: String handling; carriage return line feed (new line); 0d0a
The Esc characters \n, \r and \r\n are specific to C# and do not mean anything to COBOL. In COBOL you can use hex constants to define these characters for example X"0D" for carriage return and X"0A"...
View ArticleRE: COBOL Source Format of invoked program when in Debug
Hi Austin1,Can you provide more detail please? What exactly are you invoking here? Are these two programs in the same project or in different projects? Are these COBOL programs or classes?Can you show...
View ArticleRE: Undefined ECM error
Hi Werner,Can you tell me what the support incident number is for this problem?Are the two systems using the same .NET Framework version?
View ArticleRE: File handling in managed Cobol
Please open up an incident with Customer Care so we can take a look. I would also recommend testing this under the latest product release which is 2.3 update 1.Thanks,
View ArticleRE: File handling in managed Cobol
Hi Chris,I've already done that. The incident number is 2873608.Kind regards,Mark de Vos
View ArticleRE: COBOL Source Format of invoked program when in Debug
Separate Solutions. Nothing really unusual. Just step thru it in Visual Studio debug mode and watch the source margin on the right go from white to grey as it transitions to the invoked program...
View ArticleRE: Undefined ECM error
Hi ChrisI just opened a support incident, number is 2873929.Both Systems use .NET Framework version 4.5. I am going to check other details, like hotfixes.When I compile the solution I get 10 error...
View ArticleErrors migrating from Netexpress 5.1 to Visual Cobol 2.3
Hi,Getting errors during compile time. The same code worked in Net Express 5.1 but having issues in Visual Cobol 2.3Error 6 COBCH0302 : IF....ELSE or scope-delimiter mismatchCOBES0112 :...
View ArticleRE: Undefined ECM error
Hi ChrisPlease see support incident number 2873929. Kim Hoskin can translate the German text. I think you will understand that I don't publish the text in this forum.Regards.
View ArticleRE: Errors migrating from Netexpress 5.1 to Visual Cobol 2.3
Can you show what the full syntax in that statement is and what compiler directives you are using? How did you bring the NX code over to Visual COBOL, through the conversion wizard or using a manual...
View ArticleRE: Errors migrating from Netexpress 5.1 to Visual Cobol 2.3
Hi Chris,======================== EXEC SQL WHENEVER NOT FOUND CONTINUE END-EXEC. IF SELQUEUE-1-OPEN EXEC SQL FETCH SELQUEUE_1 INTO :I-KCT-ID-DB :NULLIND...
View Article