Thanks Jeff. With that info and a lot of trial and error we got it working.
Followed the steps from the website in the original question.
The other steps we did:
In the Build Descriptor panel:
Create a new linkedit part:
ENTRY %EZEALIAS%
REPLACE DSNELI
INCLUDE INPUT(%EZEALIAS%)
INCLUDE SYSLIB(DSNCLI)
NAME %EZEALIAS%(R)
Create new bind part:
Copy bind member and duplicate contents and change second PLANPKG to PLANPKG2.
DSN SYSTEM(%DSYS%)
BIND PACKAGE(%PLANPKG%) -
MEMBER(%EZEALIAS%) -
ACT(REP) -
VALIDATE(BIND) -
CURRENTDATA(NO) -
ISOLATION(CS) -
OWNER(%OWNER%) -
QUAL(%OWNER%) -
LIB('%EZEPID%.%SYSTEM%.DBRMLIB')
BIND PACKAGE(%PLANPKG2%) -
MEMBER(%EZEALIAS%) -
ACT(REP) -
VALIDATE(BIND) -
CURRENTDATA(NO) -
ISOLATION(CS) -
OWNER(%OWNER%) -
QUAL(%OWNER%) -
LIB('%EZEPID%.%SYSTEM%.DBRMLIB')
Create a new Build Descriptor part:
Set system as ZOSBATCH.
Link in the new bind and linkedit parts.
Add the new Symbolic parameters DUALMODE and PLANPKG2.
dcsprodsupt