C H A P T E R  1

Introduction to Sun MTP

This chapter describes the minimum hardware and software required to run the Sun MTP software. It contains the following topics:



Note - If you are upgrading from an earlier software release, read Chapter 4 before installing the new release.




Hardware Requirements

Your hardware configuration should include:


Software Requirements

In addition to Sun MTP, other software might be required to meet your site's development and production needs. Refer to the Sun Mainframe Transaction Processing Software Release Notes for information about software support.

ftp.mozilla.org/pub/security/nss/releases/NSS_3_4_1_RTM/
SunOS5.6_OPT.OBJ/

ftp.mozilla.org/pub/nspr/releases/v4.1.2/SunOS5.6_OPT.OBJ/



Note - Make sure that you have all the latest patches from your software vendors.




Sun MTP Standards

This section describes the following Sun MTP standards:

The standards of your user applications might be different.

Screen Formats

All Sun MTP data entry screens have four areas.

TABLE 1-1 Screen Formats

Screen Area

Description

Header area (line 1)

Identifies the current screen and contains the current date and time.

Detail area
(lines 2 through 20)

Contains menus, data entry screens, and file selection areas.

Response area (line 21)

Normally has underscores (_) across the entire line. When certain operations are performed, such as writing data to disk, this line displays a highlighted message indicating any error conditions. It also might indicate status of the operation.

Function Key Description area
(lines 22 through 24)

Lists the available function keys for the screen and the operation performed when a function key is pressed.


  FIGURE 1-1 Sun MTP Screen Formats--Example

Screen shot of a typical data entry screen showing the four screen areas: header area, detail area, response area, and function key description area.

Function Keys

The following function keys perform operations on Sun MTP screens.

TABLE 1-2 Function Keys

Function Key

Usage

PF3

Returns to the previous screen. If you change data on a screen and press this key before saving the changes to disk, this warning is displayed:

Table has been modified. Press PF3 if modification is only temporary.

Either press PF3 to confirm that you do not want to save the changes or any other key to perform another operation.

Enter

Modifies the data for the entries currently displayed. You can modify the contents of a screen by typing over the unprotected values and pressing this key. Data is modified only if all fields pass their associated validation tests.

Clear

Clears the screen so you can type a new transaction.

Reset

Resets the system after an operator error, such as typing text in a numeric field.


Refer to the Sun Mainframe Transaction Processing Software Configuration Guide for keyboard mapping information.

Data Validation

You can type both uppercase and lowercase characters into any data field. Under most conditions, lowercase characters are converted to uppercase. Some data fields accept lowercase characters as valid data. Normally, fields that relate to CICS commands are converted to uppercase; other fields are left as typed. For example, dataset names are converted to uppercase and file names remain as they are typed.

During data entry validation, any fields containing invalid data are highlighted. The cursor is in the first field containing the erroneous data and this message displays in the response area:

Data in field invalid/required

File Identifiers

File identifiers have two parts:

When entering a file identifier, you must conform to the following specifications:

TABLE 1-3 File Identifiers

File Identifier

Description

Directory

Absolute directory names used in Sun MTP cannot exceed 50 characters. You can use an environment variable preceded by a dollar sign ( $ ) to replace any portion of a path name. For example, the following lines are valid and designate the same directory:

  • mtp/mtp8/finance/sys
  • $KIXSYS

The $ symbol expands the KIXSYS environment variable to its complete value.

Environment variable

Name of a directory or file, or a value; 1 to 14 characters.

By convention, environment variables are in uppercase.

File name

Sun MTP file names are 1 to 14 characters, including any extension.



1 (Footnote) The terms "Java Virtual Machine" and "JVM" mean a virtual machine for the Java platform.