16.12.2012 Views

z/OS V1R9.0 UNIX System Services Command ... - Christian Grothoff

z/OS V1R9.0 UNIX System Services Command ... - Christian Grothoff

z/OS V1R9.0 UNIX System Services Command ... - Christian Grothoff

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

sh<br />

Hangup<br />

The shell received a hangupsignal. This signal typically arises when a<br />

communication line is disconnected—for example, when a phone<br />

connection is cut off.<br />

In base#number: base must be in [2,36]<br />

In a number of the form base#number, the value of the base was larger than<br />

36 or less than 2. The only valid range for bases is from 2 through 36.<br />

Invalid subscript<br />

A shell array was indexed with a subscript that was outside the defined<br />

bounds.<br />

Illegal instruction<br />

The shell received an illegal instruction signal. This signal typically occurs<br />

when a process tries to execute something that is not a valid machine<br />

instruction recognized by the hardware.<br />

Misplaced subscript array name<br />

The subscript for an array was missing or incorrect.<br />

name is not an identifier<br />

You attempted to use a non-alphanumeric name.<br />

name: readonly variable<br />

The given name is a read-only variable, and cannot be removed or<br />

changed (see readonly).<br />

name: no expansion of unset variable<br />

The shell is operating with set –u, and you used an unset variable in a<br />

substitution. For more information, see the set command.<br />

No file descriptor available for redirection<br />

When a file descriptor is redirected, the old value is remembered by the<br />

shell by a duplication to yet another file descriptor. The total number of file<br />

descriptors is limited by the system; hence, the shell may run out, even<br />

though your command appears to be using far fewer than the maximum<br />

number of descriptors.<br />

Nested aliases<br />

You have more than nine levels of aliases. For example:<br />

alias a1=a2 a2=a3 a3=a4 ... a10=command<br />

causes this error.<br />

Pipe for coprocess<br />

The shell cannot create a pipe for a coprocess. This may mean that your<br />

session or the system as a whole has already set up its maximum number<br />

of pipes.<br />

...: restricted<br />

If the shell has been invoked as a restricted shell, certain things are<br />

disallowed—for example, the cd command, setting PATH, and output<br />

redirection.<br />

Temporary file error using here document<br />

sh tried to create a temporary file holding the contents of a

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!