Exporting a CICS bundle project to your local file system

If you do not have authorization to deploy a bundle directly to a z/OS® file system, or you want to back up your bundle source code, you can export the bundle project to your local file system.

Before you begin

For export to a z/OS UNIX file system, you must ensure that your zFS file permissions are set so that bundles exported from CICS Explorer® can be written to the target directory on zFS.
  • Set the file mode creation mask for the z/OS FTP daemon to ensure that the owner has write permissions. To configure this, use the UMASK statement in the FTP.DATA configuration file.
  • Optionally, if you are also using UNIX System Services (USS) access control list (ACL) entries to control security, ensure that the default ACLs are inherited from the directory in zFS.

About this task

Exporting a CICS® bundle project to your local file system exports the bundle source code and files in an archive file. You can add the project into a source code repository or share the project with another user who can import the project into CICS Explorer.

Do not deploy the bundle project source to the z/OS UNIX file system from outside CICS Explorer, because the tool packages the project for deployment and handles the file encoding for you.

Procedure

  1. In the Project Explorer view, right-click your CICS Bundle project and select Export. The Export dialog opens.
  2. In the Export window, expand General, click Archive File, then click Next.
  3. Ensure that all the files in the project are selected. Enter a file name in the To archive file field. Ensure that Save in zip format is selected.
  4. Click Finish.

Results

You have exported the bundle to your local file system.

What to do next

Back up the bundle project or share it with another user.
If you have Java™ installed on your z/OS file system, you can use the following command to uncompress the file into the current directory:
 jar -xvf zipfile