Previous Topic: Application Load LibraryNext Topic: End Function Key Assignment


Test SYSLIBS

Test SYSLIBS must be specified when your application includes external routines that use dynamically called system routines. The test SYSLIBS is the libraries in which the dynamically called system routines can be found. You can specify as many as four SYSLIBS.

The external files must be allocated outside of CA Gen. A convenient way to do this is create a TSO CLIST that allocates the files. Execute the CLIST on the TSO COMMAND line:

TSO ex clist dataset_member_name for PDS CLISTS
TSO ex clist dataset_name for SEQ CLISTS