|
|
| Author |
Message |
anupash
New User
Joined: 13 Sep 2007 Posts: 3 Location: chennai
|
|
|
|
| Can any body suggest me any ref assembler e book for mainframe (hasm). I am looking for some alternate function for GETMAIN |
|
| Back to top |
|
 |
References
|
Posted: Fri Jun 13, 2008 6:06 pm Post subject: Re: Assembler e book for mainframe (hasm) |
 |
|
|
 |
Moved: Fri Jun 13, 2008 6:19 pm by superk From CICS to PL/I & ASSEMBLER |
Bill O'Boyle
Active User
Joined: 14 Jan 2008 Posts: 263 Location: Orlando, FL, USA
|
|
|
|
An alternative for an MVS GETMAIN would be to fully enable your Assembler program under "Language Environment" or temporarily enable the program under "Language Environment" using the "CEEPIPI" LE Enabling-routine.
In either case, once the LE environment has been established, you can use the LE Service routine "CEEGTST" (Get Storage) and (as an option) the "CEEFRST" routine (Free Storage).
Regards,
Bill |
|
| Back to top |
|
 |
anv2005
New User
Joined: 14 Jul 2005 Posts: 44 Location: US
|
|
| Back to top |
|
 |
Bill O'Boyle
Active User
Joined: 14 Jan 2008 Posts: 263 Location: Orlando, FL, USA
|
|
|
|
Yeah, forgot about that one.
STORAGE OBTAIN can expand to a PC as opposed to an SVC and has many different options.
Thanks for the trip down memory lane....
Bill |
|
| Back to top |
|
 |
anupash
New User
Joined: 13 Sep 2007 Posts: 3 Location: chennai
|
|
|
|
Thanks  |
|
| Back to top |
|
 |
|
|