SEGMENTER

Generated from C.65.00 /SYSADMIN/PUB/MYCICAT last modified on Sun Aug 29 15:08:37 2004

Back to Main Index


SEGMENTER


     Calls the MPE segmenter.  (CM)

SYNTAX


     SEGMENTER [listfile]


PARAMETERS


listfile            Actual file designator of an ASCII output file that
                    is to receive listed output from the MPE segmenter.
                    Formal file designator is SEGLIST.  Default is
                    $STDLIST.  Usually this file is a line printer and
                    must be defined in a FILE command, backreferenced
                    as follows:

                    FILE LISTFL;DEV=LP
                    SEGMENTER *LISTFL

NOTE


The formal file designator used in this command, SEGLIST, cannot be
backreferenced as actual file designator in the command parameter list.
For further information, refer to IMPLICIT subentry of the FILE entry
in the Help Facility.


OPERATION


     This command runs the segmenter subsystem from MPE/iX.
     The segmenter subsystem performs the intermediate functions
     between source code compilation and program execution.

     This command may be issued from a session or a job.  It may
     not be issued in BREAK or from a program, unless the user or
     the MPE segmenter has Process Handling (PH) capability.
     Pressing [Break] suspends the execution of this command.
     Entering RESUME continues the execution.

NOTE


The segmenter employs temporary files named T999SYM, SEGTMP01, and
SEGTMP00.  If you have created temporary files having these names, the
segmenter will attempt to purge them.


EXAMPLE(S)


     To call the MPE segmenter from a session and transmit the
     output to a line printer instead of the standard list
     device, enter

     FILE LISTFL;DEV=LP
     SEGMENTER *LISTFL

NOTE


You must have READ and LOCK access to use a relocatable library
with the SEGMENTER command.

ADDITIONAL INFORMATION


Commands:   FILE

Manuals :   MPE Segmenter Reference Manual (32650-60026)

Back to Main Index