IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

SYSTEM ABEND CODE 737


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Musab Ahmed

New User


Joined: 10 Dec 2012
Posts: 37
Location: India

PostPosted: Fri Jan 03, 2014 2:18 pm
Reply with quote

Hi,

I am getting the an error message while trying to execute the below code.

JCL:

Code:
//PG8689X  JOB H0005,'JCL DESCRIPTION',MSGCLASS=Q,COND=(0,NE),     
//          CLASS=7,NOTIFY=&SYSUID,REGION=0M                       
//* $ACFJ219 ACF2 ACTIVE SAT                                       
//* $ACFJ219 ACF2 ACTIVE SAT                                       
//*                                                               
//STEP07   EXEC DB2TST6,MBR=J83P85DK                               
//J83S01A  DD DSN=PG8689.CNTRLIB(J71C2081),DISP=SHR               
//J83S01B  DD DSN=PG8689.LSTENTRY,DISP=SHR                         
//J83S01C  DD DSN=PG8689.SCAN.J71W208D.REPORT.FILE,DISP=(,CATLG,),
//            UNIT=TAPE,                                           
//            DCB=(RECFM=FB,BLKSIZE=0,LRECL=80,DSORG=PS)           
//J83S01D  DD DSN=PG8689.QUEUE.RESPONSE.BACKUP,DISP=(,CATLG,),     
//            UNIT=TAPE,                                           
//            DCB=(MODDSCB,RECFM=FB,BLKSIZE=0,LRECL=4096,DSORG=PS),
//            DATACLAS=DCTLARGE,BUFNO=30                           
//SYSOUT   DD SYSOUT=*                                             
//SYSUDUMP DD SYSOUT=H,HOLD=YES
//SYSPRINT DD SYSOUT=*         


Error Message :

ACF0C038 ACF2 LOGONID ATTRIBUTES HAVE REPLACED DEFAULT USER ATTRIBUTES
READY
DSN SYSTEM(DSNT)
DSN
IKJ56641I DSN ENDED DUE TO ERROR+
IKJ56641I SYSTEM ABEND CODE 737 REASON CODE 00000024

Could you please help me resolve this abend?
Back to top
View user's profile Send private message
Akatsukami

Global Moderator


Joined: 03 Oct 2009
Posts: 1788
Location: Bloomington, IL

PostPosted: Fri Jan 03, 2014 4:38 pm
Reply with quote

The explanation of S737-24 is
Quote:
The error occurred during end-of-volume or during allocation of a secondary quantity of direct access storage as requested in the SPACE parameter of the DD statement for the data set. A missing member name was detected by BLDL while searching for the TTR of a concatenated member.

The expansion of the DB2TST6 proc and the IEC027I message (probably in the system message log) are needed.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Sysplex System won't IPL at DR site I... All Other Mainframe Topics 2
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts How to delete a user's alias from the... JCL & VSAM 11
Search our Forums:

Back to Top