Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Starting Multiple subsystems in qstrup

1 view
Skip to first unread message

Broadway Bum

unread,
Jan 23, 2009, 11:20:22 AM1/23/09
to
Hey Guys:

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.

Jonathan Ball

unread,
Jan 23, 2009, 11:33:28 AM1/23/09
to

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.

xyzzy

unread,
Jan 24, 2009, 7:11:20 AM1/24/09
to
On Jan 23, 4:33 pm, Jonathan Ball <jonb...@whitehouse.not> wrote:
> 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.

0 new messages