Dear friends
I would like assembling an SMP/E module from its assembly code. The current assembly code is in appropriate target zone in an ASSEM entry, which ASSEM entry created by an APPLY command which creates a FUNCTION type SYSMOD also
++FUNCTION(IMSA242) DESCRIPTION(ZNONLN ENTRIES).
++VER(P115).
++JCLIN TXLIB(SMPJCLIN) /* CREATING OF ENTRIES */.
And now I would like assemble the DFSRCTEA SMP/E module from the appropriate ASSEM entry. For this I created an USERMOD type SYSMODE with the DFSRCTEA module..
++USERMOD(IMSA243) DESCRIPTION(ZNONL MODIFICATION).
++VER(P115) FMID(IMSA242).
++MOD(DFSRCTEA) LMOD(DFSRCTEA) LKLIB(MODBLKS).
The name of ASSEM entry and name of module is equal. And all other requirements are met to which are mentioned in 'Determining whether a module must be assembled' document which is at the 'https://www.ibm.com/docs/en/zos/2.3.0?topic=install-determining-whether-module-must-be-assembled' link. But the module not assembled into object form. Please send me some words about this problem if possible.
Best regards
Győző