This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e2bb9e0
commit 716cac6
Showing
1 changed file
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
Author: Andrew Mattingly: <[email protected]> | ||
|
||
Copyright IBM Corp. 2018 | ||
|
||
This is an "IPA crawler" which can find out where an initialization parameter is set. Load it into your SYS1.SAXREXEC and give it a whirl. | ||
It takes the name of a IEASYSxx parameter (or the corresponding PARMLIB member prefix) as a parameter, and reports the value detected at | ||
initialization, where it was set, and where to find the referenced PARMLIB datasets, if the value is a suffix or list of suffices. It | ||
also takes some "special parameters" for the "early stuff": LOAD, IODF, {IEASYS|SYS|SYSPARM},{IEASYM|SYM} and NUCLST. | ||
This is an "IPA crawler" which can find out where an initialization parameter is set. Load it into your `SYS1.SAXREXEC` and give it a whirl. It takes the name of a `IEASYSxx` parameter (or the corresponding PARMLIB member prefix) as a parameter, and reports the value detected at | ||
initialization, where it was set, and where to find the referenced PARMLIB datasets, if the value is a suffix or list of suffices. It also takes some "special parameters" for the "early stuff": | ||
* LOAD | ||
* IODF | ||
* {IEASYS|SYS|SYSPARM} | ||
* {IEASYM|SYM} | ||
* NUCLST. | ||
|
||
For example: | ||
|
||
|