It's certainly documented in MVS/QuickRef, also in https://www.ibm.com/docs/en/zos/3.2.0?topic=codes-01d
Ramsey On Thu, May 28, 2026 at 9:35 AM Joseph Reichman < [email protected]> wrote: > Where did you see that documentation I looked in system codex didn’t find > it > > Thank > > > Joe Reichman > > On Thu, May 28, 2026 at 10:28 AM Rob Scott < > [email protected]> wrote: > > > Joseph > > > > From the S01D abend documented reason codes : > > > > xxFF07xx > > The DSPSERV macro request failed because the caller must be in 31-bit > > addressing mode to use any service of the DSPSERV macro. > > > > Rob Scott > > Rocket Software > > ________________________________ > > From: IBM Mainframe Discussion List <[email protected]> on behalf > > of Joseph Reichman <[email protected]> > > Sent: 28 May 2026 1:56 PM > > To: [email protected] <[email protected]> > > Subject: DSPSERV Abend 01d reason 46ff0710 > > > > EXTERNAL EMAIL > > > > > > > > > > > > Hi > > > > I have the code below getting the above error I am running zpdt with 80 > gb > > memory also I have not implemented any other dataspaces > > > > The reason code seems to indicate that have gone beyond the available > > resources/storage can anyone guide me > > > > thanks > > > > > > > > > > > > DSPSERV CREATE, X > > PAGEFRAMESIZE=4K, X > > STOKEN=TCPIPTOK, X > > TYPE=BASIC, X > > NAME=MYNAME, X > > ORIGIN=TCPBUFF, X > > BLOCKS=TCPBLK > > NOP NP1 > > NP1 DS 0H > > MYNAME DC CL8'MYNAME' > > TCPBUFF DS CL10 > > MYBRK NOP NP1 > > > > > > > > > > > > ---------------------------------------------------------------------- > > For IBM-MAIN subscribe / signoff / archive access instructions, > > send email to [email protected] with the message: INFO IBM-MAIN > > > > > > ================================ > > Rocket Software, Inc. and subsidiaries ? 77 Fourth Avenue, Waltham MA > > 02451 > > < > https://www.google.com/maps/search/77+Fourth+Avenue,+Waltham+MA+02451?entry=gmail&source=g > > > > ? Main Office Toll Free Number: +1 855.577.4323 > > Contact Customer Support: > > https://my.rocketsoftware.com/RocketCommunity/RCEmailSupport > > Unsubscribe from Marketing Messages/Manage Your Subscription Preferences > - > > http://www.rocketsoftware.com/manage-your-email-preferences > > Privacy Policy - > > http://www.rocketsoftware.com/company/legal/privacy-policy > > ================================ > > > > This communication and any attachments may contain confidential > > information of Rocket Software, Inc. All unauthorized use, disclosure or > > distribution is prohibited. If you are not the intended recipient, please > > notify Rocket Software immediately and destroy all copies of this > > communication. Thank you. > > > > ---------------------------------------------------------------------- > > For IBM-MAIN subscribe / signoff / archive access instructions, > > send email to [email protected] with the message: INFO IBM-MAIN > > > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
