Purpose
Syntax
►►───┬─────────────────────────────────────────┬──────────────────────────────► └─ DICTNAME ──┬──────┬── dictionary-name ─┘ ├─ IS ─┤ └─ = ─┘ ►───┬────────────────────────────────────┬───────────────────────────────────► └─ DICTNODE ──┬──────┬── node-name ──┘ ├─ IS ─┤ └─ = ─┘ ►───┬───────────────────────────────────────────────────────────────┬────────► └─ LOCation for ─┬─ APPlication ─┬───┬──────┬───┬─ loadAREA ◄ ─┬┘ └─ ADB ─────────┘ ├─ IS ─┤ └─ loadLIB ─┘ └─ = ─┘ ┌───────────────────────────────────────────────────────────────┐ ►───▼──┬──────────┬──┬── APPlication ─┬───┬──────┬─── application ──┴────────►◄ ├─ ADD ────┤ └── ADB ─────────┘ ├─ IS ─┤ ├─ MODify ─┤ └─ = ─┘ └─ DELete ─┘
Expansion of Application
►─── application-name ─┬─────────────────────────────────────────┬───────────►◄ └─ VERsion ───┬──────┬─── version-number ─┘ ├─ IS ─┤ └─ = ─┘
Parameters
Specifies the 1- to 8-character name of the data dictionary in which the TAT is stored.
DICTNAME defaults to the name of the primary dictionary.
Specifies the node that controls the data dictionary in which the TAT is stored.
Introduces where the applications specified in the control statements are stored.
ADB can be used in place of APPLICATION; the equals sign (=) can be used in place of IS.
Specifies that the applications are stored in the load area.
LOADAREA is the default when no location for application is specified.
Specifies that the applications are stored in the load (core-image) library.
The load libraries in which the applications are stored must be specified in the JCL, as follows:
Specifies that task code entries for an application are being added to the TAT.
If ADD is specified and the TAT already contains entries for the application, the action is changed to MOD and a warning message is displayed. If ADD is specified and the TAT does not exist, ADSOBTAT creates a TAT.
ADD is the default if the TAT contains no entries for the application.
Specifies that the task code entries for an application are being replaced in the TAT by the task codes defined in the current application load module.
If MOD is specified and the TAT does not contain entries for the application, ADSOBTAT treats the request like an ADD request.
MOD is the default if the TAT already contains entries for the application.
Specifies that the task code entries for an application are being deleted from the TAT.
If the TAT does not contain entries for the application, a warning message is issued. Note that the application does not have to exist when DEL is specified.
Identifies the application.
See expansion of application below.
Specifies the name of the application.
Gives the version number (in the range 1 through 9999) of the application.
The default version number is 1.
Usage
Considerations
If specified, the DICTNODE and DICTNAME clauses must be coded first, in any order. The LOCATION clauses, if specified, must be coded next, in any order. The ADD/MODIFY/DELETE APPLICATION clause must be coded last, and can be repeated any number of times to reference several applications.
|
Copyright © 2014 CA.
All rights reserved.
|
|