How I am able to assemble an SMP/E module from ASSEM entry



Ask about System customization & performance, Workload management, I/O device configuration etc.

How I am able to assemble an SMP/E module from ASSEM entry

Postby futohomok » Thu Mar 14, 2024 2:32 pm

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ő
futohomok
 
Posts: 21
Joined: Wed Aug 24, 2022 8:22 pm
Has thanked: 8 times
Been thanked: 0 time

Return to System programming

 


  • Related topics
    Replies
    Views
    Last post