Define a deployed JAR file in the local CICS region.
The CREATE DJAR command installs a DJAR definition with the attribute specified on the command. It does not use a resource definition stored in the CSD. If the named DJAR already exists, it is replaced by the new definition and any beans installed in the DJAR are discarded. Any new beans in the new DJAR are installed.
A syncpoint is implicit in CREATE DJAR processing, except when an exception condition is detected early in processing the command. Uncommitted changes to recoverable resources made up to that point in the task are committed if the CREATE executes successfully, and rolled back if not. See Creating resource definitions for other general rules governing CREATE commands.