All the docs I’ve found give the same instruction on how to cleanly shutdown the zOS session, namely
# in "system" terminal:
S SHUTSYS
Z EOD
# then, once finished, in Hercules:
exit
So I assume it should exist.
On 26 Feb 2025 at 00:03 +0000, Vince Coen via groups.io <vbcoen@...>, wrote:
toggle quoted message
Show quoted text
Quick guess is that you do NOT have a procedure installed called shutsys
May be need to look for the correct way - I seem to recall I had to run
a few procedures to close everything down before doing the final
quiesce? or something similar but may be spelt differently - it was a
few years ago :)
There is NOT a one process that does it all i,e similar to TK4 or 5 and
I would have to reread the manual/book for it - a RED BOOK being but one.
On 25/02/2025 20:48, Erics51 via groups.io wrote:
Running Hyperion dev branch 4.8 on Apple M2 hardware and can
successfully start z/OS (V2.2, 22.5 & 3.1) but can't shut them down
cleanly.? Issuing S SHUTSYS fails on every system - see below
?- 19.27.49 ? ? ? ? ? s shutsys
?- 19.27.49 ? ? ? ? ? IRR812I PROFILE * (G) IN THE STARTED CLASS WAS USED
?- ? ? ? ? TO START SHUTSYS WITH JOBNAME SHUTSYS.
? ?19.27.49 STC02511 ?IEFC452I SHUTSYS - JOB NOT RUN - JCL ERROR
? ?19.27.49 ? ? ? ? ? IEE122I START COMMAND JCL ERROR
I must be doing something wrong with. Any suggestions?