HHC17500I REXX(Regina) Resolver - (ON)

HHC17500I REXX(Regina) Msg Level - 0

HHC17500I REXX(Regina) Msg Prefix - (OFF)

HHC17500I REXX(Regina) Err Prefix - (OFF)

HHC17500I REXX(Regina) Mode - (Command)

HHC17500I REXX(Regina) REXX-Regina_3.6(MT) 5.00 31 Dec 2011

HHC17500I REXX(Regina) WIN64 FUNCTION Instore

HHC01603I exec samplerexx

HHC17506I REXX(Regina) Exec/script 'samplerexx' not found

Figure 258: REXX command (RESOLVER ON)

Example 7:

Messages issued when a Rexx script could not be found and RESOLVER is set to ‘OFF’.

HHC00013I Herc command: 'rexx resolver off’

HHC17500I REXX(Regina) Rexx Path ( 2) -d:\mvs\conf;d:\mvs\rexx

HHC17500I REXX(Regina) Sys Path (18) - (ON)

HHC17500I REXX(Regina) Extensions( 3) - ;.rexx;.rex

HHC17500I REXX(Regina) Resolver - (OFF)

HHC17500I REXX(Regina) Msg Level - 0

HHC17500I REXX(Regina) Msg Prefix - (OFF)

HHC17500I REXX(Regina) Err Prefix - (OFF)

HHC17500I REXX(Regina) Mode - (Command)

HHC17500I REXX(Regina) REXX-Regina_3.6(MT) 5.00 31 Dec 2011

HHC17500I REXX(Regina) WIN64 FUNCTION Instore

Messages issued when using Regina Rexx:

HHC01603I exec samplerexx

HHC17506I REXX(Regina) Exec/script 'samplerexx' not found

Messages issued when using ooRexx:

HHC01603I exec samplerexx

REX0003E: Error 3: Failure during initialization

REX0534E: Error 3.901: Failure during initialization: Program “samplerexx” was not found

HHC17502E REXX(ooRexx) ooRexx RC(-3)

Figure 259: REXX command (RESOLVER OFF)

8.139 RMMOD (Delete a module)

8.139.1 Function

The RMMOD command deletes (unloads) modules.

8.139.2 Syntax

Descriptive

module [module [module ...]]

Diagram



~¬¬¬¬¬¬¬¬¬¬¬¬¬¬®

Êʬ¬¬ module ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ÊÍ

8.139.3 Parameter

module

The names of the modules that have to be unloaded. If a device is still bound to a
module then a message is issued and the module is not deleted.

8.139.4 Examples

Example 1:

Delete module “S37X” (S/370 Extension).

HHC00013I Herc command: 'rmmod s37x'

HHC01528I HDL: unloading module 's37x'...

HHC01529I HDL: module 's37x' unloaded

Figure 260: RMMOD c
ommand

Previous Page Next Page