Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyGiorgio authored Aug 27, 2018
1 parent e2bb9e0 commit 716cac6
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions where/README.md
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:

Expand Down

0 comments on commit 716cac6

Please sign in to comment.