Prev
Open Object Rexx
Next
Code style
dark
electric
light
print
rgfdark
rgflight
tokio-day
tokio-night
vim-dark-blue
vim-dark-darkblue
vim-dark-desert
vim-dark-elflord
vim-dark-evening
vim-dark-industry
vim-dark-koehler
vim-dark-murphy
vim-dark-pablo
vim-dark-ron
vim-dark-slate
vim-dark-torte
vim-light-delek
vim-light-morning
vim-light-peachpuff
vim-light-shine
vim-light-zellner
C.1.1. Error 3 - Failure during initialization.
Explanation:
The REXX program could not be read from the disk.
The associated subcodes are:
001
Failure during initialization: File "
filename
" is unreadable.
900
message
.
901
Failure during initialization: Program "
program
" was not found.
902
Error writing output file "
file
".
903
Program "
program_name
" cannot be run by this version of the REXX interpreter.
905
Encoded compiled program "
program_name
" cannot be decoded.
Prev
C.1. Error List
Up
Home
Next
C.1.2. Error 4 - Program interrupted.