On Thu, 14 Aug 2025 22:38:37 -0500, Paul Edwards <[email protected]> wrote:
>https://publib.boulder.ibm.com/epubs/pdf/iea2b2b1.pdf >Page 291 shows that AMODE=64 exists, but not RMODE=64 Obsolete manual from 2012. Current version documents RMODE 64. >I don't have direct access to z/OS. Would someone be >able to assemble this (it may need corrections) https://z390.org/ can be used for assembling and testing. The object modules are supposed to be z/OS compatible. What are you expecting from the load module? A current z/OS is required to load an RMODE 64 module correctly. > CSECT >* > ENTRY TWO >TWO DS 0H > LA R15,5 > BR R14 > END Missing AMODE & RMODE statements. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
