You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Someone who will remain nameless forgot to generate the NUCXDROP MODULE on Community Edition V1R1.0
You might not miss it. Since NUCXLOAD isn;t there, only self-loading Nucleus Extensions work in VM/370.
NUCXLOAD is going to need relocatable MODULE support to match VM/SP and later, although I am testing
a NUCXTEXT command that will load and relocate TEXT files and establish a Nucleus Extension from them.
In the meantime, use these steps to generate the NUCXDROP MODULE.
LOGON MAINT
VMSETUP CMS
LOAD DMSNXD ( CLEAR ORIGIN TRANS
GENMOD NUCXDROP MODULE A2
ACCESS 190 Z
COPY NUCXDROP MODULE A = = Z2 ( OLDDATE
RELEASE Z
DEFINE STOR 16M
IPL 190 CLEAR
SAVESYS CMS
ERASE NUCXDROP MODULE A2
The text was updated successfully, but these errors were encountered:
Someone who will remain nameless forgot to generate the NUCXDROP MODULE on Community Edition V1R1.0
You might not miss it. Since NUCXLOAD isn;t there, only self-loading Nucleus Extensions work in VM/370.
NUCXLOAD is going to need relocatable MODULE support to match VM/SP and later, although I am testing
a NUCXTEXT command that will load and relocate TEXT files and establish a Nucleus Extension from them.
In the meantime, use these steps to generate the NUCXDROP MODULE.
LOGON MAINT
VMSETUP CMS
LOAD DMSNXD ( CLEAR ORIGIN TRANS
GENMOD NUCXDROP MODULE A2
ACCESS 190 Z
COPY NUCXDROP MODULE A = = Z2 ( OLDDATE
RELEASE Z
DEFINE STOR 16M
IPL 190 CLEAR
SAVESYS CMS
ERASE NUCXDROP MODULE A2
The text was updated successfully, but these errors were encountered: