Writer instructions | |
---|---|
Page title | For most spaces, this page must be titled Space announcements. For spaces with localized content, this page must be titled Space announcements l10n. |
Purpose | Provide an announcement banner on every page of your space. |
Location | Move this page outside of your home branch. |
Guidelines |
Managing the model AMS define
BMC AMI Utilities include a model AMS DEFINE statement available in BMCCNTL(JCLRXMDL) that you can use to allocate Db2 VSAM data sets. Copy and edit this member to suit your needs and define it to the BMC AMI Utilities checkpoint.
You can set specific requirements for the DEFINE statement or allocate in a unit other than KB at the global level or for a specific Db2 subsystem.
NGTAMS DEFINE
You can run the following statement in the SYSIN DD statement of the standard BMC AMI Utilities JCL:
The NGTAMS DEFINE statement reads the Db2 VSAM DEFINE model statement from the specified ddname and saves it to the BMC AMI Utilities checkpoint for use. If GLOBAL is specified, this model is used for all Db2 subsystems using this checkpoint data set. If GLOBAL is not specified, the model override is only for the Db2 subsystem specified in the BMC AMI Utilities job running this NGTAMS statement.
NGTAMS DELETE
You can run the following statement in the SYSIN DD statement of standard BMC AMI Utilities JCL:
The NGTAMS DELETE statement removes any Db2 VSAM DEFINE model statement override from the BMC AMI Utilities checkpoint. The GLOBAL keyword specifies which model to delete, the global model, or the model specified for this Db2 subsystem.
NGTAMS DISPLAY
You can run the following statement in the SYSIN of standard BMC AMI Utilities JCL:
The NGTAMS DISPLAY statement reports the Db2 VSAM DEFINE model statement defined to the checkpoint. The GLOBAL keyword specifies which model to display, the global model, or the model specified for this Db2 subsystem.
Related topics