|
|
| Author |
Message |
sandhyarenu
New User
Joined: 04 Jan 2007 Posts: 15 Location: India
|
|
|
|
Hi,
Could someone help me with the assembler command to dynamically allocate/deallocate a QSAM File ? I am not sure what these keywords S99VERB,S99VRBIN could mean. |
|
| Back to top |
|
 |
References
|
Posted: Thu May 22, 2008 11:12 am Post subject: Re: |
 |
|
|
 |
bharath_gct2002
New User
Joined: 08 Oct 2007 Posts: 27 Location: Dallas, TX
|
|
| Back to top |
|
 |
Splitted: Thu May 22, 2008 9:30 pm by William Thompson From Topic Dynamically allocating a new PS file in Assembler (PL/I & ASSEMBLER) |
ironmike
New User
Joined: 07 Aug 2005 Posts: 37
|
|
|
|
As the Count of Monte Christo said, "It's complicated..."
You have to build a dynamic allocation parameter block by populating it with the dynamic allocation text units you want to use. There are different types of text units that describe different types of files or devices, even SYSOUT. You then issue the DYNALLOC macro or SVC 99.
Look at the above referenced documents, and @ IBM macros IEFZB4D0 and IEFZB4D2.
Start simple, just try to allocate the file, then if that works try a separate request to free the file. |
|
| Back to top |
|
 |
sandhyarenu
New User
Joined: 04 Jan 2007 Posts: 15 Location: India
|
|
|
|
Thanks much for all the help !! Will try out ! |
|
| Back to top |
|
 |
|
|