Browse all forums dedicated to the Rocket® COBOL product family.
Recently active
When compiling for debugging, is there a setting somewhere to only compile source that has changed instead of compiling all source?#VisualStudio#VisualCOBOL
RM/COBOL Source program if compile version 12 then it takes more space but if compile version 8 than it takes less space for object file size. And version 12 takes time to load and execute but version 8 not take much time. Please give some suggestion why taking more space file size for version 12.
Almost 1000 of you downloaded the beta version and the full release is now generally available. www.microfocus.com/vs2012 Many thanks to those who have already taken a look and if you haven't done so already, now's a great time to try it out. Looking forward to your feedback. Scot Nielsen
Good day, I am currently using WIN$PRINT to create documents from my ACUCOBOL programs. I need to be able to print portrait text on a landscape page. I know that I can change the font angle to achieve this and have managed to change the angle of the column but for some reason the text isn't printing. Has anybody ever tried this before? I have included the piece of code that sets the font, is there something that I am not doing correctly? DESTROY COL-FONT-HANDLE(COL-NUM). CALL "WIN$PRINTER" U
Hi, the error message in the subject appears when running the setup immediately after the following line: Installing product files to /opt/microfocus/VisualCOBOL_server. I'm trying to install Visual Cobol and keep getting this error. We're using 64-bit Cent OS which I realise is an unsupported platform, but as far as I can see the settings in cobopt and cobopt64 appear to be correct (dont contain dead links) with the exception of LPI_SEARCH_PATH. cobopt -C nolistset GCC_LIB=/usr/lib/gcc/x86_64-redhat-linux/4.1.1/32set GCC_SEARCH_PATH=$GCC_LIB:$GCC_LIB/..:/usr/lib:/libset GCC_EXCEP_LIB=gcc_sset LPI_SEARCH_PATH=${LPI_SEARCH_PATH:-/opt/lib/l cobopt64 -C nolistset GCC_LIB=/usr/lib/gcc/x86_64-redhat-linux/4.1.1set GCC_SEARCH_PATH=$GCC_LIB:/usr/lib64:/usr/libset GCC_EXCEP_LIB=gcc_sset LPI_SEARCH_PATH=${LPI_SEARCH_PATH:-/opt/lib/lib} I'd like to see what install.sh is actually doing but can't find it anywhere either.#VisualCOBOL
I am getting an error when trying to compile COBOL source code in Net Express version 4.0.38. Below are the messages I receive: Rebuilding C:\\Work\\Net Express Projects\\rgc-info.pco * Micro Focus COBSQL Integrated Preprocessor* Net Express V4.0 Copyright (C)1984-2006 Micro Focus (IP) Limited.* URN AAAPA/ZZ0/00065* CSQL-I-006: Rejected CSQLT=ORA10* CSQL-I-004: Accepted VERBOSE* CSQL-I-004: Accepted makesyn* CSQL-I-003: COBSQLTYPE is incorrect defaulting to ORACLE8* CSQL-I-008: Invoking cp Preprocessor* CSQL-I-018: Invoking ORACLE8 Precompiler/Translator'procob' is not recognized as an internal or external command,operable program or batch file.* CSQL-F-021: Precompiler did not complete -- TerminatingRebuild complete with errors Here is what is in my my cobol.dir file: copyext(cob,cpy) p(COBSQL) CSQLT=ORA10 CSTART CSTOP VERBOSE makesyn p(cp) ENDP Could anyone point me in the direction of what may be the problem? Thank you!
I am trying to write a Visual Cobol 2.0 program that calls the fsmgr utility. I want to be able to call a program that will bring a fileshare server down and then back up (this will ensure no end users are still online). According to Micro Focus documentation (http://documentation.microfocus.com:8080/help/index.jsp) I need to do the following if I want to run it on Windows: Linking Fileshare Manager Applications On Windows, if your program calls the Fileshare Manager, you need to link in the Fileshare manager object file (fsmgr.obj) when you create an executable file. I can not find the fsmgr.obj in any of the Microfocus Visual Cobol 2.0 directories. I can find it under my old Net Express 3.1 directory c:\\NetExpress\\Base\\LIB\\. Shouldn't there be a newer version under c:\\Program Files\\Micro Focus\\Visual COBOL 2010\\lib? Can I link with the version from Net Express 3.1? Or is the fsmgr.obj missing from the VC 2.0 files?
RM/COBOL version 12 is much slow than version 8
I've tried a few times to google the following: "microfocus setup linux cobsetenv parameter". One of the links returned is: Download and Installation Procedure - Micro Focus Community community.microfocus.com/.../22705_Downloa... Before installing on Oracle Linux, you must create a number of symbolic links. ... To install in a different location use the -installlocation="Location" parameter to specify an alternative directory ... /opt/microfocus/VisualCOBOL/bin/cobsetenv ... which looks as though it's going to help. Whenever I click on the link though I get: Micro Focus Borland Group Not Found The requested Group cannot be found. Could you please help me to get to this link. Alternatively you could send me the docu about the symbolic links I need thanks.
I have 2 questions that I have not been able to find the answers to in any documentation: 1) Our Net Express 3.1 application used a run time switch of K4. What does that run time option do? We are migrating to Visual Cobol and was wondering if we should keep that switch in our new environment. 2) One of our consultants used a -N option when linking a program (cbllink.exe) from a command line in Visual Cobol 2.0. What does the -N option do? Thanks in advance! -Brian#visualcobolruntimeswitchlinking
I'm trying to call my current classes (written in OO Cobol with NetX 4) from a new .net class which i have develop with NetX 5.1 but without changes in the old code. Now, in order to use COBOL Classes, i have create a COM Wrapper (build with Net4) which i call from the UI (it's C#). Now i want to stop using that COM object and replace it with a .net proxy server. Is it possible? Could you help me with the coding? Thank you Andy
Hi In our economic product we have a very good integration to office, but know our salesteam has promised that we can also integrate to open office, hmmmm. Has anybody tried that before, and can it be done. The most importent is Math, but also word can be relevant. The platform is windows 7 and acucobol GT Regards Steen, denmark #openofficemath
We just switched to Windows 7 and are using NetExpress 5.1. Under XP when I would compile a program I would see error messages in the Build window along with the red X's on the lines where the error is encountered. I know I can point to the red x to see the error but really miss the list of errors in the build box. Do we have a setting that is incorrect?
1. Several existing N/E programs use an existing Network ODBC connection with Library 'X' specified for the sqlpkg library (connecting from the Network to an AS400). 2. We changed the Network ODBC connection sqlpkg library value from Library 'X' to Library 'Y'. We deleted all sqlpkgs from the AS400 Library 'X'. 3. The existing N/E executables were executed from the Network. AS400 sqlpkgs are still being created in Library 'X' (instead of Library 'Y'). However, Library 'Y' is specified in the Network ODBC configuration. 4. New N/E executables (brand new source names) are being created in the correct AS400 package Library 'Y'. Does anyone know why the old SQLPKG library name 'X' is being retained on the existing code - even when the .EXE file is re-created using the new ODBC definition specifying SQLPKG Library 'Y'? Any assistance would be GREATLY appreciated!
When I copy my solution to another development machine with a different screen resolution, the form size and controls are not the same (lined up etc.). Is this the form's AutoScaleMode property that controls this? I'm using a resolution of 1980 x 1080 and the second machine is 1680 x 1050. Will this also be an issue when deployed on end user machines?#VisualCOBOLautoscalemodescreenresolution
I have a tab control called EmployeeMaint. Contained within are several individual tab pages. I wish to be able to manipulate the pages so that depending on some data item (WS-COMP-ID) various 'pages' are either visible or not when the tab control displays for the first time. eg. if ws-comp-id = 'fred' make tabpage 'fred1' invisible else if ws-comp-id = 'joe' make tabpage 'joe1' invisible end-if. Whats the code to do this?
I'm moving through a file of employees. Each employee carries with it information used to populate list boxes within my application. I seem to be accumulating data, in the list boxes, as I move through my employees. How do I ensure that I'm populating a 'clean' listbox / combo box for each new employee? How do I clear down the existing listbox / combo box content prior to loading new data into them or is it easier to it another way?
I have a pre-populated Combo box (Dropdown Style = Dro[pdown list) with around 20 values in the list. (Name = Employ-Type) I have incoming data from a field in a record called EMP-TYPE holding the value "Full Time". I know for a fact that this value exists in my Combo box list somewhere... Whats the code to seach for this value in my Combo Box so that I can set the ::SelectedIndex value to show the correct value in my list of possibles when it comes to displaying the screen?
how I can translate this definition of variables in a VB6 ActiveX dllPublic Response Type Rcode As Integer Response As String Additional As String As Long RespLengthEnd Type #activexdatamapping
Job opening here Good luck!
There is a suspicion that an ex employee has stolen source code, modified it and is now selling it. We have access to the .acu objects, but need to get access to the .cbl source, anyone aware of any software which will re engineer object back to source. Obviously wont be exact but good enough for analysis.
[Migrated content. Thread originally posted on 26 March 2012] HelloWhen using the cobolbean.dispose() function the application server crashes. I have the following code:@Stateful@LocalBeanpublic class DataTypeTestBeanImpl extends CobolBean {...@PreDestroypublic void destroy() throws CobolException, Exception { super.dispose(); // CobolBean}@Removepublic void remove() {}were remove() is called from the client to signal the application server that the stateful bean is not needed anymore. The AS will call destroy() afterwards and should dispose() the CobolBean.I didn't check yet when it happens, after the dispose itself or for the next or a parallel session. I also did't check when catching the exceptions in destroy() itself saves the AS. I thought dispose should only cleanup the used working storage. What other things does dispose() do ? Any ideas why the AS is crashing ?I can invest further checks earliest wednesday, hoping to get some answers
Greetings, I have a PIC 9(12)v99 COMP-3 variable and want to convert it to a decimal PIC 9(12)V99. I read that the true value of this comp-3 would be (12 2 1)/2 = 7,5 (8 rounded up), tried that but to no avail. Also tried a simple move from one to another but when i write my converted file (a text file), and when i display on screen it shows me gibberish. How do i convert this guy? Thanks in advance.
I've got a solution that looks like so... http://imageshack.us/photo/my-images/7/solutionfolder.jpg/ The highlighten item (Payslip.cbl) is a user control which sits on top of the main form and is called at the outset with the command... invoke panel1::Controls::Add(Payslip) I pass some linkage across into Payslip.cbl and populate the fields contained therein but I don't seem to be able to then refresh the control contents so that they appear on screen. How do I do this?
Is there no alternative to upgrading from 4.0? We are moving to Windows 7 but time constraints mean we will struggle if we have to upgrade to 5.1. Will it work on 32 bit?
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.