Commands to Make the Library Accessible

The first command specifies that MYLIB should be searched first, followed by VMLIB:
GLOBAL CSLLIB MYLIB
RTNLOAD rtn1 tbsum
RTNLOAD tbsort1 tbsort (alias
will properly load all of the CSL routines in MYLIB to execute example #2, TBSUM. The subgroup option, specified in the CSLCNTRL file, lets you easily find your routines after they are loaded.
RTNLOAD rtn1 tbsum tbsort1 tbsort (alias
is a one-line alternative to the previous example.
CSLMAP * (group TBSUM )
will locate routines TBSUM and TBSORT after loading.