SYSMANHELP.HLB  —  STARTUP  MODIFY  Qualifiers

1    /CONFIRM

       /CONFIRM
       /NOCONFIRM (default)

    Controls whether the STARTUP MODIFY command displays the
    file specification of each file before modifying its startup
    characteristics in the startup data file and requests you to
    confirm that the file characteristics be modified. If you specify
    /CONFIRM, you must respond to the prompt with a Y (Yes) or a
    T (True) and press Return before the file is modified. If you
    enter anything else, such as N or No, the requested file is not
    modified.

2    /LOG

       /LOG
       NOLOG (default)

    Controls whether the STARTUP MODIFY command displays the file
    specification of each file after its startup characteristics have
    been modified.

3    /MODE

       /MODE=mode

    Changes the mode of execution for a startup file. Valid modes
    include DIRECT, SPAWN, BATCH, or ANY.

4    /NAME

       /NAME=filespec

    Changes the name of the startup file. The file must reside in
    SYS$STARTUP.

5    /PARAMETER

       /PARAMETER=(P1:arg1,P2:arg2,...,P8:arg8)

    Changes the parameters that are to be passed to the file during
    startup. Parameters that are omitted receive the default
    parameters defined by the system parameter STARTUP_Pn. If
    STARTUP_Pn is blank, "FULL" is used as parameter 1 (P1) and is
    passed by STARTUP.COM to each startup component file. If you want
    a blank P1 parameter given to a specific component file, use the
    command:

    SYSMAN> STARTUP MODIFY FILE component.com/PARAM=P1:""

6    /PHASE

       /PHASE=phase-name

    Selects startup files for modification based on the phase in
    which they run. Valid phases include LPBEGIN, LPMAIN, LPBETA, and
    END. LPMAIN is the default.
Close Help