HPlogo MPE/iX Commands Reference Manual: HP 3000 MPE/iX Computer Systems > Chapter 2 Command Definitions A-B

Running the CI as a Program

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

The MPE/iX Command Interpreter (CI) is a Native Mode Program. You can run it the way you would any other program, either by explicitly using the RUN command (the first example below), or by using the the implied RUN (the second example):

  RUN CI.PUB.SYS
  CI

In the first case, the RUN command controls execution of the CI. For more information, refer to the RUN command in this chapter.

The second case, referred to as implied run, is limited to recognizing the INFO= and PARM= parameters. If you enter both INFO= and PARM=, PARM= goes into effect after the INFO= string is passed. The Table 2-1 “Parm= values for the CI” shows the Parm= values.

Table 2-1 Parm= values for the CI

ParmAction
0UDC's are cataloged, the CI banner is displayed, and the WELCOME message is displayed. This is the default.
1Same as 0, however the CI terminates after processing the info string; it terminates after the first command is executed if no info string is specified.
2UDC's are cataloged, the CI banner is suppressed, and the WELCOME message is suppressed.
3Same as 2, however the CI terminates after processing the info string; it terminates after the first command is executed if no info string is specified.
4Logon UDC's are executed, UDC's are available, the CI banner is displayed, and the WELCOME message is displayed.
5Same as 4, however the CI terminates after processing the info string; it terminates after the first command is executed if no info string is specified.
-1UDC's are not cataloged, the CI banner is suppressed, and the WELCOME message is suppressed. This requires SM capability.
-2Same as -1, however the CI terminates after processing the info string; it terminates after the first command is executed if no info string is specified. This requires SM capability.

 

NOTE: Parm -1 and -2 can be defeated via a SYSGEN misc configuration setting.

Feedback to webmaster