I'm using Visual Cobol for Eclipse with the RM Dialect. Using a RM Window Call, when the Window Closes the program displays a Terminate Window message, and doesn't redraw the background. Is there an easy way to get this working? I use CONTROL "WINDOW-CREATE" AND CONTROL "WINDOW-REMOVE" ... to start and stop the window in RM. But with RM in Visual Cobol, the main screen doesn't redraw, which is behavior that normally happens in RM.
↧
Forum Post: Rm Visual Cobol Window Termination
↧
Forum Post: RE: Rm Visual Cobol Window Termination
Hi Eric, We have yet to implement the RM windowing mechanism in Visual COBOL, so you would need to use the ACUCOBOL windowing support in order to try and mimic what RM does. You can find documentation for the ACU Windowing in the following section: Thanks.
↧
↧
Forum Post: RE: Rm Visual Cobol Window Termination
Hi Eric, In the enclosed ZIP file you have all the necessary to this. Try to compile in Visual Cobol for eclipse and you can see how this run. PJM
↧
Forum Post: Record Size greater Than 64K
Current we are facing one issue. As per client requirement we have to create a file having record length 102729. But as per Microfocus Guide line Run Time Limits of File Size should not me more than 64K. Is there any alternate method to access the files having more than 64K of length. Please advice.
↧
Forum Post: RE: ProCobol gives an error on input file produced by CP preprocessor
Hi JoseMaria, pls can you show the contents of the cobol source file? regards Michael
↧
↧
Forum Post: License Installation failed
I am trying to install Visual COBOL for Visual Studio 2012 on a Windows 8.1 Pro laptop. Everything seemed ok until I try installing my license file. I run the License Manager, browse to the file and click Install and it spins for a long time and then I get an error message: "Error installing licenses: Error[5]: Cannot talk to the license server on host "127.0.0.1". Server may not be running." What can I do to fix this?
↧
Forum Post: RE: ProCobol gives an error on input file produced by CP preprocessor
Thanks Michael, but we had resolved the problema. There was a misspelled sentence and ProCobol did not point out the error correctly.
↧
Forum Post: Error 114 in execution - Cobol+ProCobol
We are having problem executing a programa compiled with Visual Cobol 2.2 and preprocessed with ProCobol. We are not using neither Eclipse nor .NET environment development. We have found in this ORACLE URL: https://community.oracle.com/thread/466190?start=0&tstart=0 that the solution is use the compiler flags "-C IBMCOMP". We tested this, but do not work. The problem occurs when trying to connect to the database. We are blocked and We don't know what can we do. Can anybody help us?
↧
Forum Post: RE: Error 114 in execution - Cobol+ProCobol
Can you provide us with more detail here? Under what OS are you running? What version of the Oracle client are you using? What specific version of Visual COBOL are you using 2.2 or 2.2 update 1? What does your compile/link command look like? Thanks
↧
↧
Forum Post: RE: Error 114 in execution - Cobol+ProCobol
OS Unix (AIX). Visual Cobol : Micro Focus COBOL V2.2 revision 000 Pro*COBOL: Release 11.2.0.3.0 Oracle Client: 11.2.0.3 * * * * DIRECTIVES * * * * * p(cobsql) csqlt=oracle8 nomakesyn end-c comp5=no sqlcheck=full mode=oracle varchar=no dbms=V8 maxopencursors=100 prefetch=100 unsafe_null=yes close_on_commit=no dynamic=oracle type_code=oracle USERID=CBL_OWNER/cobol2014@LBDCOB01 preprocess(cp) endp XMLGEN(WS) IBMCOMP DATAMAP DIALECT(RM) RM"ANSI" sign(ebcdic) COMP2(DECIMAL) ADDSYN "COMP-2" = "COMP" ADDSYN "COMP-2" = "COMPUTATIONAL" COMP-6(2) COMP1(BINARY) TRACE DEFAULTCALLS(0) REMOVE"MANUAL" REMOVE"TIMEOUT" COBFSTATCONV REMAINDER"2" PERFORM-TYPE"RM" NOCHECKDIV SIGN-FIXUP CHANGE-MESSAGE "305 N" CHANGE-MESSAGE "1111 E" CHANGE-MESSAGE "1112 N" CHANGE-MESSAGE "1136 N" CHANGE-MESSAGE "1140 N" CHANGE-MESSAGE "1146 N" CHANGE-MESSAGE "1203 N" CHANGE-MESSAGE "1205 N" CHANGE-MESSAGE "1207 N" CHANGE-MESSAGE "1209 N" CHANGE-MESSAGE "1202 N" CHANGE-MESSAGE "1204 N" CHANGE-MESSAGE "1216 N" CHANGE-MESSAGE "1654 N" WARNINGS "3" NOMFCOMMENT * * * * END DIRECTIVES * * * * * * * * * COMPILATION SCRIPT (part) * * * * * This script is a Little complex. I extract the core. # Iniciamos la compilacion echo "Compilando $NOMBRE_FUENTE..." #echo "$COMPILADOR -C "verbose confirm CHECK" -uUP $ENTORNO/$DIR_FUENTES/$GRUPTRAB/$NOMBRE_FUENTE -W e -g" #$COMPILADOR -C "verbose confirm CHECK" -uUP $ENTORNO/$DIR_FUENTES/$GRUPTRAB/$NOMBRE_FUENTE -W e -g echo "$COMPILADOR -C "verbose confirm CHECK" -uUP $ENTORNO/$DIR_FUENTES/$GRUPTRAB/$NOMBRE_FUENTE -W w -g" #$COMPILADOR -C "verbose confirm CHECK" -uUP $ENTORNO/$DIR_FUENTES/$GRUPTRAB/$NOMBRE_FUENTE -W w -g $COMPILADOR -C "verbose confirm CHECK" -uUP $ENTORNO/$DIR_FUENTES/$GRUPTRAB/$NOMBRE_FUENTE -W e -g # Capturamos la salida de la compilacion * * * * END COMPILATION SCRIPT * * * * *
↧
Forum Post: RE: License Installation failed
Hello Randy, Can you please reboot the machine and make sure that the following services are running: + Micro Focus Directory Service daemon (32 bit) + Sentinel RMS Development Kit License Manager (32 bit) Regards,
↧
Forum Post: RE: License Installation failed
I have the Micro Focus Directory Server running. Is that the same as Directory Service daemon? I also have the Sentinel RMS License Manager (Development Kit isn't in the name) that was there but not running even though it is set to 'Automatic'. I started that service and tried running the License Manager again. No joy. I start the program and a very long time later I get the error message; "Unable to initialize: Error[5]: Cannot talk to the license server on host "127.0.0.1". Server may not be running." I really need to get Visual COBOL running on this laptop. Best regards, Randy
↧
Forum Post: RE: Error 114 in execution - Cobol+ProCobol
I would expect that it is the DIALECT"RM" directive that is causing the problem as this changes the default call-convention that is used for CALL statements which is what Pro*COBOL generates from your embedded SQL. Please try removing DIALECT"RM" and see if that resolves the problem. Thanks
↧
↧
Forum Post: RE: License Installation failed
Can you please open a support incident, so we can work on this in a timely manner. Regards,
↧
Forum Post: RE: License Installation failed
Often, the Windows Service "Micro Focus CES daemon" ( as it shows under Windows Services) or mfcesd.exe does not start up automatically after an install. Please check to see if this service is started it is different from the Micro Focus Directory Service.
↧
Forum Post: RE: License Installation failed
Yes, the CES daemon is running as is the Directory Server. It doesn't say "Directory Service", it says "Server".
↧
Forum Post: RE: ProCobol gives an error on input file produced by CP preprocessor
i supposed so
↧
↧
Forum Post: RE: Error 114 in execution - Cobol+ProCobol
We removed DIALECT"RM" from the directives file, compile and execute and obtain the same error 114.
↧
Forum Post: RE: Error 114 in execution - Cobol+ProCobol
We had resolve the problem changing two parameters in PRoCobol directives. nomakesyn == makesyn comp5=no == comp5=yes and run OK. Thanks for your effort.
↧
Forum Post: RE: Rm Visual Cobol Window Termination
Thanks so much Pedro Your sample will help figure out how not only how to get it to work, but also how to do Visual Cobol WIndows. Gracias!
↧