Dear Sir,
I was testing Server Express 5.1 and I get the following Error :
error(s) in assembling /var/tmp/cobAAAYmaCRb/%cob0.s when put cob64 -x tictac.cbl
All other command compile work fine.
TKS
PJM
Dear Sir,
I was testing Server Express 5.1 and I get the following Error :
error(s) in assembling /var/tmp/cobAAAYmaCRb/%cob0.s when put cob64 -x tictac.cbl
All other command compile work fine.
TKS
PJM
Dear Sir,
I execute this and get an Error, Could you please what was wrong ..???
$ cob -a -v -P -k PrestMedical.pco -C"p(cobsql) nocst csp CSQLT=syb
cobsqlinclude=/usr/sybase/include">
cob64 -C nolist -CC -KPIC -A -KPIC -N PIC -a -v -P -k PrestMedical.pco -Cp(cobsql) nocst csp CSQLT=syb
cobsqlinclude=/usr/sybase/include
* Micro Focus Server Express V5.1 revision 000 Compiler
* Copyright (C) Micro Focus IP Development Limited 1984-2012.
* Accepted - verbose
* Accepted - nolist
* Accepted - p(cobsql) nocst csp CSQLT(syb
) cobsqlinclude(/usr/sybase/include)
* Accepted - list("PrestMedical.lst")
* Micro Focus Cobsql Integrated Preprocessor
* Compiling PrestMedical.pco
* CSQL-I-004: Accepted nocst
* CSQL-I-006: Rejected csp
* CSQL-I-006: Rejected CSQLT(syb
)
* CSQL-I-006: Rejected cobsqlinclude(/usr/sybase/include)
* CSQL-I-003: COBSQLTYPE is incorrect defaulting to ORACLE8
* CSQL-I-018: Invoking Oracle Precompiler/Translator
sh: procob: not found
* CSQL-F-016: UNIX error Return Code is 0001
cob64: error(s) in compilation: PrestMedical.pco
Please Help me to i
Hi!
One of my customer is using Fileshare under Windows 7 and Windows 2012 Server and have big Problems with the fileshare System..
Under Windows XP and Windows 2003 there where no Speed Problems...
The Compiler Directives that he is using was:
FILESHARE CALLFH "EXTFH"
In the cobopt.cfg is standing:
set environment_mapper=TRUE
Have anyone a hint for me to bring up the Speed for the programs?
Here an select Cobol sample:
SELECT TITEL
ASSIGN external TITELX
ACCESS DYNAMIC
RECORD KEY TI00
ALTERNATE RECORD KEY ti900 duplicates
ORGANIZATION INDEXED
LOCK MODE MANUAL
FILE STATUS STTITEL.
...
And the FD:
FD TITEL
DATA RECORD RTITEL.
*
01 RTITEL.
02 TI00.
* * MASTER KEY
05 TI000 PIC 999.
I hope anyone can help me and my customer!?
Best Regards
Bernd
Hello, I have some licensing questions regarding Net Express 5.1 if anyone with knowledge on this product can help me:
1. In case you have a CPU based license how do you determine the required number of CPU licenses if Net Express 5.1 is deployed on a virtual server (e.g. VMware) ?
2. Do you count the number of virtual CPU's, physical CPU's, physical cores?
3. What if the virtual server is part of a VMware cluster?
Who can help me? I want to send automatically without Intervention of the operator an Email from my program with NETEXPRESS 5.1.
I prepare the mail with
invoke MessageObj "SetTo" using PARA-MAIL .
invoke MessageObj "SetSubject" using ASUNTO-MAIL .
invoke messageObj "setHTMLBody" using MENSAJE-O.
with no problems.
invoke messageobj "send".
works perfectly, but only if my OUTLOOK is running previously.
If it is not running I get an OleException.
How can I test if OUTLOOK is running and, if not ,make run any version of OUTLOOK from my program?
I tried
002841 STRING 'START OUTLOOK'
or
002841 STRING 'OUTLOOK'
002844 x"00" DELIMITED BY SIZE
002845 INTO CmdLine,
002846 move 1 to CmdShow,
002852 call winapi "WinExec"
002853 using by reference CmdLine
002854 by value CmdShow
002855 returning CmdStatus.
But receive always a CmdStatus of 512 and OUTLOOK does not Run..
Who can help me?
Thenks
Rolf
Dear friends. Is there any ODBC driver for NetExpress 3.1 for Firebird?
Out of the blue I started having an issue yesterday when encountering a CBL_DebugBreak.
When the break is encountered I get the usual COBOL RTS message
On selecting “NO” process carries on as usual.
On Selecting “YES” I get the following memory error
"Execution error:file " error code 114, pc=0, call=1, seg=0
114 attempt access beyond bounds of memory (Signal 11)
Followed by
C0000005 Access Violation AT 71770278 01:000AF278 c:\windows\system32\MFC42.DLL
I have reinstalled NetExpress from scratch, deleted by development dir and retaken my product install and performed a disc check but still get the issue.
The error and event profiler identify MFC42.DLL as the issue. I have performed a binary comparison between this Foundation Classs and the same file on another machine and they are identical suggesting no corruption there.
Any suggestions would be great I have run out of ideas now.
If I invoke OUTLOOK from within my NETEXPRESS program and something fails, if I am using the
001188 invoke exceptmgr "register" using oleExceptMgr
001189 osException.
……
005526 callback section.
005527 entry "onOleException" using by reference lnkErrorObject
005528 by reference lnkErrorNumber
005529 by reference lnkErrorText.
I receive a message "the Cobol Exception was: 0000065537
But I observed, that for all Exceptions where OUTLOOK failed, I receive the same Error: lnkErrorNumber = 65537
My errors where:
OUTLOOK not running,
bad format of the mail address.
and perhaps other.
Is there a way to know which kind of error made the OUTLOOK to abort?
Or is the error allways 65537 x”10001”
Thanks
Rolf
Hi,
I have cobol program that run two time one with NetExpress and with server Express
the compiler directive are the same:
& compilazione ambiente sviluppo
copyext",cbl,cpy,cbl,cpy"
osext"cbl"
assign"external"
ans85
noosvs
recmode"osvs"
sign-fixup
vsc2"2"
list()
setting
ibmcomp
& flag"vsc2"
omf"gnt"
comp
notrunc
checkdiv"os390"
anim
bound
ssrange
nocmpr2
hostnummove
hostnumcompare
hostarithmetic
nosignfixup
checknum
the var:
01 a pic +9(3).
01 b pic 9(5).
server express:
move a to b
give "Illegal character in numeric field "
on net Express it work
Which directive should I use in Nets compiler for get same error of server express?
thank
Hello,
A client of mine has to migrate Cobol from AIX 5.2 to AIX 6.1 but the sources are not well versioned. Is there any possibility to decompile the executable in order to compile them again in the new platform? Is there any other way to migrate the executables to AIX 6.1 without the source code?
Thanks in advance.
HI,
I have this error on Net Express 5.1 running run.exe\mfsort.exe :
"The procedure entry point CBL_MBCS_CHAR_LEN could not be located in the dynamic link library ...."
what is it?
bye
I am looking for a way to validate email domains from COBOL in a interactive data entry environment. In my application users will enter email addresses provided by our customers. The domain of the email address provided is not always valid. I am running Server Express on top of HPUX 11.32. I am familiar with the nslookup command and have written a test program to execute this command calling the SYSTEM subroutine. I can't seem to get the command to pass back to COBOL a return code and anything for that matter to designate whether the command was successful or not. Anyone have any ideas how to validate email domain names from COBOL? Thanks in advance.
We're running some legacy executables developed on NetExpress 5.1. They run under Windows 7. We are in the process of converting to another platform but need to keep these running until...
I'm testing on a Windows 10 machine and am getting a Load error from cblvios.dll that says
error code: 174, pc=0, call=1, ser=0
174 Imported file not found(N:cblvios.dll)
Does anyone know what it's looking for? Any suggestions appreciated.
I am trying to get the Net Express 5.1 WP8 package installed on our Windows Server 2012 VM and it continually produces errors when it reaches the step to update the Registry. I am signed on as an administrator, and am running the installation app as an administrator. I can manually run REGEDIT and do whatever I want to do in the registry (obviously being careful to undo what I do so as not to corrupt the registry.) I have read the post about this error on Windows 7 and have read the post referring to Server 2012 support back in 2013. Still no luck.
Is there any help to be found?
Thanks for any suggestions.
Tom
Hi,
I have a cobol program that use ESQL in Server for Cobol 5.1 , the oracle odbc client x32 has been migrated from 11.02.00.01 to 12.01.00.01.
I did not recompile the program, I use the same dll, and the unique field defined numeric is:
10 RAG-IMP-CNT-EU PIC S9(13)V9(2) USAGE COMP-3.
the column of the table is:
RAG_IMP_CNT_EU NUMBER (15, 2) NOT NULL
if I use in a SELECT works fine,instead if I use the same field with an INSERT\UPDATE oracle odbc driver 12 give ORA1722.
What can I check ?
thank
bye
We have Net Express version 3.1 and i have been trying to call a C# program from a COBOL program unsuccessfully. Any help would be appreciated.
Hi,
I have a mfsort (32 bit) that sometimes with the same input give rts 9/114:
Execution error : file 'extsm'
error code: 114, pc=0, call=1, seg=0
114 Attempt to access item beyond bounds of memory (Signal 11)
TEMP=d:\test114
TMP=d:\test114
SORTSPACE=100MB
SORTTEMPSPACE=100MB
extfh:
FILEMAXSIZE=8
BASENAME=ON
SEQDATBUF=1024000
the command line:
mfsort.exe use d:\test114\SRP.dat RECORD(V,1,27990) ORG(SQ) give d:\test114\SRP.srt RECORD(V,1,27990) ORG(SQ) SORT FIELDS=(91,16,CH,A,1,56,CH,A)
because it does not have always the same behavior ?
depends on what?
Note that this error has occurred twice on 2 different Windows virtual machines ( VMware )
It may be an error related to the slow network?
Thanks
I was using Net Express (version 5.101.0074) in Windows server 2008. Now I have installed the same version in windows 7.
I'm opening Net Express from an Environment file. The environment file has environment variables (COBDIR,COBIDY,COBCPY) and the variables
SET LIB= Oracle client location and PATH. I do not know what LIB, PATH variables are for.
I have mapped a network drive in which all the dependency files are present. When I give Show Copy file it picks up the respective copy book from the mapped network drive.
I trying to compile a project. When I press build all ,I'm getting the message "Checking dependencies for DEBUG\Project1.EXE" and after that it is not picking up all the included copybook in the project. It continues to rebuild but it is stuck after displaying following messages , it is not completing the compilation. please help
* Micro Focus COBSQL Integrated Preprocessor
* Net Express V5.1 Copyright (C)1984-2008 Micro Focus (IP) Limited.
* URN
* CSQL-I-008: Invoking prexml Preprocessor
Micro Focus Embedded XML/HTML Preprocessor
Version 5.1.0.1 Copyright (c) 1984-2008 Micro Focus (IP) Limited.
When I bought the license of net express (developer and server for 10 users), I installed the developer, but later I did uninstall it, and lost the license. ¿How can I do to clean windows to reinstall again the developer license? I need some help with this subject.
Thank you for your time.
Juan Zarate.
Hi,
on www.microfocus.com I find setup + updates of new products ( COBOL Server , Enterprise Developer , Enterprise Server ) to version 2.3 update 1 ,
I find setup + wrap pack for NetExpress and Server Express ( unix ),
but I cannot find the download for the Windows Runtime Micro Focus Server 5.1 setup and wrap pack.
Where are this product installer?
thank.
bye