On Sun, Aug 17, 2014 at 7:56 AM, Mil Hashoul <[email protected]> wrote:
> Hi, > > I am trying to do the dynamical allocation SVC99 for the library > SYS1.IMAGELIB, and I got the following RC: > RC=12 ERR=03A8 > This error means that: > 03A8 0936 request block extension has a bad format. Corresponding > Message: IKJ56231I > > > Any one can send me what is thewrong with this! > > I did the allocation only for the dataset allocation. > > <snip> > > What I am missing!! > Milad > > My immediate thought is that the library is fine. The problem is most likely somewhere in the request block (parameters) that you are giving to SVC 99. You might want to post that code. If you are not doing anything fancy, you might want to consider replacing the SVC 99 code with a call to BPXWDYN(). You pass that subroutine a character string which looks a lot like a TSO ALLOCATE command. And it does all the hard work for you. ref: http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/BPXZB6A0/6.0 You can use BPXWDYN in any high level language, HLASM, and REXX! -- There is nothing more pleasant than traveling and meeting new people! Genghis Khan Maranatha! <>< John McKown ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
