Browse all forums dedicated to the Rocket® COBOL product family.
Recently active
[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 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 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 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 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 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 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 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]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 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 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 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.
[Migrated content. Thread originally posted on 16 November 2010]Does anyone know of any tools/utilities that can be used to determine how much bandwidth an Acucobol application uses when connected to the a user's PC via acuthin? I have a potential customer who needs this information to specify the VPN link to our site. Thanks
[Migrated content. Thread originally posted on 10 November 2010]I hope i will find somebody that is kind enought to translate in cobol that codeThank you!En VBS l'utilisation de la fonction Create_Object s'impose : Dim oSkype 'As Skype 'L'objet public Sypeinit_Skype'Appel par exemple de la fen?tre profil de l'utilisateur connect? sur Skype :oSkype.Client.OpenDialog ("PROFILE")------------------------------------'' Init_Skype :' Fonction d'initialisation Skype permet de lancer le client skype' si celui-ci ne l'est pas et effectue la "connection" du projet ? l'API Skype.'--------------------------------------------------'Sub init_Skype() Set oSkype = WScript.CreateObject("Skype4COM.Skype",") If Not oSkype.Client.IsRunning Then oSkype.Client.Start End If While Not oSkype.Client.IsRunning DoEvents 'Attente d?marrage client Skype WendEnd SubEn VBS (code simplifi? en con
[Migrated content. Thread originally posted on 22 June 2010]Hello,I have a paged list-box on a small amount of data (200 or so records). We use the paged version to allow our users the ability to type in the code they're looking for and narrow down the list.The problem I am having is after the first letter is typed (the event fires and the list is moved to that letter), no other letters typed fire an event. I have logging and can see the event being fired on the first letter, but nothing else gets fired.Is there something I am missing? My list box is declared like this: 03 list-1, list-box using list-data, paged, 3-d NOTIFY-DBLCLICK line 3, col 1, size 40, lines page-size, upper, data-columns = ( 1, 7) display-columns = ( 1, 9).Thanks.
[Migrated content. Thread originally posted on 28 July 2010]One of our users is getting an error message telling them to upgrade their browser to microsoft 5.5 or better when they go to print. We are using acuthin 8.0. The user is runing XP. Has anyone seen this error. We had it early on in our development but I can't find the fix or the reason for the error.Thanks
[Migrated content. Thread originally posted on 03 December 2010]Is there some control, a grid or something else like a grid, that can scroll 1 character at a time instead of snapping to each column in the grid? I have a grid with 2 columns in it and I can't physically display all of the first column on the screen I have so when you use the scroll bar it scrolls over to the next column and you always miss a little bit of data. So is there some setting that will let you scroll smoothly and partway through a column instead of 'snapping' each column to the left edge as you scroll?Maybe a list-box or a Tree-view could accomplish what I am after, anyone have any ideas?
[Migrated content. Thread originally posted on 10 June 2010]Hi, I'm experiencing a very strange issue. Background:Windows 2003 Server, MSSQL Server 2005, XODBC 8.1.0, AIX 5.3Issue/Error:OLE DB provider "MSDASQL" for linked server "(null)" returned message "[TOD][ODBC][GENESIS](pos: 133 '...A_SELECT='Y'^Y'') - syntax error". Currently, I'm only running 2 SQL statements. If I run statement 'A' first, then run 'B', 'B' will fail with this error. If I run 'B' first, it runs fine, and 'A' will run fine.If after 'B' fails, I wait for a couple of minutes, 'B' will run fine (by itself). I'm running these from SQL Enterprise Manager. The two Selects are shown below in the the order where the second one always gets the error message:SELECT a.* from OPENROWSET('MSDASQL', 'DSN=BSFUNIXk','select comnum, comnum_sub, comheading, comheading_subfrom ROOT.comheadfl
[Migrated content. Thread originally posted on 28 July 2010]I'm trying to implement the Mouse Wheel in my Paged Grids.I service the event(s) and Modify the grid field to with Action-Next or Action-Previous, and that seems to work OK.I enhanced it so the if the operator holds the Ctrl Key while wheeling, then I Modify the grid field Performing the logic 4 times. That works .... except if I really spin it, I end up getting a "Perform Stack Overflow" error. I'm guessing the Wheel Spin events are coming so fast, my grid display logic is not keeping up, and a race condition is occurring.So I try to use the EVENT-LIST along with EXCLUDE-EVENT-LIST to disable and enable the MSG-PAGED-NEXT/PREV-WHEEL events, and the "Stack overflow" errors go away, ..... but all other events associated to the grid are also disabled.Here is the coding:GRIDLKUP-EVENT-HANDLER. EVALUATE EVENT-TYPE WHEN MSG-GOTO-CELL PERFORM IDENTIFY-OP-SELECTED-CELL
[Migrated content. Thread originally posted on 22 July 2010]We have a couple of screens where we use the Msg-Validate EVENT on an entry field. The screen also has a button that the user can click to 'save' the information.In the validate event we check for valid data (I assume this is what it is for), and if the data is invalid then we give the user a message and do the following to keep the cursor in the field.SET EVENT-ACTION TO EVENT-ACTION-CONTINUE. Now the problem arises under thin client when the network is slightly slower than normal (it appears this is when it happens most anyhow). The user may have entered invalid data but instead of tabbing out of the field, they click on the save button and what seems to happen is the cmd-clicked event fires BEFORE the Msg-Validate EVENT and a mess of problems arise.Has anyone come across this before or have any idea how to circumvent or better handle this situation?
[Migrated content. Thread originally posted on 21 September 2010]We are ISV, and we have reported an incident for support. This is the incident description,is there any company which has similar issue? Our application is web based "cgi" program.Now we use vision file system and acuCOBOL8.11.We try to use acu4GL and MSSQL 2008R2 Express to replace the vision file system.We find the "Open" file really expensive in time-consuming.We use "SQL SERVER Profiler" to trace the "OPEN" operation.We see two lines is the major time-consuming sections. please see the attachments "screenshot1" and "screenshot2".The first entry(screenshot1) we solved by adding missing procedure "sp_AcuInit".But the second entry(screenshot2), we could NOT understand why it takes that long time(duration time = 529 milliseconds). In the attachments, "openafile.bmp" shows the testing code only does an open operation and printing log file."
[Migrated content. Thread originally posted on 15 June 2010]Hello everyone,I am testing the sample program from AcuCobol. I have an error while compiling the JavaCallingCobol.java. It complains package com.acucorp.acucobolgt doesn't not exist. What did I do wrong here or where can I locate this file?import java.io.*;import java.util.*;import java.util.logging.*;import com.acucorp.acucobolgt.*; /** * JavaCallingCobol sample Java program * */public class JavaCallingCobol { private static Logger _log; public JavaCallingCobol() { super(); }Thanks,Luan Tran
[Migrated content. Thread originally posted on 25 November 2010]Does anyone know of a way (active-x, etc) of displaying expanding/collapsing columns on the screen in a way similar to Excel? For example I want a chart of accounts displayed with the control accounts and 12 months of balances on each row, then if you expand, show each sub-account with 12 months of balances related to the parent control account.
[Migrated content. Thread originally posted on 06 August 2010]Hello,I'm looking for a Extend 8.x customer for an reliable, up-to-date, scheduling product that can replace his own schedule/calender that he wrote using a grid control.We looked at MindFusion scheduling in .NET, functionalities look very nice, but the client prefers an ActiveX control as they have extensive knowledge working with ActiveX controls.Does anyone have experience with a good external scheduling/calender that is "easy" to incorporate in Cobol?Best regards,Pete
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.