Running option 3 to convert all models in the host encyclopedia. This runs in background. Some models convert and then it abends with the following:
IBM0204S ONCODE=84 The UNDEFINEDFILE condition was raised because a DD statement= WKRPT).
From entry point WWKRPT at statement 248 at compile unit offset +000013 address 120F89D6.
ONLOC = WWKRPT
ONCODE = 84
ONFILE = WKRPT
Unknown. It may have something to do with the defaults in the SMS system use for temp files. There are some default DCB parameters that may not be compatible with the ones that program TIUCVTS use. It could also be a problem with larger models since it worked for some.
Since this process is done only once, there is no need to find a permanent solution. It is also environmental.
SE provided info to create the DCB parameters for the DD statement. Add this DD statement.
//WKRPT DD DSN=<uid>.WKRPT.LIST,DISP=(NEW,DELETE,DELETE),
// DCB=(LRECL=4092,RECFM=VB,BLKSIZE=4096),
// SPACE=(CYL,(5,10)),
// UNIT=SYSDA