McKown, John wrote:
-----Original Message-----
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Chase, John
Sent: Tuesday, May 19, 2009 11:38 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: AMODE Switching
<snip>
Why can't you just LOAD the table into below-the-line storage?  That
seems simplest......

    -jc-

The only hard part is knowing how large the module is in order to STORAGE 
OBTAIN the area before doing the LOAD with the ADDR parameter.

--
John McKown Systems Engineer IV
IT

* LOAD the table; R1 has address, R0 has size in doublewords
* Get storage below the line using the R0 value * 8
* Copy the table to your gotten storage


Kind regards,

-Steve Comstock
The Trainer's Friend, Inc.

303-393-8716
http://www.trainersfriend.com

  z/OS Application development made easier
    * Our classes include
       + How things work
       + Programming examples with realistic applications
       + Starter / skeleton code
       + Complete working programs
       + Useful utilities and subroutines
       + Tips and techniques

==> Check out the Trainer's Friend Store to purchase z/OS  <==
==> application developer toolkits. Sample code in four    <==
==> programming languages, JCL to Assemble or compile,     <==
==> bind and test.                                         <==
==>   http://www.trainersfriend.com/TTFStore/index.html    <==

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to