MPE/iX Shell and Utilities Reference Manual, Vol 2
sh(1) MPE/iX Shell and Utilities sh(1)
Message: name: not a function
Cause: You tried to declare the given name as a function, but the name already referred
to something that was not a function (for example, a variable).
Action: Make sure that name is a function and spelled correctly.
Message: name: parameter null or not set
Cause: You specified a ${name?} construct where name was not set and no message
followed the ?.
Action: Set name and specify a message after the ?.
Message: name: readonly variable
Cause: You attempted to change or remove the variable name which was marked as
read-only.
Action: Do not attempt to change or remove a read-only variable.
Message: "name" is not an identifier
Cause: You attempted to use an non-alphanumeric name as an identifier.
Action: Use only alphanumeric names for identifiers.
Message: name is not found
Cause: You specified a name that type was unable to find.
Action: Check that the name exists, was spelled properly, and that you have the appro-
priate permissions.
Message: "name" not a valid trap name
Cause: You specified an unrecognized trap name.
Action: Check that you spelled the trap name correctly.
Message: no active co-process
Cause: You attempted to send output to or receive input from a co-process when there
was no active co-process.
Action: Do not use the –p option with print or read when there are no active
co-processes.
Message: no command matches "string"
Cause: You attempted to use fc to edit a command beginning with a particular string,
but there was no such command in the history file.
Action: Use the fc command to browse through the history file to ensure that string is
entered correctly.
Message: no command substitution permitted
Cause: The
POSIX.2a wordexp() function called the shell to expand a string that con-
tained command substitution, such as $(cmd) or f(CW`cmd`.
Action: Check the program that called wordexp() and ensure that the string to be
expanded does not contain any command substitutions.
1-550 Commands and Utilities