Need some advice:
We have many (120) interactive subsystems (long story - don't ask)
that I would like to start in qstrup after IPL. Can anyone offer some
tips on how to do that without having to add 120 instances of strsbs
xxxx in the actual startup program?
Any help would be appreciated.
Create a table with the subsystem names and the libraries in which the
subsystem descriptions reside, then write a CL loop in your start-up
program that reads through the table and executes STRSBS
&SBSDLIBNAM/&SBSD for each one.
That's basically what we did at the last company I worked for.
Another tip relating to QSTRUP, is not to modify it! Instead change
the system value to point to your own startup program and have that
call QSTRUP before doing anything else. That way you don't have to re-
apply your modifications to QSTRUP after each OS upgrade.