Specifying the load library containing your program


Your program should be linked into a standard PDS or PDSE library suitable for executable programs.  The data set name of this library should be specified in the TASKLIB DD statement concatenation.  This DD statement can contain one or more program libraries as necessary.  The TASKLIB DD statement is part of the cataloged procedure specified in the TP Configuration File (TPCONFIG) member.  The STASK configuration statement names the cataloged procedure.

When the BMC AMI DevX Workbench for Eclipse client application program requests that the corresponding back-end program be launched, the TP will start the cataloged procedure named by STASK and the TP will then load and attach your program from the TASKLIB DD concatenation.

The Shared Services load library is required in order to use this API. One of the following options will ensure that this library is available at execution time for CSS communications.

  • In the cataloged procedure, add SLCXLOAD to the STEPLIB and run unauthorized
  • In the cataloged procedure, a
  • dd SLCXLOAD to the STEPLIB and authorize SLCXLOAD
  • Add SLCXLOAD to the LINKLIST

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC AMI Enterprise Common Components 17.02