IGYPP5273-U Buffer size was too small for Wcode workfile. Increase the value of the BUFSIZE compiler option.
Explanation
The compiler was writing a table for EXTERNAL data items in a single WRITE, but when there were too many, data management could not manage records of that size.System action
The compilation is terminated with an ABORT and RC=16.User response
Increase the value of theBUFSIZE
compiler
option.Note:
BUFSIZE
cannot exceed the track capacity
for the device used, nor can it exceed the maximum allowed by data
management services.Related references
BUFSIZE (Enterprise COBOL Programming Guide)
Performance-related compiler options (Enterprise COBOL Programming Guide)
BUFSIZE (Enterprise COBOL Programming Guide)
Performance-related compiler options (Enterprise COBOL Programming Guide)