SSHCLIENTSUPPORT does not automatically restart following a halt/load. The following WFL can be created by an administrator to automatically start the SSHCLIENTSUPPORT library following a halt/load.
00002000 BEGIN JOB STARTSSHCLIENT;
00004000 ON RESTART, GO TO STARTOVER;
00006000 STARTOVER:
00008000 RUN *SYSTEM/SSHCLIENT/ADMIN ON DISK("ENABLE");
00010000 WAIT(OK);
00012000 END JOBIf SSHCLIENTSUPPORT is already running when you start the WFL, it causes a no-op. Otherwise, SSHCLIENTSUPPORT is started.
Instead of issuing RUN *SYSTEM/SSHCLIENT/ADMIN ("ENABLE") to initially start SSHCLIENTSUPPORT, the administrator can simply start the WFL by issuing:
START <WFL name>

