Browse all forums dedicated to the Rocket® COBOL product family.
Recently active
[Migrated content. Thread originally posted on 05 May 2008]Not sure if anyone will know the answer, but I need to know what the formula would be to calculate the interest on a loan using 365/365 and 365/360 methods.The Loan amount is 100,000.00Interest Rate is 6%I currently have a program that will calculate the interest based on 12 months in year, but I need to make updates to that program to handle the 365/365 and 365/360 calculations and I can't seem to figure out how to do it.Any help would be greatly appreciated.
[Migrated content. Thread originally posted on 02 May 2008]Hello, againAre there any sample programs (similar to the email samples) that send documents to Microsoft fax?Thanks
[Migrated content. Thread originally posted on 25 March 2008]Hello everyone, we're considering use a .NET component to build up a new program in an existing application: all data's must reside on Vision files due to being useful for other part of the application but graphical look and feel and operativity forces us to use a .NET component. Now we wonder to choose the right approach:1) build a .NET program that talks to Acu for the data i/o and business logic of data's2) build a Cobol program that includes (more than one) .NET objects and manages them?Main app may be running on Thin environment just for performance purpose not due to remote accessibility.Any suggestion to make the right and easier choice?Thank in Advance, Gio.
[Migrated content. Thread originally posted on 12 November 2007]Hello everyone, we've noticed that thin client is higly suscettible of network communication stability: if LAN or Web connection is not stable and constant Thin and Webthin quickly enters in a dead or zombie state. Client or server doesen't retry to reestablish communication with the "loosen side". Has someone experienced a way to tune Thin or AGS_SOCKET communication in more efficient way in this extreme cases?Thanks in Advance, Giovanni.
[Migrated content. Thread originally posted on 20 December 2007]I have been trying to use sendmessage to send key strokes to our thin client I've only been able to change the hwnd of the parent and child windows. I have tried to find the hwnd of the textbox (I know nothing about acucobol so forgive me if my terms are incorrect) but I can only find the hwnd of the parent window and child window. I am a production worker trying to combine several step into one with vb. The IT dept wouldn't approve of me trying this so I haven't gone to them for help. My luck they probably check this forum regularly and guess that its me. I can't tell you a lot about thin client, I don't know if all thin clients are the same or not, but ours is just a "copy" of our old DG system, you enter a number at the flashing cursor and hit enter to go to the next screen then type in another number or text and hit enter and so on. Keystroke is the only way to interact with the thin clien
[Migrated content. Thread originally posted on 16 February 2008]I would like to use the I$IO routines as part of a generalized DECLARATIVES procedure, specifically for handling locking. What I'd like is for the declarative procedure to get control when a locked record is read, then handle waiting for the lock to be released. The wait would be done by re-trying the read some number of times, with a delay between each attempt. The problem is the read in the declarative procedure. Use of the I$IO routines occurred to me, but I don't know how to get the handle that I need, since the program uses standard OPEN/CLOSE/READ statements. Is there a way to convert the OS handle that I can get by passing the open file to a subroutine to the POINTER/handle that the I$IO routines expect?
[Migrated content. Thread originally posted on 28 November 2007]We are noticing that Acubench seems inconsistent in its use of line terminators in PSF files (and resulting CBL files, etc.).It seems that some lines are terminated with CR LF and some just with LF.This wouldn't be so bad, except that it seems that regenerating a form results in different terminators than it had before.The resulting mishmash of line terminators is giving our version control system (subversion) fits. Or, more correctly, it's giving us fits.Anyone else experiencing similar issues? Anyone have any suggestions?
[Migrated content. Thread originally posted on 21 January 2008]Acucobol Programmer requiredBransom Retail Systems Ltd.We are currently looking to recruit an experienced Acucobol A/P to work within our busy small team of programmers, assisting with the ongoing development of a retail accounts management system for use by the jewellery trade. The successful applicant for this permanent full-time position will be based at our main office in Hemel Hempstead, Hertfordshire, UK. Please read the attached MS Word document for a full description of the work involved. If you are interested in applying for this position, please send a copy of your CV to robf@bransom.co.uk
[Migrated content. Thread originally posted on 21 December 2007]Hello everyone, first of all Merry Christmas and best wishes to all!Has anyone an xfd or fd and select of AcuAccess file?TIA, Giovanni
[Migrated content. Thread originally posted on 13 November 2007]If "Files (*.)|*." use as a filter, files do not appear.Why?
[Migrated content. Thread originally posted on 06 February 2008]Hi, AllI have a program that displays Excel spreadsheet names in a grid.When I right-click the name I do a "C$System" call that opens the spreadsheet in Excel. When I close Excel and return to the program, the menu has been "disabled". I can click on all the options, but nothing happens.Clicking on another control outside the grid will reactivate the menu. Does anyone have an Idea about what might be causing this?Thanks!!:)
[Migrated content. Thread originally posted on 07 November 2007]Can anyone give a detailed explanation of what these status messages mean? We are calling an Acucobol app from a .NET app using wrunnet.dll. Sometimes when it calls the program it will generate a CS_CONT message. Many times after this status is returned the interface hangs and we have to do an IISRESET on the server to get things going again.Other times we will get CS_RECURSIVE which seems to mean that the resource is busy but it will politely wait and retry the operation. The CS_RECURSIVE status never hangs the interface.Any ideas about this would be welcome. For 6 months we have had the vendor pointing fingers at the Acucobol side of the interface.
[Migrated content. Thread originally posted on 06 February 2008]I'm curious to know if anyone is using Registration Free COM succesfully(on XP/2003/Vista only) with the runtime executable? msdn.microsoft.com/.../
[Migrated content. Thread originally posted on 14 February 2008]hi, in many circumstances i need to have more than one instance of the same program in a runtime unit. I know you can deal with this issue using some multi-thread technique, but the mechanism of "send/receive" is too slow compared to the "call using".So I suggest something like:77 hnw-my-subprogram-1 handle of program.77 hnw-my-subprogram-2 handle of program.then:call "c$factory" using "myprog" giving hnw-my-subprogram-1.call "c$factory" using "myprog" giving hnw-my-subprogram-2.obtaining two different instances of "myprog", and calling each one by their respective handlescall hnw-my-subprogram-1 using par1, par2, par3call hnw-my-subprogram-2 using par1, par2, par3...now assume that "myprog" exposes different entry points:program-id. myprog.procedure div.entry "entry_1" using...entry "entry_2" using...you call the en
[Migrated content. Thread originally posted on 30 December 2007]There has been some requests for the definition file of the Acrobat reader, it is attached to this email.
[Migrated content. Thread originally posted on 12 September 2007]We are developing software that will be specifically designed to work from a touch screen monitor and wondered if anyone had found a good plug in for a touch screen keypad and/or keyboard. I've seen some 3rd party software that does this already but wanted to touch base with the users who visit this site since someone may have already found a good package to do this. We are also looking at creating our own screens to handle this function, but in some ways it would just be easier to call out to another application that already has the keyboard/keypad look and feel plus the ability to do all the editing and returning of values.thanks, MikeProgrammer/Analyst Summit Software, Inc.
[Migrated content. Thread originally posted on 01 November 2007]Good Morning:Does anyone can bring some help about ACUSORT utility:1. How set the environment variables like ACUSORT_TRACE or dd_SYSOUT2. Where to put these variables (The utility command-line dosen't support parameters like -c config)3. Nor the manuals neither the help tell about it.I'been testing this utility from command-line, with or without 'take' file andwithin a AcuCobol program thru C$SYSTEM routine.It works fine in every optionl except for point 1 (above).Thanks in advance.CB52 "from the Pampas" (again).-
[Migrated content. Thread originally posted on 19 September 2007]Sorry my English, When i generate this program in Acubench 7.0.1, acubench display a error box and say me Open/Create c:\\example\\copylib\\program1.evt file error . I know how correct this problem , but is take a some time. (Create Form1, put dummy variable in working-storage, paste this code in your form1-aft-init-data paragraph "move "Example" to dummy(function length dummy:) dummy. | I know this is wrong)" and compile it ) 1-Close Acubench 2-Edit program_name.psf 3-Insert "*" beginning of the error line 4-Save program_name.psf 5-Edit program_name.evt 6-Insert "*" beginning of the error line 7-Save program_name.evt 8-Reopen project 9-Generate program_name ...... Did is corrected in 7.2.0 or other version of Acubench ? Thanks.
[Migrated content. Thread originally posted on 20 August 2007]We are currently looking for a programmer/developer for our small IT based company providing on-line debt recovery services in Lancashire, England. If you know someone who might be interested please email me at nick@colsys.net
[Migrated content. Thread originally posted on 13 July 2007]Up today we used the "wrun32.exe" only with IIS4, IIS5 and IIS6.The new IIS7, which is used in Vista and Server2008, seems to pass no parameter to the "wrun32.exe".Thus a call like “wrun32.exe -f does not xx.out” is no longer possible.Also an environment variable A_CGI does not lead to success, since the IIS7 does not continue to give these to the "wrun32.exe".Since A_CGI can not occur in the CBLCONFI, I do not find a possibility, how to configure the Runtime for the service of CGIs.Which further possibilities do I have?RegardsFrank-Peter Clees
[Migrated content. Thread originally posted on 12 July 2007]Hi, My partner and I are stuck on trying to extract the column text values from an application that was created in AcuBench. We are using QTP to test the application but it does not read the text that is in the column within the grid. It only sees the entire grid as one object and does not have row and column properties for that object. Are there any other tools that support AcuCobol that we could use to test the application? Thank you for any help in advance.Gene
[Migrated content. Thread originally posted on 30 August 2007]Hi. Test post 333 4 1
[Migrated content. Thread originally posted on 18 October 2007]Hello everyone, I read that Acu4GL for SQL server was reengeniered in current version 8.0. Has someone already tested it? How are performances with SQLServer 2005 in comparisons with Vision File or with DBMaker DCI?Thanks in Advance, Giovanni
[Migrated content. Thread originally posted on 02 July 2007]Anyone know how to programmatically drive the inbuilt WIndows compress files utilities?Long file names are such a drag with most of the PKZIPs and likewise of the world.
[Migrated content. Thread originally posted on 09 August 2007]I actually managed to find a link on MSDN that set you straight to the office VBA documentation. For those who are interested: [INDENT]msdn2.microsoft.com/.../aa155054.aspx[/INDENT] Note that there are many office versions, but Office XP documentation is as good as any.
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.