I would like to know the proper way to end/start the DBURDBSBS subsystem, since we are automate our backup, or they start automatically when the TCPSVR starts?? so I can add the command in our backup CL???

~ 0 min
2024-03-11 20:46

You can use the following command to end the DBURDBSBS subsystem:

ENDSBS SBS(DBURDBSBS) OPTION(*IMMED)

You can use the following command to start the DBURDBSBS subsystem:

STRSBS SBSD(DBU10/DBURDBSBS)

The subsystem will not end or restart unless you use these options.  These commands can be added to your CL program.

Average rating 0 (0 Votes)

You cannot comment on this entry