These are issues related to migrating Open PL/I programs to PL/I in Enterprise Developer.
- If you are using DSNTIAR or DSNTIAC APIs, you must delete declarations (DECLARE) of any entry point(s).
- DB2 LUW does not support ROWSET operations.
- Because DB2 LUW does not support arrays, the DB2 LUW ECM also does not support arrays. As a result, MFEXECPP can stop responding
if it attempts to use a host variable that is an array of structures.
- As PL/I projects only compile for x86 platforms, some of the upgraded projects might target unsupported platforms and might
not be configured to build. You must open the solution properties and, on the Configuration Properties, ensure all projects
are set to build and set their target platform to x86.