Creating a New OS 2200 Project

To create a new project using the OS 2200 Project wizard, do the following:

  1. Click File > New > OS 2200 Project.

The New OS 2200 Project wizard is displayed.

Note: Alternatively, you can right-click in the OS 2200 Explorer view, and click New > OS 2200 Project.

  1. Type a unique name in the OS 2200 Project Name box.

  2. Select the name of an OS 2200 connection from the OS 2200 Connection Name list. If the connection names are not available in the list, do the following:

    1. Click New to create a new connection.

The Connections Settings dialog box is displayed.

    1. On the CIFS tab, enter values in the Host, User ID, and Password boxes. These are required fields.

    2. Retype the password in the Retype box.

    3. Select Save Password to save your password on the Eclipse for future use of the same host account.

    4. Type a name for the account in the Connection Name box.

    5. Change the default values in the Port Number and Character Conversion boxes, if required.

    6. Select the SSL Port check box for a Secure Sockets Layer (SSL) Telnet connection. Refer to the ClearPath Application Development Solutions ClearPath OS 2200 IDE for Eclipse™Telnet Plug-In Help for more information.

    7. Select the MHFS check box, if the system has MHFS (Multi Host File Sharing).

    8. To create login scripts automatically, click Record and answer the questions. The values appear in the Host Prompt and Response boxes. For more information on Record, go to Help > Help Contents > Unisys Composite Application (CA) User Guide > Telnet Plug-In Help > Telnet Help > Connections > Automatically Creating Login Scripts.

    9. To create login scripts manually, click Add and enter host prompts and responses.

    10. To remove an entry or group of entries, select one or more entries and click Remove.

    11. To move an entry earlier or later in the script, select the entry and click Move Up or Move Down.

    12. To edit an entry, select the entry and click Edit.

When you modify the entry in the editing field, the Add button changes to Replace and the other buttons are disabled. Click Replace to put the edited entry in the list. Disabled buttons are then enabled and the Replace button changes to Add.

    1. If the Telnet login information is different from the CIFS login information, click the Telnet tab and make the required changes.

Note: Values entered for the Telnet login are duplicated for the CIFS login. You can change any values on the Telnet tab as needed, including the host.

    1. Click OK.

The connection name created appears in the OS 2200 Connection Name list.

Note: The associated OS 2200 host name and user-id are displayed as additional information. Refer to Configuring Host Accounts and Connections for more information.

  1. Select one of the following options to specify a work file:

This option indicates that a share is mapped to the os2200 MFD (/os2200 through CIFS) on the ClearPath OS 2200 system. The share name is “os2200” (case sensitive).

This option indicates that a share is mapped to the os2200 MFD (/os2200 through CIFS), but it has a client defined name instead of os2200.

Note: If you are using an OS 2200 shared file, go to step 8.

  1. If the work file already exists, enter the name in the OS 2200 Work File box in qualifier*file format and go to step 11.

  2. If your site uses MHFS and you have configured the Telnet connection for it, select the type of work file (STD# or Shared#) and enter the name in the OS 2200 Work File box directly.

  3. Click Create New Work File to create a new work file. Refer to Creating a New Work File for more information.

The new work file is displayed in the OS 2200 Work File box.

  1. Select the Use if OS 2200 workfile has a unique share option.

The Enter share of workfile on OS 2200 box is enabled.

Note: This option applies if you have a share mapped to an individual OS 2200 file. Use this to provide the access rights to a specific work files on the OS 2200 system that might have different access requirements to other projects to the same host. See Mapping a Share to Workfile for steps to follow.

  1. Type the work file share name in the Enter share of workfile on OS 2200 box.

  2. Click Next.

The Set the build runstream and breakpoint files list for this project page is displayed.

  1. Click Next.

The Add Elements dialog box is displayed. Initially the Project Contents Link (OS 2200 Elements) in the right pane is empty.

  1. Select the elements listed in the left pane.

Note: The date and time when the TOC was last refreshed are displayed.

  1. Click the right triangle button to move the elements from left pane to right pane.

Before moving elements to the Project Contents Link area, you can change the element type (editor type) or character conversion.

Change Element Type Before Addition of Elements

To change the element type and character conversion, perform the following steps:

    1. Select the element.

    2. Under Add element attributes, select the element type from the Editor list.

    3. Select the character type from the Character Conversion list.

    4. Click right triangle button.

The elements move to the Project Contents Link area. The editor type and character conversion type are displayed in  parentheses.

Change Element Type After Addition of Elements

To change the element type or character conversion after it is added to the Project Contents Link (OS 2200 Element) area, perform the following steps:

    1. Select the element.

    2. Under Change element attributes, select the element type from the Editor list and the character type from the Character Conversion list.

    3. Click Change.

The element type is changed.

Remove Element

To remove elements from the project, perform the following steps:

    1. Select one or more elements from the Project Contents Link (OS 2200 Element) list.

    2. Click left triangle button.

The element is removed from the project.

  1. Click Finish.

Elements that are added to the project will be downloaded to the cache. The performance of the files handled within Eclipse improves since they are on a local system. The element icons that are not downloaded to the cache appear yellow while the downloaded element icons appear white. The TOC is maintained within the project folder. Once the TOC is fetched, it updates the cached TOC list. The TOC contains the list of all the elements in the work-file on the OS 2200 system. You have to click on Refresh to fetch the latest TOC from the OS 2200 system.

For performance improvement, the elements are locally cached. The element contents are downloaded from the OS 2200 system when

An icon is used to show the synchronization state of an element. The different states are:

Indicates that the version in the cache is not synchronized with the OS 2200 system. This means, either the element is modified locally or on the OS 2200 system or both.

Indicates that the element is synchronized with the OS 2200 system.

Indicates that the element is an uninitialized file and should or will be downloaded.

Notes:

If you are not in the OS 2200 perspective, you will be prompted for permission to change. Click Yes.

Note: Ensure that you are in OS 2200 perspective before you begin working on any OS 2200 project.

The versions for the elements in the OS 2200 project are separated by a hyphen (- ), not by a slash (/). The versions that are recognized as supported editor types are displayed with a period (.). For example, the element ABC/XYZ is displayed as ABC-XYZ in the OS 2200 project, and the element ABC/COB is displayed as ABC.COB. The version is shown correctly with a '/' for the OS 2200 File Explorer view, provided the file input that you specify is in the standard OS 2200 format.

Mapping a Share to Work File

Given a work file named “q*f.” map a share to the work file, as follows:

@CIFSUT

Share /os2200/q/f sharef

@eof

The file q*f. is now visible outside the OS 2200 by the share name sharef.

Configuring Host Accounts and Connections

To configure host accounts and connections, refer to Using Host Manager View.

Breakpoint Files and Fundamental Security

If you are using the fundamental security option (that is, you specified a direct share to the work file), the Brkpt Files tab contains the program file that serves as the staging file for the analysis of the breakpoint files. By default, this is the work file share specified on the first page of the wizard.

The actual breakpoint files are copied to this program file and shared as elements and then are brought to the workstation for analysis and viewing.