S30A Reason Code 14

In this Mainframe Forum - You can post your queries on JCL,VSAM,COBOL,DB2,IMS Abend codes , solutions etc..

Moderator: Moderator Group

Post Reply
sk56732
Member
Posts: 4
Joined: Tue Oct 05, 2010 1:01 am

S30A Reason Code 14

Post by sk56732 » Tue Oct 05, 2010 1:15 am

Was wondering if the S30A, in general, abend is a result of an improper handling of dataspaces from within an application or if it's a result of a mainframe system setting? The specific error we are receiving is S30A Reason Code 14.

Thanks in advance.

User avatar
Natarajan
Moderator
Posts: 537
Joined: Fri Oct 10, 2008 12:57 pm
Location: chennai
Contact:

Post by Natarajan » Tue Oct 05, 2010 2:53 pm

When you got this error? While executing SORT utitlity?


Following may be helpful to you.

Code: Select all

S30A - 14 - PRIVATE STORAGE IS NOT IN THE SUBPOOL SPECIFIED. 

Code: Select all

This is a secondary ABEND which may occur if another
task within the adddress space abends and Sort has been invoked
in Key 0 - 7.  This is really a secondary abend, the real issue
is because the //UTPRINT DD * was being treated as a SYSIN file
rather than as an output file and msgIEC020I was issued which
can be corrected by specifying //UTPRINT DD SYSOUT=*
Natarajan
Chennai

sk56732
Member
Posts: 4
Joined: Tue Oct 05, 2010 1:01 am

Post by sk56732 » Thu Oct 07, 2010 6:45 pm

Thanks for the info. Will look into your suggestion and our processes.

academyindia4

Topic deleted by Admin

Post by academyindia4 » Fri Jan 15, 2016 8:50 pm

<< Content deleted By Admin >>

Post Reply

FREE TUTORIALS

Tutorials
Free tutorials from mainframegurukul
  • JCL Tutorial
    Covers all important JCL concepts.
  • Cobol Tutorial
    This tutorials covers all Cobol Topics from STRING to COMP-3.
  • DB2 Tutorial
    DB2 Tutorial focuses on DB2 COBOL Programming.
  • SORT Tutorial
    This Tutorial covers all important aspects of DFSORT with examples
  • CICS Tutorial
    This CICS tutorial covers CICS concepts and CICS Basics, CICS COBOL Programming.
Interview
Mainframe Interview questions



Other References
Mainframe Tools and others