Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

BOUNDARY VIOLATION ERROR fuji cobol on linux

Status
Not open for further replies.

PeeweeUK

Programmer
Nov 4, 2004
2
0
0
GB
Chaps/Chapess's,

another one i need help with:

+00585000 records written
cobol-rts:: INFO: JMP0325I-I [PID:0000549B TID:B69833C0] BOUNDARY VIOLATION ERROR. STM=WRITE. FILE=FCIA0550. PGM=PCIA055


it appears after 00585000 records fujicobol cant write to the file?

any solutions for this?
 
I don't have Linux, but you might be running into Fujitsu's file size limitations for Linux. Per their website:
"5. Q: Are there any significant limitations in the NetCOBOL for Linux product?

A: There are some restrictions in NetCOBOL for Linux Version 7. Whether they are significant or not will depend on the application. The key restrictions are:

SCREEN SECTION is not supported;
Unicode is not supported;
National Language items and literals are not supported;
COBOL files cannot be larger than 2 GB. "
 
Any chance you are storing some information from EACH record in a table - and the table isn't large enough to read all your records?

Also, do you know how many TOTAL records there are? If so, is it possible that you are doing something "wrong" after reading the last record in the file?

Bill Klein
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top