HPE 9000 and HPE e3000 Servers
1752402 Members
5658 Online
108788 Solutions
New Discussion юеВ

Re: Micro Focus Cobol

 
Kelly_53
Occasional Contributor

Micro Focus Cobol

Micro Focus Cobol Run Time B35326 Version 13.40 "Memory out of bounds" we thought it represented an incorrect version of the run time...
3 REPLIES 3
Kelly_53
Occasional Contributor

Re: Micro Focus Cobol

this is for a D370
A. Clay Stephenson
Acclaimed Contributor

Re: Micro Focus Cobol

Normally, MF COBOL complains specifically about incompatible versions although if you are trying to execute newer then 13.40 code (and 13.40 is old) on a 13.40 run-time then there's no telling what the results might be. At this point, I can't tell you what that error is because it does not correspond to a MF COBOL run-time error message text. This might simply be a programmer defined error. MF COBOL run time error should resemble thuis format:
error: file 'myfilename'
error-code: xxx, pc=XXXXXXXXX, call=c, seg=s

or

rts32: error message

The error code, is the most useful datum.
If it ain't broke, I can fix that.
Kelly_53
Occasional Contributor

Re: Micro Focus Cobol

Thanks