How do I enable content assist to fix compile errors when developing Java applications for CICS Transaction Server for z/OS (CICS TS)?
Answer by FLEGENTIL (330) | Mar 02, 2017 at 03:45 AM
When Developing Java applications for CICS, you must import the com.ibm.cics.server package (com.ibm.cics.server) into the MANIFEST (manifest.mf file) to enable content assist for JCICS in a Java application.
For more information, see Developing applications using the CICS Explorer SDK in the CICS TS documentation.