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.2.1. Error 116 - The RXSUBCOM REGISTER parameters are incorrect.
Explanation:
RXSUBCOM REGISTER requires the following parameters:
RXSUBCOM REGISTER envname dllname procname
envname
is the name of the subcommand handler.
. dllname
is the name of the file containing the subcommand handler routine.
. procname
is the name of the procedure that REXX calls as a subcommand handler.
Prev
C.2. RXSUBCOM Utility Program
Up
Home
Next
C.2.2. Error 117 - The RXSUBCOM DROP parameters a...