No support is provided for explicit storage management using CICS services (such as EXEC CICS GETMAIN). You should find that the standard Java storage management facilities are sufficient to meet the needs for task-private storage.
Sharing of data between tasks must be accomplished using CICS resources.
Names are generally represented as Java strings or byte arrays; you must ensure that these are of the necessary length.