HP Business BASIC/XL Reference Manual - HP 3000 MPE/iX Computer Systems - Edition 1 (32715-90001)
a- 31
------------------------------------------------------------------------------------
1130 MESSAGE Could not activate new process for program "{program_name}".
CAUSE This occurs during execution of the :RUN command.
ACTION See the appropriate operating system reference manual for more
information.
------------------------------------------------------------------------------------
1131 MESSAGE One of "BS", "CS", "DS", or "ES" must come after "PRI=".
CAUSE This occurs during execution of the MPE :RUN command or the HP
Business BASIC/XL SYSTEMRUN command.
ACTION See the appropriate operating system reference manual for more
information.
------------------------------------------------------------------------------------
1132 MESSAGE In a job, the WAIT statement must specify a time limit.
CAUSE In your job, a WAIT statement does not specify a time limit.
ACTION Specify a value for the WAIT of less than 1.157920892373161E+74
seconds.
------------------------------------------------------------------------------------
1133 MESSAGE The string specified is too long.
CAUSE 1. The string given in the COPTION TITLE="string" or COPTION
TITLESUB="string" command is too long.
2. The string given in the COPTION COPYRIGHT="string" command
is too long.
3. The string, Image$, given in a "PRINT USING Image$;Value"
statement is too long.
4. The set name is too long in: COPTION LOCALITY="set_name".
5. The total length of the string supplied to the SYSTEMRUN
command is too long.
ACTION 1. The TITLE string is limited to a length of 132.
2. The COPYRIGHT string is limited to a length of 268435455.
3. The maximum length of an IMAGE string is 500 characters.
4. The name is limited to 16 characters.
5. The string must be 500 characters or less. Make certain
that the string specified is within these limits.
------------------------------------------------------------------------------------
1134 MESSAGE Only the words Yes, No, or Exit are allowed as input.
CAUSE You typed something other than Yes, Y, No, N, Exit, E or // in
response to the question "Do you want to see more on this topic
(Yes, No, Exit)?" while in HELP mode.
ACTION Answer as requested.
------------------------------------------------------------------------------------
1135 MESSAGE SYSTEM with no parameters is not allowed from a batch job.
CAUSE The SYSTEM statement or the ":" command has been executed in
batch mode.
ACTION If you have a set of MPE commands to execute, recode the
commands to:
SYSTEM "command1"