Hello Greg,
Am 21.01.2025 um 11:15 schrieb Greg Price via groups.io <procegrog@...>:
Broadly speaking, copy the load modules into a linklist library and then issue the desired TSO command(s) at the READY prompt.
Examples of such TSO commands are
REV mydsname
REV SYSPROC F
RFE
REVOUT
REVLEV
FSH ALLOC O(UNIT)
For extra functionality copy the CLISTs with names beginning with REV into a SYSPROC DD library.
If you want, you can copy the HELP members into a SYSHELP DD library.
If you have a TK-based system then likely these libraries already have versions of these programs.
Look in libraries like SYS2.CMDLIB and SYS2.LINKLIB to find out where the existing copies are.
The PANELS members can be copied into an ISPPLIB DD library, but if you have such a library then they may already be there.
Has anybody done an install "procedure" (aka: JCL) matching the turnkey environment? I think this might be a good add-on to the distribution package of REVIEW, since it would ease updating for those who aren't that much fluent with the environment — like me, for example. :-)
:wq! PoC