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
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