The TASKLIB data set concatenation defines the run-time libraries for IRXJCL and their order. Any number of run-time libraries may be specified. A TASKLIB definition is used by the Enterprise Extensions Dependency Build to create the proper search order for the required IRXJCL program and any program the REXX exec calls.
A program can allocate one or more data sets to a TASKLIB concatenation. Data sets concatenated to TASKLIB are searched for after JPA but before any specified STEPLIB or JOBLIB. Modules loaded by unauthorized tasks that are found in TASKLIB must be brought into private area virtual storage before they can run. Modules that have previously been loaded in common area virtual storage (LPA modules or those loaded by an authorized program into CSA) must be loaded into common area virtual storage before they can run.

The following is a list of common libraries that may be considered for the TASKLIB concatenation:
| IRXJCL | |
| Library: | Description: |
| SYS1.SEAGLPA | REXX run-time library. |
| SYS1.SEAGALT | REXX alternate run-time library. |
| SYS1.LPALIB | Home of the IRXJCL and IRXEXEC routines. |