Re: Size of the Writable Static Area

2020-12-24 Thread Joseph Reichman
o somehow make sure that register 0 has the right value >>>> >>>> Thanks >>>> >>>> -Original Message- >>>> From: IBM Mainframe Discussion List On >> Behalf >>>> Of Joe Monk >>>> Sent: Thursday, Decem

Re: Size of the Writable Static Area

2020-12-24 Thread Joe Monk
; >> > >> So I have to somehow make sure that register 0 has the right value > >> > >> Thanks > >> > >> -Original Message- > >> From: IBM Mainframe Discussion List On > Behalf > >> Of Joe Monk > >> Sent: Thursday

Re: Size of the Writable Static Area

2020-12-24 Thread Joseph Reichman
On Behalf >> Of Joe Monk >> Sent: Thursday, December 24, 2020 11:04 AM >> To: IBM-MAIN@LISTSERV.UA.EDU >> Subject: Re: Size of the Writable Static Area >> >> OK but I dont think you need a WSA. >> >> Joe >> >> On Thu, Dec 24, 2020 at 10:00 AM J

Re: Size of the Writable Static Area

2020-12-24 Thread Joe Monk
Thanks > > -Original Message- > From: IBM Mainframe Discussion List On Behalf > Of Joe Monk > Sent: Thursday, December 24, 2020 11:04 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Size of the Writable Static Area > > OK but I dont think you need a WSA. > >

Re: Size of the Writable Static Area

2020-12-24 Thread Joseph Reichman
@LISTSERV.UA.EDU Subject: Re: Size of the Writable Static Area OK but I dont think you need a WSA. Joe On Thu, Dec 24, 2020 at 10:00 AM Joseph Reichman wrote: > Thanks I think the problem is my main program is called OPENFILE In > this program I load sysadata to a dataspace > > Why did I use met

Re: Size of the Writable Static Area

2020-12-24 Thread Joe Monk
alling Metal C from Assembler (via Link) Me > thinks > >> I have to init The WSA area Binyamin Dessin suggested I use a CXD > variable > >> to get the size of the WSA > >> > >> -Original Message- > >> From: IBM Mainframe Discussion List O

Re: Size of the Writable Static Area

2020-12-24 Thread Joseph Reichman
ssion List On Behalf >> Of Joe Monk >> Sent: Thursday, December 24, 2020 10:01 AM >> To: IBM-MAIN@LISTSERV.UA.EDU >> Subject: Re: Size of the Writable Static Area >> >> Check page 31 in this: >> >> https://www-01.ibm.com/servers/resourcelink/

Re: Size of the Writable Static Area

2020-12-24 Thread Joe Monk
BM Mainframe Discussion List On Behalf > Of Joe Monk > Sent: Thursday, December 24, 2020 10:01 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Size of the Writable Static Area > > Check page 31 in this: > > https://www-01.ibm.com/servers/resourcelink/svc00100.nsf/pages/zosv2r3

Re: Size of the Writable Static Area

2020-12-24 Thread Joseph Reichman
, 2020 10:01 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Size of the Writable Static Area Check page 31 in this: https://www-01.ibm.com/servers/resourcelink/svc00100.nsf/pages/zosv2r3sc147313/$file/ccrug00_v2r3.pdf Joe On Thu, Dec 24, 2020 at 8:39 AM Joseph Reichman wrote: > I’m writing a pro

Re: Size of the Writable Static Area

2020-12-24 Thread Joseph Reichman
#ar -Original Message- From: IBM Mainframe Discussion List On Behalf Of Joe Monk Sent: Thursday, December 24, 2020 10:01 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Size of the Writable Static Area Check page 31 in this: https://www-01.ibm.com/servers/resourcelink/svc00100.nsf/pages/zo

Re: Size of the Writable Static Area

2020-12-24 Thread Joe Monk
Check page 31 in this: https://www-01.ibm.com/servers/resourcelink/svc00100.nsf/pages/zosv2r3sc147313/$file/ccrug00_v2r3.pdf Joe On Thu, Dec 24, 2020 at 8:39 AM Joseph Reichman wrote: > I’m writing a prolog for a metal C program > I noticed that after the prolog code > Registers 0 is stored in

Re: Size of the Writable Static Area

2020-12-24 Thread Joe Monk
GPR 0 is used to pass the address of the WSA. If youre writing a prolog for a Metal C program, you dont need to worry about the size of the WSA unless you plan to do something with it. The Metal C program should call the WSA init and term upon entry and exit on its own. Joe On Thu, Dec 24,

Re: Size of the Writable Static Area

2020-12-24 Thread Joseph Reichman
I’m writing a prolog for a metal C program I noticed that after the prolog code Registers 0 is stored in #WSA_1 seems like storage has to be allocated for it ( writable static area ) in addition to the dynamic storage ( register save + auto variables ) > On Dec 24, 2020, at 9:32 AM, Peter

Re: Size of the Writable Static Area

2020-12-24 Thread Peter Relson
I think of the writeable static area as an area that LE instantiates on your behalf. As far as I know, there is no interface provided by which you can do this. If LE is going to do this for you, using loader services that rely on information within the program object itself (and there is such

Re: Size of the Writable Static Area

2020-12-23 Thread Joseph Reichman
the CATTR part of that value thanks -Original Message- From: IBM Mainframe Discussion List On Behalf Of Binyamin Dissen Sent: Wednesday, December 23, 2020 2:48 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Size of the Writable Static Area DXD / CXD On Wed, 23 Dec 2020 11:37:29 -0500 Joseph

Re: Size of the Writable Static Area

2020-12-23 Thread Binyamin Dissen
h Dynamic Storage I :>need :>I am wondering is there any way to determine the size of the writable static :>area -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel Should you use the mailblocks package and expect a response from me, y

Size of the Writable Static Area

2020-12-23 Thread Joseph Reichman
of the writable static area Thanks -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN