The step of the MICS SAS Conversion checklist to run MDBGEN abends with a S001.
IEC020I 001-4,jobname,GEN,TKMVSENV,dev,volser,
IEC020I sas.highlevel.TKMVSENV
IEC020I DCB EROPT=ABE OR AN INVALID CODE, AND/OR NO SYNAD EXIT SPECIFIED
MDBGENT GEN MDB - ABEND=S001 U0000 REASON=00000000
MICS Resource Management r14
In the JCLDEFC member, SASENV parameter 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 sharedprefix.CNTL(JCLGEN0) and submit sharedprefix.CNTL(JCLGEN0).
Then execute sharedprefix.CNTL(PROCJOB1).
Lastly, run MDBGEN again.