Importing the default system initialization procedure on VM

A default QMF system initialization procedure called DSQ0BINI is shipped on the QMF distribution disk for VM as DSQ0BINI PROC.

You may want to verify if your system has a system initialization procedure before installing the sample The command DISPLAY Q.SYSTEM_INI will show you what is already installed, or issue the message, "Q.SYSTEM_INI cannot be found" if the initialization procedure has not been installed. If you already have a system intitialization procedure and wish to overwrite it with the sample, or do not have one and wish to install the sample, continue with the example below:

IMPORT PROC FROM DSQ0BINI PROC *
SAVE PROC AS Q.SYSTEM_INI (COM='DEFAULT QMF SYSTEM PROCEDURE' SHARE=YES

You can import your own version of the procedure, import the default procedure, and change it before saving it. Or, you can create your own procedure from within QMF.

[ Previous Page | Next Page | Contents | Index ]