Hi all. I'm a 30 year Cobol (mainframe) veteran, but currently working on my first RM/Cobol AIX system.
It currently has a small size default for file creation. I need to change this - probably to 16GB.
- I understand that the following is what I need:
RUN-FILES-ATTR large-file-lock-limit=16
RUN-INDEX-FILES force-index=no key-compression=yes use-large-file-lock-limit=yes
- in /usr/rmcobol directory, there is a terminfo.cfg but not the runcobol.cfg which I have read about. I assume the terminfo.cfg is where these paramters go, as they are already there. I just need to update the limit to 16.
- i have updated it. I ran a test program to create a new test file. But rmmapinx is telling me the new file only has a lock limit of 2GB.
Can anyone tell me what else needs to be done for it to take effect? Do I actually have to reboot the AIX server?
Thanks




