In article <listserv%[email protected]> you wrote: > On Fri, 5 Jun 2009 16:18:07 -0500, Rick Fochtman wrote: > > > >"In z/OS V1.11, support is added for data tables contained in load > >modules and program objects to be placed above 2 GB. A new ADDR64 > >--------------------------------------<unsnip>-------------------------------------- > >constraint relief. I'll have to rethink the addressing scheme for moving > >around within the tables, since I doubt that anything would actually go > >through relocation. At least I have the most important element: TIME! > > > Perhaps an IBM employee can clarify this.
> Does HLASM provide support for 64-bit ADCONs (or will it in 1.11)? > Even prior to HLASM support will Binder provide support for 64-bit > RLDs? I'm not sure about RLD, but DC AD() has been around since I believe the first HLASM to support 64-bit. If I need to set a register to some label, it's easier to do LG Rx,=AD(myroutine) than fiddle with clearing the high half and has the advantage of doing what is needed if the routine ever does move above the bar. > By experiment, I discover that HLASM won't let me create a CSECT > >16MiB. It won't let me create a program with multiple CSECTs > totalling >16 MiB(?!) Sigh. It will let me assemble multiple > programs totalling >16 MiB in a single job step. So you also > may need ORDER commands to control the load sequence. > -- gil -- Don Poitras - SAS Development - SAS Institute Inc. - SAS Campus Drive [email protected] (919) 531-5637 Cary, NC 27513 ---------------------------------------------------------------------- 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

