To access functions in an RL, you must link the RL into the ACUCOBOL-GT run time. To link an RL into the run time, perform the following:
Edit /ACUCOBOL/lib/Makefile.
Change: LDFLAGS = -s to: LDFLAGS = -s -WL,RL=/Account/group/name
where /Account/group/name is the name of your RL file.
Relink the run time with the following commands:
MPE:
:CHDIR /ACUCOBOL/lib :MAKE.HPBIN.SYS
POSIX:
shell/iX> cd /ACUCOBOL/lib shell/iX> make