Skeleton variables

Db2® Automation Expert uses ISPF skeletons to build most of the JCL and control cards needed for execution. The variables contained in the skeletons are documented in this topic.

If you want to modify skeletons for your own purposes, you can use this topic as a reference. These variables can be called from your skeletons during job building. You can copy the Db2 Automation Expert skeletons in the SDAJSLIB and modify them, but you must place the modified skeletons in your own library, and concatenate your library before the Db2 Automation Expert skeleton libraries. To do this, update the DAJV11C CLIST to specify your skeleton library. This is accomplished by inserting your skeleton library into the DAJSLIB1 library in the CLIST, as shown following:
       DAJSLIB1(user.skeleton.library)                           +      
       DAJSLIB2(DAJLVL.SDAJSLIB)                                +      
Note: If you choose to customize skeletons, when you upgrade to the next version or release of Db2 Automation Expert, you might need to re-customize the skeletons for the new version.
CAUTION: Do not modify the value of these variables in your skeletons. Doing so will produce unpredictable results when the job is built.