This is what I've tried:
In the first step, I've created my own *WSCST object by retrieving the
source of DEVTYPE(*TRANSFORM) MFRTYPMDL(*HP4) and creating my own *WSCST
object from it (let's call it MYLIB/HP4#ORG).
Then I've exectuted the following commands:
RNMOBJ OBJ(QSYS/QWPDEFAULT) OBJTYPE(*WSCST) NEWOBJ(WPDEFAULT)
CRTDUPOBJ OBJ(HP4#ORG) FROMLIB(MYLIB) OBJTYPE(*WSCST) TOLIB(QSYS)
NEWOBJ(QWPDEFAULT)
RTVWSCST DEVTYPE(*TRANSFORM) MFRTYPMDL(*WSCSTNONE) SRCMBR(HP4#NONE)
RTVWSCST DEVTYPE(*TRANSFORM) MFRTYPMDL(*WSCSTCONT132) SRCMBR(HP4#C132)
To clean up afterwards, I've executed:
DLTWSCST (QSYS/QWPDEFAULT)
RNMOBJ OBJ(QSYS/WPDEFAULT) OBJTYPE(*WSCST) NEWOBJ(QWPDEFAULT)
Now I compared my output with the original source using the CMPPFM command;
it turned out that all the sources (HP4#ORG, HP4#NONE and HP4#C132) were
identical.
So the conclusion is: Yes, this method is working, and it does not seem to
matter whether you specify MFRTYPMDL(*WSCSTNONE) or
MFRTYPMDL(*WSCSTCONT132).
Kind regards,
Christian Bartels.
news:ji8c04$eun$1...@speranza.aioe.org...