IEC030I B37-04 when restoring large element
search cancel

IEC030I B37-04 when restoring large element

book

Article ID: 134074

calendar_today

Updated On:

Products

Endevor Endevor - ECLIPSE Plugin

Issue/Introduction

During the restore of a large element, the client received the following abend: IEC030I B37-04,IFG0554A,jobname,jobstep,SYS0000#,8ECD,volume

Resolution

Add C1WORK(1-6)  dd's to override dynamically allocated temporary datasets. Add these dd's to the submitted C1BM3000 job:

//C1WORK01 DD UNIT=SYSDA,SPACE=(CYL,(50,50)), 

// DCB=(RECFM=VB,LRECL=5000,BLKSIZE=6233)

//C1WORK02 DD UNIT=SYSDA,SPACE=(CYL,(50,50)),

// DCB=(RECFM=VB,LRECL=5000,BLKSIZE=6233)

//C1WORK02 DD UNIT=SYSDA,SPACE=(CYL,(50,50)), 

// DCB=(RECFM=VB,LRECL=5000,BLKSIZE=6233)

Additional Information

How to Allocate Data Sets for Large Elements