KB Article #178386

Error 194 File size too large on RDJEXP

Problem


The RDJEXP is interrupted with the following error:

I/O error : file 'sort-file'
error code: 9/194 (ANS74), pc=0, call=1, seg=0
194 File size too large


Resolution


A file which your program is accessing is too large for successful execution to continue.
To avoid this error it is necessary to set the parameter FILEMAXSIZE to 8:


1/ Create a file extfh.cfg in the folder $RDJ_EXEC/exit
touch extfh.cfg

2/Add the following lines into the file extfh.cfg:
[XFH-DEFAULT]
FILEMAXSIZE=8

3/Set the variable EXTFH in the scriptt $RDJ_EXEC/script/rdjenv:
EXTFH=$RDJ_EXEC/exit/extfh.cfg
export EXTFH