Communicator e3000 MPE/iX Release 6.5 (Non-Platform Software Release C.65.00 (30216-90291)
Chapter 3 75
Growth Solution
NEWCI Command (CI Elimination)
executes underneath the caller (which is generally the MPE/iX CI). By contrast the NEWCI
command will cause the specified process to replace the MPE/iX CI process. The MPE/iX
CI is terminated - thus one process is saved.
Syntax
NEWCI progfile[,[ “]entrypoint[ “]]
[;NOPRIV]
[;LMAP] {*formaldesig}
[;DEBUG] [;STDIN=[{fileref }]
[;MAXDATA=maxstack] {$NULL }
[;PARM=parameternum]
[;STACK=stacksize] {*formaldesig }
[;DL=dlsize] [;STDLIST=[{fileref[,NEW]]}]
[;NMSTACK=nmstacksize] {$NULL }
[;NMHEAP=nmheapsize]
{BS}
{G} [;PRI={CS}{#}]
[;LIB={P}] {DS}
{S} {ES}
[;XL=”library[, ...]”]
[;NOCB]
[;INFO=quotedstring]
[;UNSAT=[ “]unsatproc[ “]]
Parameters
All of the parameters for the NEWCI command are identical (syntactically and
semantically) to the RUN command. For this reason, we did not repeat the full description of
all the parameters in the on-line help text for NEWCI. Users are referred to the help text for
RUN for complete descriptions of all the parameters except the
progfile
parameter. The
progfile
parameter is described in detail in the NEWCI help text (as shown below).
Description of PROGFILE parameter from help text for
NEWCI
The only required parameter is
progfile
. If any additional parameters are specified, they
will override the default parameters that the creator of the program established, but only
for that particular execution of the program.
progfile
The name of the program file to be executed. The file name can be specified
in either MPE/iX syntax (the default) or HFS syntax (where the name
must begin with eithera.ora/).Ifthefilename is specified using MPE/iX
Syntax, it does not have to be fully qualified. File names which are not
fully qualified will be qualified based on the current logon environment.
The file name may be redirected with a file equation. If the file name is
expressed using HFS syntax (e.g.: the name begins with a . or a /), and the
file name refers to a file outside of MPE/iX name space (e.g. the file is not
in an MPE/iX group/account), then some restrictions apply.
The following restrictions are placed on programs outside of MPE/iX name
space:
• The program cannot be linked with PM, MR, or DS capability.
Programs linked with these capabilities will not load.