Page 1 of 1

Load Card error

PostPosted: Fri Jan 11, 2008 2:30 pm
by oksk
Hi all,

I'm trying to load a table using BMCLOAD utility. I'm getting the following error:

BMC50135E 'ACTIVE' OPTION HAS CHANGED, BUT IS NOT ALLOWED TO CHANGE ON RESTART OF PHASE = 'PRELOAD' FOR DDTYPE 'LOCPFCPY'
BMC50120E 'IFALLOC' OPTION HAS CHANGED, BUT IS NOT ALLOWED TO CHANGE ON 'RESTART' OF PHASE = 'PRELOAD', USE 'RESTART(PHASE)'

My load card looks like the following:

LOAD DATA REPLACE LOG NO NOCOPYPEND INDDN SYSREC
EBCDIC CCSID(285,65534,65534)
ORDER YES
COPYLVL PART
ACTIVE NO
IFALLOC FREE
INTO TABLE GAOUD5.TCWSCVW_SCV
(SOURCE_SYSTEM POSITION(1:6) CHAR (6)
,CUSTOMER_IDENT POSITION(7:26) CHAR (20)
,GURN POSITION(27:33) DECIMAL
,BRAND_ID POSITION(34:36) CHAR (3)
)

Kindly let me know wat has triggered the error.

Thanks,
OKSK

Re: Load Card error

PostPosted: Sun Aug 24, 2008 5:17 pm
by Princeofislands
Hi,

I am not sure, if you've got answer for your question or not...The problem could have happened as your previous LOAD attempt(s) would have used some parameters other the current LOAD card's parameters(REPLACE LOG NO NOCOPYPEND INDDN SYSREC )...Your 2nd attempt would have been a normal restart rather than a fresh run.

To overcome this, there will be a UTILID parameter used in your LOAD Job, terminate that UtilID and try the load again..

Cheers,
Princeofislands