Task
A brand new depot is to be set up for a system configuration. RMS always creates a new depot whenever it is started and tries to address a depot which does not exist. The name of the new depot is RMS.DEPOT.<family>, where “family” is the parameter of the RMS startup procedure.
Procedure using the statement interface
Call up RMS with the following BS2000 statement and input the RMS statements; this generates a depot with the name RMS.DEPOT.TEST. Please note that the parameters ID, DEF and DEPOT are assigned to TSOS by default.
CALL-PROC SYSPRC.RMS.071,(FAM=TEST,V7SYNTAX=YES,MODE=BATCH) INPUT-DELIVERY-PACKET INPUT=<filename> END
The type of depot created depends on the version of the accepted delivery packet:
Delivery packet version | Type of depot created |
#nn.nn | PULS depot |
Ann.00 | Support center or service center depot |
Ann.xx | Customer level 1 depot |
ann.nn | Customer level 2 depot |
Explanation: nn = 00 .. 99 |