Browse all forums dedicated to the Rocket® COBOL product family.
Recently active
[Migrated content. Thread originally posted on 08 June 2012]Hello!From verson 9.0 (9.1 ?), AcuCobol handles stored objects. That is, we can send and receive objects as classes structs etc from ie. a C# method.I am testing this, and for simpler objects I have managed to receive and handle objects correct.But now I have a method that returns a C# Dictionary object.This, I cannot figure out how to handle. Therefore I hope for an answer on this forum.I have my return object in this handle:77 hDictOperators usage is handle of Object value 0.It is used in this call:modify hMaventa "@GetOperators" (mav-returTabAnt)giving hDictOperatorsThe object is stored in this, and I get the correct result if I ie. ask for the number of instances:inquire hDictOperators @Count ws-tellerI can also extract the keys into another stored object, like this:inquire hDictOperators @Keys hDictKeysBut the question is; how can I extract the keys and values into pic x - variables?The normal way of doing this
[Migrated content. Thread originally posted on 10 May 2012]Our Software Developer company needs a programer to work in Torrance, California www.rbza.com please mention this forumWe are not recruiters
[Migrated content. Thread originally posted on 13 April 2012]I'm hoping to produce an XML file that can be mapped to MS Word documents using the Word 2007 Content Control Tool Kit. (That's the easy Party).The tricky bit is embedding the XML file as a subdocument with the *.DOCX file set.Has anyone come up with a simple solution to this, of have an example program of calls to a .NET Assembly to calls ?This project is an effort to produce MS Word or PDF Invoices replacing calls to Active-X MS Word application so as to speed up the process.
[Migrated content. Thread originally posted on 20 April 2012]GoodFly for RM is the solution for the migration of applications made in RM COBOL with WOW to Visual COBOL for .Net With this innovative solution, several companies have already done in short time modernization project of COBOL applications to .Net with minimal impact in terms of intervention on the code. The result is a new greatly enhanced user interface that can be used through web and mobile channels. The main features of the solution are: Automatic conversion of COBOL-WOW projects with the creation of WPF screen set. Separation is maintained between the mask and the source, just like in COBOL-WOW. The logic of the program is not changed in any way: the program pilots cobol masks and not vice versa. Support of all COBOL-WOW controls. Support of Active-X controls. Support of the main COBOL-WOW functions (WowGetProp, WowSetProp, WowAddItem, WowGetMessage, etc..). Emulation of the COBOL-WOW event management. Conversion, when
[Migrated content. Thread originally posted on 12 March 2012]We have problems with one of our tasks.We are in a project to integrate to a webservice. There is written a proxy wrapper for us, to handle the communication with the webservice.But we get an error when trying to create one of its classes, the runtime crashes. When dissecting the wrapper, it seems that this class is the client class for the webservice. This means that we are trying to create a object – a class – that really is a webservice class.We are not very familiar with consuming webservice etc. and we are on a thin ice here...When I write a small C# code to do the same, it is necessary to add a config file to the C# project. This config file (app.config) holds the information about the webservice adress, binding etc. We have the config file, but is it possible to refer to it when creating the class? The short question is; is it possible to create a class in a dll component, that refers to a webservice class?Is the probl
[Migrated content. Thread originally posted on 21 February 2012]Hi,i am currently using server express 5.0 on sun solaris. developing a C application which getting request from an infinite loop TCP interface and accessing a legacy Cobol library accordingly.I have a question on necessity of cobcancel. after calling cobol library do i have to call cobcancel? When cobcancel is called, process CPU utilization gets to on a non-root user with default process priorities whereas when cobcancel is not called, CPU utilization gets up to at most which is sufficient for the time being?When cobcancel is not called, does that produce memory leak or any other side-effects or run-time errors on application?
[Migrated content. Thread originally posted on 01 March 2012]Hello!I have created a class in a .NET dll file. This class inherits another class, a base class.I want to set some properties that are implemented in the base class. When I make a definition file using NETDEFGEN, only selecting the child class, I dont get an definition of the properties. If I also select to include the base class in my definition file, I get a description of the properties. But refering to the child class, I dont get to set them anyway. How can i set this values?Must I first create the base class, set the properties and then create the child class? But how is the two then linked together?The exact situation is the dll "System.ServiceModel.dll".This has a class "WSHttpBinding", that inherits the base class "WSHttpBindingBase".In the base class, there is two properties I want to set, for instance "MaxBufferPoolSize".How can this be set?Regards Dagl
[Migrated content. Thread originally posted on 10 February 2012]I recently had to set up CGI with IIS 7.5 on a Win. 7 Pro and a WIN 2008 server. Since the Micro Focus instructions are IIS 5 on Win 2000 server, I thought someone may be able to benefit from my ordeal.The instructions are rough but here they are:If this is a new machine, confirm that wrun32.exe is operational from the desk top.Download and install Microsoft Web Platform Installer.www.microsoft.com/.../platform.aspxRun Web Platform Installer and choose IIS 7 Recommended Configuration.Follow this link for directions to install the CGI module.www.iis.net/.../cgiStart IIS and right click the "Default Web Site" in the Connections Panel (right).Choose "Add Application" from the pop-up menu.Type cgi-bin or the name of your choosing in the "Alias" field.Type the path to the folder containing wrun32.exe.Accept the defaults for "Application pool" and "Pass-through authentication".Cl
[Migrated content. Thread originally posted on 06 January 2012]Hello,I have problems using a C library under RHEL5, serverexpress 5.I installed the libharu library to be able to create pdf files. Very easy : from the libharu.org/.../Downloads I downloaded the last stable version, then configure, make, make install and the library is installed. I checked with C examples from the libharu site : a simple compile using gcc font_demo.c -l hpdfdoes the job and the program generates the pdf file.I used h2cpy to generate properly the types according to libharu .h files. In fact, most of the functions work with pointers (maybe, that's my problem).I created a small cobol sample program which is the translation of a C demo file font_demo.cbl.No problem at compliation time using :cob -x font_demo.cbl -l hpdfIt even runs without problem, except that the final results are completly wrong!! At the beginning of the program, it asks for the size of the page which should be (841, 595) and I find neg
[Migrated content. Thread originally posted on 12 January 2012]Good afternoon,I have two old applications developed in Microfocus Cobol v3.1.11, and I´d like to update these applications to Visual Cobol R3 or if it would be possible to .NET technology.Is there any application or support that helps me to do this in the easiest way?Thanks in advance for your help.Best regards, Mabel
[Migrated content. Thread originally posted on 16 January 2012]Hello,Is there any way to obtain the trace (the execution tree) from a program that invokes several other COBOL modules?Regards
[Migrated content. Thread originally posted on 10 January 2012]Hello,In our current RM / COBOL system, we are using the software Relativity; it is the software that allows the construction of a true relational database using COBOL application data. I have tried the Relativity Software with files generated by VisualCobol Programs (that work with the RM/COBOL file handler), and it works correctly.My question is...Will We have support and maintenance for this software in the future? That is, when support for the RM / COBOL system is no longer available...Exists or will exist some software that does the same job?Thank you
[Migrated content. Thread originally posted on 17 December 2011]What is this?? Don't understand how you get I/O problem with a delete. I am running the "cleanspool" job twice a week. Is this a data catalog problem? How would I find out? Help...
[Migrated content. Thread originally posted on 22 December 2011]I am trying to run simple Java Program Hello World which has a call to simple Cobol Subroutine hello.cblThe instructions in Visual Cobol documents say to first load library. I do understand, how do i load this library. I have build the project and Eclipse has created one hello.idy file. Should this file be in the class path of my Java program. How do i load this library. I am using Visual COBOL 2010 with Eclipse and on Windows.Any help on this would be very valuable
[Migrated content. Thread originally posted on 11 November 2011]Sorry about it, How could I delete my topic? I changed my mind and want to remove this post?
[Migrated content. Thread originally posted on 20 October 2011]I am looking for information on MFA Sync Monitor. Do Micro Focus sell this product seprately. Can anybody point me to some pointers (documentation/Contact Person).
[Migrated content. Thread originally posted on 03 October 2011]Hello!We have recently started to research and use AcuSQL. We use AcuSQL to export reporting data to a SQL Server for reporting issues. This is meant for a HQ solution, wich will gather data for several companies.As the use of this is for HQ reporting, we need to open a connection to a central, remote SQL Server. Therefore, we need to connect to a SQL Server that is residing on a remote maching on the same network. Possibly also through the internet.My question is; how can this be done? Has someone else tried this?We have tried to put the adress of the computer in front of the servername/instancename. But we cant make it work.Example:move "\\\\\\\\" to servernamemove "" to useridmove "" to passwdEXEC SQL CONNECT TO :servername as sqlConn USER :userid USING :passwd END-EXECI would be very grateful if someone could give me a hint.Regards Dagl
[Migrated content. Thread originally posted on 28 September 2011]Hello,I'm getting freeze problems in my program when i do:perform in thread Lectura_Scanner handle in scanner-threaduntil scanner-activo-no Lectura_Scanner section. Lectura_Scanner_1. initialize sca-envio-scanner. call "s$balanza" using by content sca-puerto by content sca-envio-scanner by content sca-velocidad by content sca-paridad &nb
[Migrated content. Thread originally posted on 18 August 2011]Does anyone have experience with installing net express 5.1 on a windows PC (XP) that connects to a UNIX infrastructure for compiling and debugging? I can get the debugger to step thru when debugging but can't get it to run thru the program. The complier works fine. Is this because we are not connecting to a windows database or process scheduler and the application is running on windows? Any advice, comments or help would be greatly appreciated. I have tried numerous tips out on the web to no avail so I figured posing the question out on this forum couldn’t hurt... thank you.
[Migrated content. Thread originally posted on 20 January 2011]Hi All, The new forum is now opened, you find it at: community.microfocus.com/Home I welcome you all to start registering and using the new forum. This forum (http://www.acucorp.com/support/supported/customer_forum) will be turned into readonly over the weekend. Gisle
[Migrated content. Thread originally posted on 27 August 2011]I'm running a Program and send me this error:ERROR: (10) Requested main program entry point not found Done building project "glclinat.cblproj" -- FAILED.What I have to put on this Box (Entry Point Box)? or What this error means.
[Migrated content. Thread originally posted on 26 August 2011]Hello,I went through some posts regarding converting Dialog system screens to web forms but didn't find anything concrete. Does Micro Focus has any recommendation or component in the later releases of Net Express/Studio Enterprise Edition to support migration from Dialog system to web forms? As per my understanding, Dialog System has been retired and one possible way is to expose the business logic as web service and get it integrated into the newly built web forms.I would appreciate the response from anyone who has any prior experience in this regard.regards
[Migrated content. Thread originally posted on 26 August 2011]On AIX we are currently running with Server Express 5.1. We use the basic command-line compiler and animator and expect to do the same going forward.Can someone explain the upgrade path to keep doing the same on Visual COBOL?Thanks
[Migrated content. Thread originally posted on 09 September 2011]Has anyone used the property SENDUSINGACCOUNT of Outlook to indicate the sender account?It lets you choose a different account from the default account of your Outlook. This property appears in Outlook 2007.Once I have found in my Outlook the account I want to use, I have it in my handle "olaccount".Then I want to set this property:modify olmail @sendusingaccount is olaccountWhen I finally send my e-mail, the sender address is the default account, not the account I chose.Can anyone help me? Thank you! :-)
[Migrated content. Thread originally posted on 27 August 2010]I define the MY-DATE as below in my xfd file, and I create the table in SSE2008 $XFD USE GROUP, DATE=YYYYMMDD05 MY-DATE.10 MY-YYYY PIC 9(4).10 MY-MM PIC 9(2).10 MY-DD PIC 9(2). and I give it value "2010-08-27"I would like to see them stored in SSE2008 as"2010-08-27" or say I would like to create this field as "Date" rather than "Datetime". But actually I got this value "2010-04-26 00:00:00.000" How could I solve this issue? Any ideas? I guess I should use some special parameter in this line, but I didn't see any hint on acu811 hepl document.$XFD USE GROUP, DATE=YYYYMMDD Thanks.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.