You start the DBH as a batch job by means of the command
/ENTER-PROCEDURE NAME=
filename ,PROC-PAR=NO,LISTING=YES,LOGGING=YES
where filename is the name of an SDF-P procedure created by the user and in which the user enters the command sequence for starting the DBH:
/START-SESAM-DBH 1. [//start_parameter] 2. [//END] 3.
Starts the DBH using the start command START-SESAM-DBH (see section “Starting SESAM/SQL programs via start commands”).
You can enter the start parameters of the DBH here (see chapter “DBH start statements and options”). You do this when you do not want to accept the default values and do not assign the start parameters via an input file (see "Entering the DBH start parameters for the independent DBH").
The last END statement concludes entry of the DBH start parameters. This statement is necessary only if you do not enter the DBH start parameters via an input file.
Before the actual start command in the start procedure you can assign files to the DBH and change its options using the commands described on "Requirements for starting". You will find an example of a procedure on "Example of a procedure for starting the independent DBH".