Re: How much storage is left?

2014-12-19 Thread Pedro Vera
MVS Programming: Authorized Assembler Services Reference, Volume 4, describes the VSMLIST macro. One of the functions that you can request is The ranges of private area that are unallocated.' I have never used this macro, but think it will do what you ask.

Re: How much storage is left?

2014-12-07 Thread John McKown
​ On Dec 6, 2014 11:27 AM, scott svet...@ameritech.net wrote: In an assembler program how can you find out how much storage/memory is remaining? Do getmains till the return code replies back there is no more? ​Well, I don't know _exactly_ what you want. My initial guess is how do I

How much storage is left?

2014-12-06 Thread scott
In an assembler program how can you find out how much storage/memory is remaining? Do getmains till the return code replies back there is no more? -- For IBM-MAIN subscribe / signoff / archive access instructions, send

Re: How much storage is left?

2014-12-06 Thread retired mainframer
: Saturday, December 06, 2014 9:27 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: How much storage is left? In an assembler program how can you find out how much storage/memory is remaining? Do getmains till the return code replies back there is no more

Re: How much storage is left?

2014-12-06 Thread Blaicher, Christopher Y.
:27 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: How much storage is left? In an assembler program how can you find out how much storage/memory is remaining? Do getmains till the return code replies back there is no more

Re: How much storage is left?

2014-12-06 Thread zMan
07677 P: 201-930-8260 | M: 512-627-3803 E: cblaic...@syncsort.com -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of scott Sent: Saturday, December 06, 2014 12:27 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: How much storage is left

Re: How much storage is left?

2014-12-06 Thread J O Skip Robinson
To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: How much storage is left? But remember that how much has several answers: not only Where? but In how big a chunk?. Fragmentation can ruin your day... On Sat, Dec 6, 2014 at 1:20 PM, Blaicher, Christopher Y. cblaic...@syncsort.com wrote: Look

Re: How much storage is left?

2014-12-06 Thread Lizette Koehler
-Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of scott Sent: Saturday, December 06, 2014 10:27 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: How much storage is left? In an assembler program how can you find out how much storage/memory