The step of the MICS SAS Conversion checklist to run MDBGEN abends with a S001.
IEC020I 001-4,MDBGENT,GEN,TKMVSENV,101A,SUC9M8,
IEC020I SYS.TEST.MICS6.SAS.TKMVSENV
IEC020I DCB EROPT=ABE OR AN INVALID CODE, AND/OR NO SYNAD EXIT SPECIFIED
MDBGENT GEN MDB - ABEND=S001 U0000 REASON=00000000
Release : 14.2
Component : CA MICS BASE SET
In the JCLDEFC member, SASENV needs to have the member name as part of the definition.
For ex.
SASENV sharedprefix.TKMVSENV
It should be:
SASENV sharedprefix.TKMVSENV(TKMVSENV)
Update the JCLDEFC with the member name and save changes.
Next, review sp.CNTL(JCLGEN0) and submit sp.CNTL(JCLGEN0).
Then execute sp.CNTL(PROCJOB1).
Lastly, run MDBGEN again.