abend S378



JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...

abend S378

Postby surime72 » Thu Feb 06, 2014 12:05 pm

Hi,

One of my job getting failed with error message as S378,abend ,which is new to me can please any one advise on this
surime72
 
Posts: 107
Joined: Sun Oct 23, 2011 1:45 pm
Has thanked: 0 time
Been thanked: 0 time

Re: abend S378

Postby surime72 » Thu Feb 06, 2014 12:06 pm

Abend Code. . . . . . . . . : S378-X'14' (See "Abend Code S378-X'14'
                              Explanation")

Load Module Name. . . . . . : IGG0201Z (In Link Pack Area)
</RTline>
  At Address. . . . . . . . : 00CE3000
<XMline>
  At Address. . . . . . . . : <a href="ADDR: 00CE3000">00CE3000</a>
</XMline>
<RTline>
  Load Module Length. . . . : X'2988'
surime72
 
Posts: 107
Joined: Sun Oct 23, 2011 1:45 pm
Has thanked: 0 time
Been thanked: 0 time

Re: abend S378

Postby surime72 » Thu Feb 06, 2014 12:24 pm

A,system abend 378 reason code X'14' occurred in module IGG0201Z at offse
X'10B6'.
surime72
 
Posts: 107
Joined: Sun Oct 23, 2011 1:45 pm
Has thanked: 0 time
Been thanked: 0 time

Re: abend S378

Postby enrico-sorichetti » Thu Feb 06, 2014 1:09 pm

the manual is pretty clear ...

Explanation: An error when the system tried to process an RU or VRU form of the FREEMAIN macro or the STORAGE RELEASE macro. A reason code in the SDWACRC field of the system diagnostic work area (SDWA) explains the error:
Code Explanation

08
System queue area (SQA) storage is not in the specified subpool.
0C
Common storage area (CSA) storage is not in the specified subpool, or it is not in the specified key.
10
Local system queue area (LSQA) storage is not in the specified subpool.
14
Private area storage is not in the specified subpool, is not in the specific key or is not owned by the specified task.
18
The system could not find a private area subpool.
1C
A user has requested that storage at virtual address 0 be freed. This can happen if the user intended an entire subpool, but has incorrectly specified a non-zero length with an address of 0. Zero length must be specified on a subpool FREEMAIN or STORAGE RELEASE. Another possibility is that the user has specified the wrong address.
20
One of the following:
In the CSA, the area specified on a FREEMAIN or STORAGE RELEASE is larger than the area specified on the original GETMAIN or STORAGE OBTAIN.
The FREEMAIN or STORAGE RELEASE start address is not valid.
24
One of the following:
In the private area, the area specified on a FREEMAIN or STORAGE RELEASE is larger than the area specified on the original GETMAIN or STORAGE OBTAIN.
The FREEMAIN or STORAGE RELEASE start address is not valid.
System Action: The system issues message IEA705I. The system abnormally ends the current task.

Application Programmer Response: Do the following:

Ensure that the FREEMAIN or STORAGE RELEASE operands A and LV do not specify a different subpool and/or key than the subpool or key of the storage you are trying to free.
Ensure that the task control block (TCB) specified on the FREEMAIN or STORAGE RELEASE request is the same one specified on the corresponding GETMAIN or STORAGE OBTAIN request.
If a caller running in supervisor state and key 0 made the original GETMAIN or STORAGE OBTAIN request, ensure that the corresponding FREEMAIN or STORAGE RELEASE request is issued in supervisor state and key 0.
If a caller in supervisor state and key 0 requests storage in subpool 0 or 250, the system will satisfy this request with storage from a different subpool. This situation is described in z/OS MVS Diagnosis: Reference.

Check for program errors that incorrectly modify the FREEMAIN or STORAGE RELEASE macro expansion.
Source: Virtual storage manager (VSM)


but You could have found out Yourself by reading the manual

work with Your support
find out who/what clobbered the address of Your freemain
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: abend S378

Postby nevilh » Thu Feb 06, 2014 2:16 pm

What is the job trying to do ? Does it use non-IBM software?
nevilh
 
Posts: 39
Joined: Wed Jun 01, 2011 8:28 pm
Has thanked: 0 time
Been thanked: 3 times

Re: abend S378

Postby surime72 » Thu Feb 06, 2014 3:15 pm

Hi Thanks for ur reply,there is no non-ibm software using in jobs normally the job will fetch data information and sent it to down stream
surime72
 
Posts: 107
Joined: Sun Oct 23, 2011 1:45 pm
Has thanked: 0 time
Been thanked: 0 time

Re: abend S378

Postby nevilh » Thu Feb 06, 2014 5:45 pm

surime72 wrote:Hi Thanks for ur reply,there is no non-ibm software using in jobs normally the job will fetch data information and sent it to down stream


Does this mean you are invoking FTP.
nevilh
 
Posts: 39
Joined: Wed Jun 01, 2011 8:28 pm
Has thanked: 0 time
Been thanked: 3 times


Return to JCL

 


  • Related topics
    Replies
    Views
    Last post