Exception: Expected Identifier or quoted identifier
Hi, Can anybody help me out in getting this query to work? I've tested it on the sql command line and it works perfectly but when I try to run the project it produces that error in the post title, I am...
View ArticleHexadecimal VALUE in a Website
When a webform calls a COBOL program with a hexadecimal value in it, the website is able to compile but when it runs it throws a runtime exception on the CALL statement. Example webform codebehind:...
View ArticleRE: Hexadecimal VALUE in a Website
I am assuming that the error message that you are receiving is a RTS 198 or some error about a Code Page conflict, is that correct?The problem would occur because the web site itself (the .aspx file)...
View ArticleRE: Exception: Expected Identifier or quoted identifier
Thank you dmccann, I've moved the headache to the database ;-) by creating a view of the upper query and selecting whatever I want from it but, the view query still needs optimization!Regards
View ArticleAndroid
On this ....Before you startTo run the demo you need to install the following:Visual COBOL for Eclipse for Windows, R4 Update 2.AndroidForCommunity AddPack – downloadable from SupportLine (Visual COBOL...
View ArticleRE: Android
As the note states the Visual COBOL Android demo addpack was made available for the Visual COBOL for Eclipse for Windows, R4 Update 2 product which is by now quite old.Unfortunately we have not updated...
View ArticleRE: ILSMARTLINKAGE Doesn't Generate Record Object
Ahmet,Has this problem been resolved?If it has then could you please post the resolution to this thread?If not then I would propose that you send to me your zippred up solution so that I can take a...
View ArticleInstallation
While installing Micro Focus Visual COBOL for Eclipse, I had to un-install. Now I am trying to re-install and I'm getting the following error;:This application requires Micro Focus License...
View ArticleRE: Installation
The Micro Focus License Manager is installed as part of the Visual COBOL package so you should already have it.It is not uninstalled automatically when you uninstall Visual COBOL so perhaps you need to...
View ArticleRE: Initializing working storage at compile time.
Just a few more details... We have a program that has a counter defined as:RECORDS-READ PIC 9(5).In the procedure division the counter gets added to for each record read :READ INPUTFILE NEXT RECORD...
View ArticleRE: Initializing working storage at compile time.
One more note...When we run this program compiled in the old 16-bit MF 3.423 it works fine.
View ArticleInitializing working storage at compile time.
We have a lot of old code that doesn't properly initialize working storage variables and we are getting strange results in our numeric fields. I was hoping to use a compiler directive to accomplish...
View ArticleRE: Initializing working storage at compile time.
You do need the INIT-BY-TYPE directive but unfortunately it is a new directive that will only be available as of Visual COBOL 2.2 update 1 which will be released at the beginning of June so it is not...
View ArticleRE: Visual COBOL on a TFS Build Controller
I'm having similar problems as described in this KB-article: community.microfocus.com/.../18112.getting-errors-when-using-team-foundation-server-2010-to-build-visual-cobol-solutions.aspxI'm using...
View ArticleVisual COBOL on a TFS Build Controller
Hi,We are planning to use TFS to build & deploy our COBOL programs. As I understand it we need to install Visual COBOL on the TFS Build Controller (that will be a separate server) and have a valid...
View ArticleRE: Visual COBOL on a TFS Build Controller
Sorry to disturb, I found out how to change it in the Advanced Category.But still having problems, due to this error:C:\Program Files (x86)\MSBuild\Micro Focus\Visual...
View ArticleRE: JVM RunUnit - Call (String, Object []) Problem
You should be using either the RunUnit.Add method and then invoking the class that has been added directly or using the RunUnit.Call method to call a program that has not yet been instantiated or...
View ArticleRE: JVM RunUnit - Call (String, Object []) Problem
Hello,based on your answer I have tested two waysint SExtUebergabeLen = 815; SExtUebergabe sExtUebergabe = new SExtUebergabe(); int SUservgIoLen = 4711; SUservgIo sUservgIo = new SUservgIo();RunUnit...
View Article