Joseph, A couple of points :
(1) The ULUT is not an intended interface. I suggest you use UCBSCAN instead. (2) IIRC to get a list of shared and common memory objects, you have to invoke IARV64 twice, once with V64SHARED=NO and V64COMMON=YES followed by another with the parameters reversed. Rob Scott Principal Architect, Mainframe Systems Tools Distinguished Engineer Rocket Software 77 Fourth Avenue . Suite 100 . Waltham . MA 02451-1468 . USA Tel: +1.781.684.2305<tel:+17816842305> Email: [email protected]<mailto:[email protected]> Web: www.rocketsoftware.com<http://www.rocketsoftware.com/> ________________________________ From: IBM Mainframe Discussion List <[email protected]> on behalf of Joseph Reichman <[email protected]> Sent: Friday, October 28, 2022 9:47:07 PM To: [email protected] <[email protected]> Subject: 64 BIT ULUT list information missing EXTERNAL EMAIL The 64 bit ULUT address on my system is 1FFFFF00000 I was looking for information on it returned by IARV64 REQUEST=LIST I would assume its in common or shared and coded this macro to get more information IARV64 REQUEST=LIST, X V64LISTPTR=WRKPTR, X V64LISTLENGTH=F108, X V64SHARED=YES, X V64COMMON=YES, X TRACKINFO=YES, X V64SELECT=NO, X RETCODE=RETURNC, X RSNCODE=REASONC, X PLISTVER=MAX,MF=(E,IARV64SRB,COMPLETE) * The address returned started at 20000000000 and increased on each call till I got a return code zero It my understanding the way I coded the macro it would return both share and common for all address spaces ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ================================ Rocket Software, Inc. and subsidiaries ? 77 Fourth Avenue, Waltham MA 02451 ? Main Office Toll Free Number: +1 855.577.4323 Contact Customer Support: https://my.rocketsoftware.com/RocketCommunity/RCEmailSupport Unsubscribe from Marketing Messages/Manage Your Subscription Preferences - http://www.rocketsoftware.com/manage-your-email-preferences Privacy Policy - http://www.rocketsoftware.com/company/legal/privacy-policy ================================ This communication and any attachments may contain confidential information of Rocket Software, Inc. All unauthorized use, disclosure or distribution is prohibited. If you are not the intended recipient, please notify Rocket Software immediately and destroy all copies of this communication. Thank you. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
