Relocating files
Name | Description |
---|---|
PINI | Assigned to the PMINIT__.DAT control file. |
PMIN | Assigned to the PMINIT__.SKM file containing the panel definition for the initial dialog box. |
PMGE | Assigned to the PMGENE__.SKM file containing the panel definition for the general panels. |
PMER | Assigned to the PMERRO__.SKM file containing the panel definition for the error and warning message panels. |
PMSP | Assigned to all spool files generated by M3 SWB. |
VERS | Defines what version number is to be used when M3 SWB is initiated for the first time. The version number can be defined (if it is different than Version 1.) If another version is not defined, M3 SWB loads Version 1. |
REXXC1,...,REXXC99 | The path and command file name of the REXX procedure to be attached to the special action C1,...,C99. |
PMMODUL | If this environment parameter is defined, it tells M3 SWB which module to execute immediately after startup. By specifying the SET PMMODUL=BATC in the Startup Command File this parameter can also be used to execute the batch function directly. |
To relocate spool files, you must alter the Startup Command File as follows:
SET PMSP=D:\SPOOL\DATA ß Set the path for spool files
You can also define where you want your data files located in the different versions you have specified by attaching a version number to the 4-character environment variable. For example, to relocate data files in Version 22, insert the following line into the Startup Command File:
SET DATA22=D:\MVXMovex APPTEST\DATA ß Set the path for version 22
You can also specify the path of a specific file by altering its PMINIT__.DAT file. Because DATA is the default variable assigned to all data files, by defining a new variable name to your order header file such as DATX you will automatically alter the file path. Do this by adding the following to the Startup Command File:
SET DATX=D:\DIRORDH ß Set the path for order header file