NetMaster

 View Only

 Netmaster REXX and access to z/OS web enablement toolkit

Jump to  Best Answer
Mark Noonan's profile image
Mark Noonan posted Aug 01, 2025 04:34 PM

Hello,

I am trying to use the z/OS Web enablement toolkit in Netmaster REXX.

The program works under TSO and IBM Z NetView.

When I try to use the functions in Netmaster REXX it gets this error:

Can the Web Enablement toolkit be used from Netmaster REXX?

What possible alternates does NetMaster have to run this program?

Thanks

Mark

Jonathan Marsden's profile image
Broadcom Employee Jonathan Marsden  Best Answer

Hi Mark,

The API needs to be defined to NetMaster using the command 'RXCTL DEFINE FUNCTION=HWTCALLS'. This only needs to be done once during region initialization. You can add the command to your NMINIT procedure. 

Cheers, Jon Marsden