Previous Topic: Storing and Acessing Parameters Under z/OSNext Topic: Storing and Accessing Parameters Under z/VM


Storing and Accessing Parameters Under z/VSE

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.A
  culprit parameters
/+
/*

lib.sublib

LIBR library and sublibrary to which you want to add the member

lib.member

Name of the member to be added

IDD

To store parameters as modules in IDD, see the CA IDMS IDD DDDL Reference Guide. At run time, submit JCL statements for the data dictionary and its associated journal file(s), as shown in Appendix C, Execution JCL. CA Culprit retrieves the module specified on the USE parameter, =COPY parameter, or =MACRO parameter from the named data dictionary.