> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[email protected]] On Behalf Of Ward, Mike S > Sent: Wednesday, April 21, 2010 11:42 AM > To: [email protected] > Subject: Re: Obtain memory question > > Sorry, I meant job step owned storage. Storage that won't go away till > the step ends. I.E. sub-pool 132. Can I still use named > tokens for this > type of storage?
Sure! In that case, you can use normal name/token services which don't require APF authorization at all. With name/token, what you give is an 8 character name and an associated 8 byte "token". You reference by the "name" to retrieve the "token" associated with it. You can also change the "token" value later, if you want to. So the "token" can be any 8 byte value (or less) you want. This allows for an AMODE(64) address value. Or any other value you desire that will fit into 8 or fewer bytes. -- John McKown Systems Engineer IV IT Administrative Services Group HealthMarkets(r) 9151 Boulevard 26 * N. Richland Hills * TX 76010 (817) 255-3225 phone * (817)-961-6183 cell [email protected] * www.HealthMarkets.com Confidentiality Notice: This e-mail message may contain confidential or proprietary information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. HealthMarkets(r) is the brand name for products underwritten and issued by the insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance Company(r), Mid-West National Life Insurance Company of TennesseeSM and The MEGA Life and Health Insurance Company.SM ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

