Page 1 of 1

IEHMOVE unable to allocate

PostPosted: Tue 12 Sep 2017, 18:19
by ast873
Hi,

I am trying to use IEHMOVE to load some old data sets that were unloaded with IEHMOVE. However, when I try and run IEHMOVE, I get this message in the JES log:

12.59.44 JOB10276 IEC614I CREATE FAILED - RC 192, DIAGNOSTIC INFORMATION IS (04
953 LOAD,WRK000,**SYSUT1.T1259443

which seems to indicate that SMS denied the allocation. This is on SYSUT1, which is defined as

//SYSUT1 DD UNIT=SYSDA,SPACE=(TRK,(30,30))

I tried it with SYSALLDA with the same result.
Is there a way that I can load the data set? Maybe a non-SMS-managed DASD?

Thanks!

Re: IEHMOVE unable to allocate

PostPosted: Tue 12 Sep 2017, 23:37
by steve-myers
Responded via PM. For you lurkers. IEHMOVE SYSUT1 is typically defined using a volume allocation type DD statement. IEHMOVE then allocates its work data sets using an virtually undocumented interface that is not dynamic allocation on that volume. It's only in the last 10 or 15 years that IBM admitted there was such an API. There are other issues with the topic starter's idea.