Storing and Accessing Parameters Under z/VSE
You can store parameters as a member of a LIBR library and as modules in IDD.
You can store parameters as a member of a LIBR library and as modules in IDD.
Storage as Bookname
To store parameters as a member of a LIBR library, use the following JCL statements:
LIBR (z/VSE)
// EXEC LIBR ACCESS SUBLIB=lib.sublib CATALOG member.Aculprit parameters/+ /*
lib.sublib | LIBR library and sublibrary to which you want to add the member |
lib.member | Name of the member to be added |
Storage as Modules in IDD
To store parameters as modules in IDD, see the
CA IDMS IDD DDDL Reference
. At run time, submit JCL statements for the data dictionary and its associated journal file(s). See "Execution JCL." CA Culprit retrieves the module specified on the USE parameter, =COPY parameter, or =MACRO parameter from the named data dictionary.