Browse all forums dedicated to the Rocket® COBOL product family.
Recently active
If your company is hiring, please pass on the following information. I have 15 years of experience designing, developing, enhancing, and converting applications using ACUCOBOL. I am also familiar with ACUSQL and adding embedded SQL statements in a COBOL program. I can show you the applications and the code behind the screens. If you are looking for someone with experience programming and supporting ACUCOBOL applications, I would appreciate the opportunity. I am not looking to relocate as my family is here in the Dallas area. I have worked remotely for the past 14 years as a developer and software support person. I realize onsite training would be necessary and additional times required in the office. With today’s tools, remote desktop and GoToMeeting, I can be in any meeting as fast as walking down the hall. If this is a possibility, I would like a chance to prove my abilities. Send me your
When customers are installing NetExpress it is important that they have Full Admin rights. Most of the customers will say yes I do, but if you ever come across some error such as; Error: Micro Focus License Manager Service is not running; Looking into Services you will see that the MF License Manager is missing. Cause: This error happen when launching NetExpress there is a chance that the customer has moved their product to a different machine and has not rights for the Registry- it is important that they do have right for the Registry as the software require to write in the registry when installing the product. In previous wrap-pack such as NX 5.1_base customer will not get any error during the installation, but with most recent wrap pack such as WP6 when customer install the product will get an error indicating that the Registry Key: SOFTWARE\\Micro Focus\\NetExpress\\5.1\\XDB\\2.0\\XDB Server cannot be written. Resolution: Please make sure that they have fully access to the Registr
Problem: Net Express must be installed with Full Administrator rights and with full access to the Registry. Failing to do so may cause the following error to occur when launching Net Express: Micro Focus License Manager Service is not running. When opening Windows Services to start the service, the Micro Focus License Manager is missing. From WrapPack 6 onwards, if Net Express is being installed with insufficient rights, an error will indicate that the Registry Key: SOFTWARE\\Micro Focus\\NetExpress\\5.1\\XDB\\2.0\\XDB Server cannot be written. However, in older versions, such as NX 5.1_base, this error does not show during installation. Resolution: Install Net Express with full administrator rights and make sure users have full access to the Registry, this can be checked by going to the following keys in the Registry (just accessing them, no need to perform any modifications): HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node\\Micro Focus HKEY_LOCAL_MACHINE\\SOFTWARE\\Micro Focus N
Dear Friends, I am using "invoke theDocument" PrintOut "using by value 0" command to print a Word document. I wonder if there is some value to using the clause command, so I can select the printer. kind regards Rogerio Barbosa
Hi ! Can anyone say me how is the "Procedure Division using..." for this VB CALL: Declare Function QSLISTECALL Lib "QSLISTE.dll" (ByRef VBSATZ1 As VBSATZ01, ByRef VBSATZ2 As VBVorlagen, ByRef VBSATZ3 As VBMitarbeiter, ByVal VBSATZ4 As IntPtr) As Integer I have this in the Moment: ENTRY 'QSLISTECALL' NETAPI USING BY REFERENCE VB-QSLISTESATZ-01, REFERENCE VB-QSLISTESATZ-02, &
Every time I open NE 5.1 and start the Animator, the 'Watch List' window is on a different position. Is it possible to save the position of the window, without docking it?
Does anyone have a solution using C$SOCKET with sending email through SMTP.GMAIL.COM with TLS. Is there any other alternative without having to learn VB SCRIPT or another language. Any examples would be appreciated. Thanks, David #AcuCobol#CSOCKET
Hi, please help I am working on Micro Focus Net Express V5.104.0083. we execute Cobol programs using command "run.exe <cobol program>.dll", where .dll is compiled cobol program. i dont know whether this run.exe is proprietary program of the net express suite or created by somebody else within my company. Now this run.exe command is returning error code 66 sometimes. not every time. i want to know if this run.exe is part of Microfocus Net express, if so what does return code 66 mean? if its not part of Net Express, how do cobol programs are executed in general. Thank you very much#NetExpress5.1#COBOL
In visual cobol is there a way to trapped the X button on a winform being clicked. I need to do some processing before closing the window. Thanks
Hello there, i have a report that shows my inventory. Some times its more than 100 pages. When i preview or print the report i can see that data is scolling slightly down (about a pixel i guess) so my data splits between pages. And some times at the end i get a blank page. that post didnt help actually community.microfocus.com/.../4258.aspx#reportblankpagescrollissue
We have the below code in screens which has been functioning correctly until we converted over to 9.2: MOVE-SCREEN. ACCEPT wHandle FROM WINDOW HANDLE. INQUIRE WINDOW wHandle SYSTEM HANDLE hWnd. MOVE GW_CHILD TO uCmd. CALL "@[DISPLAY]:GetWindow" USING BY VALUE hWnd BY VALUE uCmd GIVING bodyWnd. IF KEY-STATUS = 67 MOVE WM_VSCROLL TO wMsg MO
I accidently deleted a directory that contained my COBCONFIG configuration file. I've searched the documentation and the files tab, but have had no luck. If I could please get a sample file, I'm sure I could put the settings I need to change in it. Especially, I need the setting to use an external file-handler/mfextmap.dat. Please help out. Thanks in advance.#COBOLnetexpressCOBCONFIG
Hello, I do have an JVMCobol Project with some thousand CobolFiles. The whole stuff is highly integrated with other JavaSources running in a JBOSS Application Server. The problem is the following : - Saving one Cobol-File results in an "ANT-Run" of ".cobolBuild". The Cobol Task does not check if the source file is younger than the generated Classfile. So every file is compiled. This takes a long time, litteraly killing the development process. Can somebody provide me with the attributes of the : - Cobol-ANTTask -MfFilelist-ANTTask Basically I do have written an build.xml that looks like this : <fileset id="cbl.src.files" dir="src"> <include name="**/VSD138L.CBL"/> <include name="**/USERVG.CBL"/> </fileset> <!-- ******************************************************************* --> <target name="init"> </target> <target name="compile
I have Net Express 5.1 project that has 6 COBOL programs and 1 of the 6 will not use the project build directives. My directives are: %FILENAME COBIDY(%TARGETDIR) WB3 WB CSI ANIM EDITOR(MF2) ENSUITE(3) INITCALL(ORASQL11.DLL) p(cobsql) COBSQLTYPE=ORACLE8 end-c P(cp) endp; I get the following error where there's EXEC SQL statements: "COBCH0149S No SQL directives have been set" on the failing program. Any suggestions on this would be greatly appreciated. Thanks in advance.#COBOLORACLEEXECSQLCOMPILE
Is there an example program available which catches the MouseMove event in a PictureBox to draw a line following the movement and allowing this to be saved as a bitmap. I've seen examples in C# but my knowledge of a possible translation to COBOL is inadequate. Can somebody help me on this? Regards Rainer
Dear Sir, We use adiscf.exe in Visual Cobol for Visual Studio and Visual Cobol for Eclipse without problema. When we go to production environment (AIX 7.1) we try to replicate the same with adiscf for Unix and we noted that adiscf is diferent in AIX, por example en Windows PF2, PF8,PF3 in AIX we have PF2, PF8 but we didn´t find the PF3 option..... THANks..... PJM
Can the plus sign be used to expand a field (say you click on a county and it expands to show all of the cities within it) in a Net Express screen? Also, is there a way to choose/highlight a number of records at a time on a screen and send them back to COBOL? First example: KENT User clicks on and gets: -Kent Coventry East Greenwich etc. Example 2 - records are displayed in a list or group box Customer1 Dawn Break Road Marblehead Customer2 Munster Path Mockingbirdville Customer3 8 Yacht Place Warrenburgh Is there a way they can select all three records at once and send them via an array back to COBOL? Thanks.
Problem: Error 1 message is received after launching Micro Focus License Manager. After clicking on OK and trying to install a license Error2 is received. When trying to restart theSentinel RMS License Manager, it does not prompt to also re-start the dependent services of Micro Focus ces Deamon; when trying to manually start Micro Focus ces Deamon Error 3 is received. Error 1: Unable to initialize: Initialization file line too long. Please check the Advance Configuration under Options. Error 2: Error installing licenses: Error(131) Client library is not in initialized state. Please contact Micro Focus Supportline Error 3: Windows could not start Micro Focus CES daemon on your computer. Error 1067: The process terminated unexpectedly. RESOLUTION: The formatting of the ces.ini file, which stores the configuration settings for Micro Focus License Manager, has not been setup correctly. You will need to add a carriage return to the last line of the ces.ini file. After adding t
Is it possible to associate an EVENT PROCEDURE with a non-gui handle to an instance of a .NET class?#ACUCOBOL9.2.1#non-guihandle#.net#Events
I use this statement for to do a Vutil32.exe -info within a cobolprogram. On my own Windows7 PC the value in STATUS-SYSO is zero. By a customer the value is 95. Why? What are the values you can get back form the system after running. COMPUTE H05-PARAM = CSYS-HIDDEN CSYS-SHELL. CALL "C$SYSTEM" USING PARAM-A-SYSO H05-PARAM &
Is there a way in Acucobol to determine if the keyboard Caps lock is on? We would like to display a message when one of our users is entering a password and their keyboard's Caps lock is on. Thanks.
I would like to be able to print a six digit number as a bar code(128) from MF COBOL on a text document sent to an HP Laserjet printer. I could not find any reference to this ability in Microfocus' online documentation and this was confirmed by their technical support group today. Does anyone know of a 3rd party plug in product or any other solution that will allow this capability? Thank you in advance.
Can i have a multiline string inside a grid cell#multiline#cell#Grid
Hello, I´m trying to implement in Visual COBOL the following code (C#): report.Render("Image", deviceInfo, CreateStream, out warnings);CreateStream is not a dataitem but a function call... that is, a callback function defined previously as: private Stream CreateStream(string name, string fileNameExtension, Encoding encoding, string mimeType, bool willSeek) { Stream stream = new MemoryStream(); m_streams.Add(stream); return stream; } I can´t get the way to translate that type of callback function call as a parameter of a COBOL INVOKE. This is what I tried, but although it compiles, it doesn´t run (null exception): INVOKE informe::Render("Image", deviceInfo, CreateStream, warnings). And this is the definition of my Callback function: delegate-id CreateStreamHandler. procedure division using nombre as string, fileExtension as string, codificacion as type Encoding, mimeType as string, willSeek as condition-value RETURNING stream as type Stream. end de
I have 2 picture strings that seems to be valid per the documentation (coming from ACUCOBOL), but the compiler is giving errors. Any ideas why these are invalid? They are: This one gives error saying "Incompatible qualifiers". PACT-AMOUNT PIC S9(9)V99 COMP-3 SIGN IS LEADING SEPARATE. This one gives error "PICTURE string has illegal precedence or illegal character" Disp-Comm-Pct PIC ZZZ.Z9. 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.