Browse all forums dedicated to the Rocket® COBOL product family.
Recently active
I wrote a simple Windows Forms App that runs fine on my PC that has Visual Studio 2022 (VS) and Visual COBOL 8 PE (VC-PE) installed. When I launch the program in the VS IDE or directly through Windows Explorer, it presents the form. However, if I copy program to my other PC (that does not have either VS or VC-PE installed it does not. When I try to run the program, Windows shows briefly shows the hourglass and that's it. The form is never displayed and the program is not in Task Manager. I am trying to learn something new using something old building something useful to me. Could someone just confirm that this simply because the executable was built using the personal edition and it requires the development environment to execute?
Hi, i have a doubt. When we invoke the CBL_CHECK_FILE_EXIST routine ,the second parameter "file-details" is obligatory? call "CBL_CHECK_FILE_EXIST" using file-name-1 file-details returning status-code I´ve found a program in my company that make the call whithout the second parameter . If we run the program only once everithing is all right but if we run it twice it hangs.
Hi all, we have a program with a 30-columns grid, running it with 10.0.1 runtime, it is displayed as expected: When we run it with the latest 10.5.0 runtime, columns after 26 are displayed not having all the data, column lables are also missing, alignment is changed. the weirdest is that grid is displayed differently every time we run the program: Thank you
MYSQL execution (error 1064 indicates a syntax error) after upgrading Linux OS from Suse 11 to Suse 12 Full article: https://portal.microfocus.com/s/article/KM000013938#SupportTips/KnowledgeDocs
Error invoking imtkmake for client generation - 'Use of "-mt" must be consistent during both compilation and linking' aCC runtime: Use of "-mt" must be consistent during both compilation and linking.aCC runtime: what(): thread synchronization error Execution error : file ''error code: 115, pc=0, call=1, seg=0115 Unexpected signal (Signal 6) Full article: https://portal.microfocus.com/s/article/KM000013876#SupportTips/KnowledgeDocs
Often the question arises what has changed or should be taken into consideration when upgrading from one version (whether one version down or several versions). Full article: https://portal.microfocus.com/s/article/KM000013928#SupportTips/KnowledgeDocs
Character animator no longer works after upgrading to SuSe 12 Full article: https://portal.microfocus.com/s/article/KM000013934#SupportTips/KnowledgeDocs
Is there an example of steps to do to use and configure connect with ODBC? Full article: https://portal.microfocus.com/s/article/KM000013936#SupportTips/KnowledgeDocs
The application halts with a "Memory Access Violation" error while trying to execute a "MODIFY gridHandle RESET-GRID 1" statement. Full article: https://portal.microfocus.com/s/article/KM000013834#SupportTips/KnowledgeDocs
COBOL programs are called remotely as services, they are entered from a C-main program (slave) that has been duplicated with fork() by a controlling master process. The COBOL runtime is already loaded dynamically when the master is started, so it is part of both the master and slave processes. Sometimes, processes get stuck (deadlock), due to the signal handlers. Full article: https://portal.microfocus.com/s/article/KM000013931#SupportTips/KnowledgeDocs
How could I clone a Remote COBOL Project as a starting point for a new Developer? Full article: https://portal.microfocus.com/s/article/KM000013989#SupportTips/KnowledgeDocs
ISV processing a license received error message: ISV utility license error! Full article: https://portal.microfocus.com/s/article/KM000013984#SupportTips/KnowledgeDocs
A program that moves zero to a subscript and compiled to .SO with directives -C NoCheck and -C Bound, does not produce the following error at runtime: 153 Subscript out of range If compiled to .INT the error is produced. Full article: https://portal.microfocus.com/s/article/KM000013978#SupportTips/KnowledgeDocs
When scrolling horizontally on a grid for a second time, the alignment of the columns is incorrect and some column headers disappear. Running the grid several times and scrolling horizontally also results in inconsistent behaviour on the alignment and the data displayed. Full article: https://portal.microfocus.com/s/article/KM000013970#SupportTips/KnowledgeDocs
After upgrading to Suse12 and Server Express 5.1 wrap pack 18, some programs failed with RTS 114 Full article: https://portal.microfocus.com/s/article/KM000013976#SupportTips/KnowledgeDocs
On a grid with many columns, clicking on the top of one column to sort the rows and scrolling to the side a first time looks ok, but when going back to the left and then to the right again the sort arrow is carried across to the following columns. Full article: https://portal.microfocus.com/s/article/KM000013974#SupportTips/KnowledgeDocs
Is Red Hat LINUX version 9 supported with Visual COBOL version 8? Full article: https://portal.microfocus.com/s/article/KM000013926#SupportTips/KnowledgeDocs
When using the EXEC ADO BIND CONNECTION TO :object WITH TRANSACTION :object statement to share a connection and transaction object between C# and COBOL how is the transaction handled if a COMMIT/ROLLBACK is done in the COBOL program? Full article: https://portal.microfocus.com/s/article/KM000014049#SupportTips/KnowledgeDocs
When using C$SYSTEM with the command line 'dir C:\\Windows\\System32\\m*.exe', the 32 bit runtime fails to find msg.exe.The same command in Windows, using cmd.exe, is able to find msg.exe Full article: https://portal.microfocus.com/s/article/KM000013996#SupportTips/KnowledgeDocs
We have what is probably a short term problem - but it's a BIG problem. We have a graphical application coded in AcuCobol (oops - Extend - showing my age there!). It launches automatically when the Windows system starts. This is important. And the second critical requirement is, we need to be able to sign into the system remotely and interact with the program. We currently do this with Remote Desktop. This is easy under Windows desktop (10 & 11) and in the past it was doable on Windows Server. But it's getting harder and harder to accomplish in later Windows Server versions, and in WS2019 it seems impossible. We have not been able to find a way to make the program (1) launch automatically when the server boots, (2) with a graphical UI, and (3) allow us to access & interact with it remotely. Of course we could refactor the application to separate the UI and the rest of the program, but that is more work than we are willing to take on right now. And really the perfect s
Hi I´m trying to move some tags to a data cobol structure, this tags have occurs. how do i have to refer the data cobol structure at the .xslt. normally its automatic, but If want to parser one by I have tried these ones and always got error, <xsl:template match="d:Document/d:BkToCstmrDbtCdtNtfctn/d:GrpHdr/d:MsgId[position()=1]"> <xsl:element name="docume54.campo1[position()=1]"> <xsl:apply-templates select="@* | node()"/> </xsl:element> </xsl:template> <xsl:template match="d:Document/d:BkToCstmrDbtCdtNtfctn/d:GrpHdr/d:MsgId[position()=1]"> <xsl:element name="docume54.campo1[1]"> <xsl:apply-templates select="@* | node()"/> </xsl:element> </xsl:template> <xsl:template match="d:Document/d:BkToCstmrDbtCdtNtfctn/d:GrpHdr/d:MsgId[position()=1]">  
Hi Sirs, During the base install in linux (i.e setup_visualcobol_devhub_8.0_redhat_x86_64) , can you tell the setup program to use a different folder instead of the default /var/microfocuslicensing/ Thanks.
On some Win10 stations, when running an application developed with NE, the error shown in the image below appears frequently. I have installed a Server for Cobol runtime of 10 users, and it is as if the user counter is increasing until it reaches 10, when in reality is that the application is only running in that station only once. The problem is solved by restarting the station. How to solve this problem and what can be the cause?
Does anyone know how to define the <Document> tag in the stylesheet when it comes with the attribute <Document xmlns="urn:iso:std:iso:20022:tech:xsd:camt.054.001.08">. I only manage to do it when I only leave the <Document> tag, when I add the attribute it returns this error Error: 20[0] - in function: GetRootNode Currently in the stylesheet, I have only implemented this <xsl:template match="Document"> <xsl:element name="Docume54"> <xsl:value-of select="."/> <xsl:apply-templates select="@* | node()"/> </xsl:element> </xsl:template>
Hi, I need to convert this code in C# to VC. In the link: cs2cobol.microfocuscloud.com/ the conversion has errors. DataTable table = new DataTable(); table.Columns.Add("Salesman", typeof(string)); table.Columns.Add("ClientID", typeof(int)); //insert your data table.Rows.Add("Bob", 1); table.Rows.Add("Bob", 2); table.Rows.Add("Bob", 3); table.Rows.Add("Tom", 4); table.Rows.Add("Joe", 5); table.Rows.Add("Joe", 6); table.Rows.Add("Tim", 7); table.Rows.Add("Tim", 8); // query with LINQ var query = from row in table.AsEnumerable() group row by row.Field<string>("Salesman") into sales orderby sales.Key select new { Name = sales.Key, CountOfClients = sales.Count() }; // print result foreach (var salesman in query) { Console.WriteLine("{0}\\t{1}", salesman.Name, salesman
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.