RE: Illegal character in numeric field
Please have a look at the listing file to see if CHECKNUM or NOCHECKNUM is listed.
View ArticleRE: Illegal character in numeric field
A PIC +9(3) IS AN EDITED (Alphabetical) FIELD the value 0f 3 would be "+003"B PIC 9(5) is a simple numeric fieldyou should use for A a PIC S9(3) in that case you could move A to B or B to...
View ArticleRE: Illegal character in numeric field
I cannot change it.... there is a different behavior between NetExpress and Server ExpressServer Express i have this abend:Object Code error : file '/common/lib/cobol/pgm0c7.gnt'error code: 163, pc=0,...
View ArticleRE: Illegal character in numeric field
I have run some tests with my colleague, and we cannot get your program to fail on either Net Express and Server Express. In addition, we tried with the default directives or with the ones that you...
View ArticleRE: Illegal character in numeric field
hi,it also works to me on Server Express (I can not prove directly),actually the case is in a production schedule , and I tried to replicate the problem in net express manually, trusting the received...
View ArticleIllegal character in numeric field
Hi,I have cobol program that run two time one with NetExpress and with server Expressthe compiler directive are the same:& compilazione ambiente...
View ArticleRE: Illegal character in numeric field
Hi mf_galberico,Your revised program fails with the 163 error in Server Express for me also. This is caused by the fact that you are doing a group move, and overlaying the first position of the numeric...
View ArticleRE: AIX Cobol Migration
It's not possible to completely reconstruct the source code from compiler output. Compilation is an information-discarding process. You can never recover things like comments, for example.Decompilation...
View ArticleAIX Cobol Migration
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...
View Articlecbl_mbcs_char_len
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
View ArticleRE: cbl_mbcs_char_len
Hello,Does the error refer to CBLRTSS.DLL? If that's the case, then these EXEs must have picked up an older version of CBLRTSS.DLL in the current folder or in any other folder that comes before the Net...
View ArticleRE: Validating Email Domains from COBOL
Hi Don,You mentioned that you've tried to call the SYSTEM routine. Calling this routine in Server Express requires that you pass a null terminated string (a string where the command is followed by a...
View ArticleValidating Email Domains from COBOL
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...
View ArticleRE: Validating Email Domains from COBOL
Don, when you CALL SYSTEM() or system() the only thing returned is the status for the CALL, no data if any kind is returned. If you want the output of the the command you can define a File as an input...
View ArticleRE: INVOKE OUTLOOK ERROR
Please see the Net Express documentation here which provides an example of COM exception handling.You might be able to get additional information by using the following call after the exception...
View ArticleNetExpress 5.1 on Windows 10
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...
View ArticleRE: Net Express 5/1 WP8 Installation error 1406.
Additional info: There is no Anti-Virus software installed and the Firewall has been disabled.
View ArticleRE: NetExpress 5.1 on Windows 10
Hello,Net Express 5.1 is not certified on Windows 10 and Windows Server 2012. You might want to consider upgrading to Visual COBOL, which is fully certified on those more recent versions of...
View ArticleRE: Net Express 5/1 WP8 Installation error 1406.
Can you install other wrappacks besides WP8, such as WP 12 which is the latest or do you get the same error with all wrappacks?
View Article