Rational Developer for System z

z/OS Database Application preferences

You can use the Database Application Generator preferences to specify deployment settings for specific target systems. To modify the preferences, select Window > Preferences > z/OS Database Application.

For information about customizing COBOL templates, see Setting preferences for COBOL code templates and Code templates.

JCL job card

Specify the JCL settings for Database Application projects.
Note: Some of the generated JCL artifacts might need further customization in order to work correctly in certain environments.

CICS Deployment

You can set the following options for deployment onto CICS® systems:
Transaction Name
This parameter specifies the CICS transaction name.

Example: CPIH

DSN System
This parameter specifies the data source name.

Example: DSN7

User
This parameter specifies the user name.

Example: USER1

Group
This parameter specifies the group.

Example: USERGRP

DB2 Bind Options
Specify the bind plan name that you want.

Example: WAMBIND

DB2 Bind Package
Specify the bind package name that you want.

Example: WAMPKG

Pipeline
URI Prefix
This parameter specifies the Uniform Resource Identifier namespace and the associated prefix.

Example: http://thezossystem.ibm.com:9989/usertest

MVS Deployment

You can set the following options for deployment onto MVS™ systems:
Target MVS System
This is the system that compiles the generated COBOL code and runs the program.

Example: thezossystem.ibm.com

Host Code Page
This setting specifies the code page on the target MVS system.

Example: IBM-037

To enable bidirectional options, you must specify the applicable code page. For Arabic, select the IBM-420 code page. For Hebrew, select the IBM-424 code page.

COBOL Source PDS
This parameter is the location of the source COBOL code that is generated by the Database Application Generator and placed on the target MVS system.

Example: USER1.WAM.COBOL

JCL Source PDS
This parameter is the data set for the JCL copybooks.

Example: USER1.WAM.JCL

Copy Member PDS
This parameter specifies the copy member data set.

Example: USER1.WAM.COPYLIB

Object Library PDS
This parameter specifies the object library data set.

Example: USER1.WAM.OBJLIB

Load Library PDS
This parameter specifies the load library used by CICS.

Example: USER1.WAM.LOADLIB

DBRM Library PDS
This parameter specifies the database request module.

Example: USER1.WAM.DBRMLIB

DB2 Load Library PDS
This parameter specifies the database load library.

Example: USER1.WAM.DBRMLIB

z/OS UNIX Deployment

You can set the following options for deployment onto systems that are running z/OS® UNIX System Services:
Target z/OS UNIX System
This parameter specifies the location of the target z/OS UNIX system.

Example: thezossystem.ibm.com

WSBIND file location
This parameter specifies the target location of the WSBIND file used by web services.

Example: /u/user1/wsbind

WSDL file location
This parameter specifies the target location of the WSDL file.

Example: /u/user1/wsdl


Feedback