Quantcast
Channel: Visual COBOL - Forum - Recent Threads
Browsing all 4356 articles
Browse latest View live

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 Article


RE: 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 Article


RE: 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 Article

RE: 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 Article

RE: 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 Article


RE: 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 Article

RE: 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 Article

RE: 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 Article


RE: 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 Article


RE: Unit Test Framework

I am using Trial version for VS2015 , thats why support has not provided me any incident no.

View Article

RE: 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 Article

RE: 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 Article

RE: Unit Test Framework

Thanks

View Article


C# 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 Article

RE: C# to Visual Cobol Statement

So far so godd :-)Now i Need the Text of selected Item...Have you any Idea?Best RegardsBernd

View Article


RE: 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 Article

RE: 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 Article


RE: 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 Article

RE: 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 Article

RE: 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
Browsing all 4356 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>