Page 1 of 1

SE37 Abend

PostPosted: Sat Sep 21, 2013 8:34 pm
by surime72
//W#W0HWNN JOB (1,50720,ITEK),'GSLTS UPLOAD',MSGCLASS=9,REGIO
//             NOTIFY=W#W0HW
//***********************************************************
//***
//***   THIS JOB WILL USED TO DELETE THE RECORSD FROM GSLTS D
//***
//***********************************************************
//JSTEP010 EXEC  SSORT
//*
//SORTIN   DD  DSN=DM.DM1003UA.MTHLY.UNPAID.DATA.G0041V00,
//             DISP=SHR
//SORTOUT  DD  DSN=W#W0HW.VB.TO.FB.AUG23,
//             DISP=(NEW,CATLG,KEEP)
//SORWK01  DD  UNIT=SYSDA,SPACE=(TRK,(100,100))
//SORWK02  DD  UNIT=SYSDA,SPACE=(TRK,(100,100))
//SORWK03  DD  UNIT=SYSDA,SPACE=(TRK,(100,100))
//SYSOUT   DD  SYSOUT=*

Hi while I was spacing space abend [*]
 E37-08,IFG0554P,W#W0HWNN,SORT,SORTOUT,6920,SMC003,W#W0HW.VB.TO.FB.AUG23
 W#W0HWNN,JSTEP010,SORT    -  UNSUCCESSFUL SORT E37 S REASON=00000008
 SYMPTOM DUMP OUTPUT
COMPLETION CODE=E37  REASON CODE=00000008
0.44.18  SEQ=53824  CPU=0000  ASID=009C
 TIME OF ERROR  075C1000   80E65CF6  ILC 2  INTC 0D


Problem is the file is ps

Re: SE37 abend

PostPosted: Sat Sep 21, 2013 9:51 pm
by steve-myers
This is from MVS System Messages Volume 7 (IEB - IEE) for message IEC032I, which you did not bother to supply, at least in its entirety.
A multi-volume physical sequential data set was being written on a direct access device. All space was filled on the volume, and an attempt was made to obtain space on the next specified volume. Either the space was not available on that volume, the data set already existed on that volume, or there is no space available in the VTOC or the VTOC index. The message contains the volume serial number of the last volume used.
Now, you can clearly see this message applies to sequential data sets.

Re: SE37 abend

PostPosted: Mon Sep 23, 2013 6:08 am
by dick scherrer
Hello,

Suggest you consider looking at how your dasd is allocated. Sounds like there is not enough dasd available or there is considerable clutter about that needs to be cleaned out.

Also suggest you work with your storage management people to learn if there is sufficient dasd for your process and that there not orphaned files (files with a vtoc entry but no catalog entry.

Re: SE37 abend

PostPosted: Tue Oct 08, 2013 7:45 pm
by surime72
thanks for your reply