Re: WAKEUP - does a emulation of this module exist
Drew sent me a copy of the WAKE assembler program he mentioned. It appears to be coded using VM/SP system macro interfaces and the NUCXLOAD command which is not available to VM/370. The latter is not available to VM/370 because the program loader cannot process a? relocatable MODULE. WAKE and WAKEUP both implement: 1. Waiting for a specific time (and date) 2. Waiting for a command issued with SMSG. 3. Waiting for a reader file to arrive.
I removed the support, originally added to my version of WAKEUP, for IUCV and CONSOLE macro capabilities that don't exist in VM/370. I can send a copy of WAKE to anyone who wants it, but I suggest you use the WAKEUP REXX function package, which is already installed. To produce an assembler listing, so you can look at the WAKEUP code: LOGON MAINT VMSETUP?CMS VMFASM DMSLFN DMSLCL
That produces an assembler listing file you can examine.?
Bob Bolch
toggle quoted message
Show quoted text
On Tue, Jan 11, 2022 at 5:43 AM Anthony Smith < anthony@...> wrote: Happy to help out with code needs a fix. Warmed up the Assember recently but not needed. Haven't felt the joy of a successful "BALR" in too long :-)
|