RE: Unit Test Framework
Thanks Chris.I was able to write a test case for Managed Procedural pgms ( typically batch programs compiled in managed state).In restrictions it is mentioned that it does not support User Interface...
View ArticleRE: Errors migrating from Netexpress 5.1 to Visual Cobol 2.3
Thank you. Can you also show me how the host variables are defined in your program?
View ArticleRE: Errors migrating from Netexpress 5.1 to Visual Cobol 2.3
Hi Chris, 01 STRBUFF PIC X(30). 01 WS-FETCH-CNT PIC 9(08). 01 WS-SQLCODE-OUD PIC S9(9) COMP. 01 WS-IX PIC 9(03). *KM044-START...
View ArticleRE: Unit Test Framework
That is correct, it does not yet support ACCEPT/DISPLAY testing in your programs.The Unit Testing Framework is in Technical Preview status which means it is not yet in a GA state.
View ArticleRE: Errors migrating from Netexpress 5.1 to Visual Cobol 2.3
It appears that you are using a null indicator array that is not actually defined as an array. When you are using host arrays and null indicator arrays both sets of variables have to be defined with an...
View ArticleRE: Undefined ECM error
Hi Werner,In the support incident it mentions that the product you are actually using is V2.3 base release and that when testing with 2.3 Update 1 the errors do not occur.Can you confirm this?
View ArticleRE: Errors migrating from Netexpress 5.1 to Visual Cobol 2.3
Hi Chris,I made the change as you suggested and it got compiled successfully.Thanks a lot.Thank you,Ramesh
View ArticleRE: Undefined ECM error
Hi ChrisMy standard system is Windows 10 with Visual Studio 2015 and Visual Cobol 2.3 with Update 1 (vcvs2015_231.exe) and Hotfix (vcvs2015_231_hf01_125850.exe). Everything on this system works fine. I...
View ArticleRE: Unit Test Framework
Thanks.It was giving error message as follows when my code had ACCEPT/DISPLAY/SCREEN SECTION.Execution error : No default window setup - check for AcceptDisplayAttribute?
View ArticleRE: Unit Test Framework
I am using Trial version for VS2015 , thats why support has not provided me any incident no.
View ArticleRE: COBOL Source Format of invoked program when in Debug
Austin1,I can reproduce the problem when the referenced project or assembly does not exist within the current solution. If I move it within the current solution then the sourceformat does not change.If...
View ArticleRE: Unit Test Framework
OK, I will go ahead and create an internal enhancement request for this feature so we can try to get it into a future product release.Thanks.
View ArticleC# to Visual Cobol Statement
Hi,i have this in c#: DataGrid grid = sender as DataGrid; DataGridRow selectedRow = grid.ItemContainerGenerator.ContainerFromItem(grid.SelectedItem) as DataGridRow;...
View ArticleRE: C# to Visual Cobol Statement
So far so godd :-)Now i Need the Text of selected Item...Have you any Idea?Best RegardsBernd
View ArticleRE: Setting cobol tabs
This is what COBOL Smart Edit mode does for you. You can turn this on by toggling the Smart Edit icon on the toolbar but instead of using the tab key you use the Home and End keys to move between stop...
View ArticleRE: Setting cobol tabs
Just tried this. Works okay for the Home key, which stopped at col 7, 8, and 12, but the End key just brings me to the end of a text line, not to column 72,
View ArticleRE: Setting cobol tabs
The End key will take you first to the end of the text line and then if you press again to column 72.
View ArticleRE: Level 78 Hex Value Usage
When I try this here the TAB is generated as one byte and if I move it to a PIC X field it will move the single tab character.Can you give me an example where this is being treated as 2 bytes?
View ArticleRE: Setting cobol tabs
Hi Chris,Well, I tried that, but the End key won't budge past the end of the text line. Maybe there is a setting somewhere I need to change.
View Article