unisys ClearPath OS 2200 Display Processing System (DPS 2200) Form Design Programming Guide Level 6R5A February

Size: px
Start display at page:

Download "unisys ClearPath OS 2200 Display Processing System (DPS 2200) Form Design Programming Guide Level 6R5A February 2012 7831 2279 005"

Transcription

1 unisys ClearPath OS 2200 Display Processing System (DPS 2200) Form Design Programming Guide Level 6R5A February

2 NO WARRANTIES OF ANY NATURE ARE EXTENDED BY THIS DOCUMENT. Any product or related information described herein is only furnished pursuant and subject to the terms and conditions of a duly executed agreement to purchase or lease equipment or to license software. The only warranties made by Unisys, if any, with respect to the products described in this document are set forth in such agreement. Unisys cannot accept any financial or other responsibility that may be the result of your use of the information in this document or software material, including direct, special, or consequential damages. You should be very careful to ensure that the use of this information and/or software material complies with the laws, rules, and regulations of the jurisdictions with respect to which it is used. The information contained herein is subject to change without notice. Revisions may be issued to advise of such changes and/or additions. Notice to U.S. Government End Users: This is commercial computer software or hardware documentation developed at private expense. Use, reproduction, or disclosure by the Government is subject to the terms of Unisys standard commercial license for the products, and where applicable, the restricted/limited rights provisions of the contract data rights clauses. Unisys and ClearPath are registered trademarks of Unisys Corporation in the United States and other countries. All other brands and products referenced in this document are acknowledged to be the trademarks or registered trademarks of their respective holders.

3 Contents Section 1. DPS 2200 Overview 1.1. Documentation Updates Conventions Used in this Document DPS 2200 Description DPS 2200 Capabilities DPS 2200 Features DPS 2200 Components Form Design Interface to Applications Programs Additional Components Operating Environments Security Section 2. FORMGEN Processor Tutorial 2.1. Overview Learning to Use FORMGEN FORMGEN Guidelines Beginning the Tutorial Defining Form Attributes Defining Fields and Constants Changing Field Attributes Saving the Form Deleting Test Forms Section 3. FORMGEN Processor Reference 3.1. Calling FORMGEN Exiting FORMGEN Printing a Form Help Forms User Profile Error Handling and Messages Main Menu Form-Level Attributes Menus Image/Field Layout Functions Marking Capability Marking Character Marking Commands Marking Characters or Marking Commands in Text Marking Undo iii

4 Contents Examples of Moves, Copies, and Deletes Repository Interface Repository Interface Menus Marked Area Menu Attributes List Menu Table Entries Menu Range Check Menu Table Check Menu Repeat Images Menu Image/Field Attributes Menu Image/Field Attribute Descriptions Rules for Specifying Attributes Alternate Attributes Menu Attribute Descriptions General Descriptions Attribute Choices for Specific Field Types Generate W/S Menu Print Form Menu Section 4. Form Language Definition Processor (FLDP) 4.1. Overview General Syntax Conventions Calling FLDP FLDP Positional Notation FLDP Definition Commands FORM Command TEMPLATE Command IMAGE Command FIELD Command Definition Statements BACKGROUND_ATTRIBUTES CHARACTER_ATTRIBUTES CHECKNUMBER_TEST CONVERSATION CURSOR DIMENSION EDIT_SYMBOL EMPHASIS FOREGROUND_ATTRIBUTES FUNCTION_KEYS GENERAL_EDIT HIGHLIGHT INPUT_ATTRIBUTES OUTPUT_ATTRIBUTES POSITION_IMAGE PREDEFINED_VALUE REPEAT_IMAGE SECURITY STORAGE iv

5 Contents TAB TEST Section 5. Form Language Manipulation Utility (FLMU) 5.1. Overview Calling FLMU Examples Using FLMU Section 6. Definition Routines (D$DEF) 6.1. Overview Differences from Other Run-Time Routines Similarities to Other Run-Time Routines D$DEF Copy Procedures D$DEF Names Parameter D$DEF Attributes D$DEF Creating Routines D$DEFFLDCRE Function D$DEFFRMCRE Function D$DEFIMGCRE Function D$DEF Modifying Routines D$DEFFLDMOD Function D$DEFFRMMOD Function D$DEFIMGMOD Function D$DEF Retrieving Routines D$DEFFLDRET Function D$DEFFRMRET Function D$DEFIMGRET Function D$DEFNAMRET Function D$DEF Deleting Routines D$DEFFLDDEL Function D$DEFFRMDEL Function D$DEFIMGDEL Function D$DEF Form Library Access Routines D$DEF File Access Authorities D$DEFERASE Function D$DEFLOAD Function D$DEFSAVE Function Miscellaneous Routines D$DEFPRINT Function D$DEFGENWS Function Appendix A. FORMGEN Messages A.1. Acknowledge Messages That Apply to All Functions... A 1 A.2. Error Messages That Apply to All Functions... A 2 A.3. Termination Acknowledge Messages... A 2 A.4. Termination Error Messages... A 3 A.5. Help Error Messages... A v

6 Contents A.6. Image/Field Attributes (A) Acknowledge Message... A 5 A.7. Image/Field Attributes (A) Error Messages... A 5 A.8. Form-Level Attributes (F) Acknowledge Message... A 16 A.9. Form-Level Attributes (F) Error Messages... A 17 A.10. Layout (L) Acknowledge Messages... A 20 A.11. Layout (L) Error Messages... A 20 A.12. Main Menu (M) Acknowledge Messages... A 25 A.13. Main Menu (M) Error Messages... A 27 A.14. Print Menu (P) Acknowledge Messages... A 33 A.15. Print Menu (P) Error Messages... A 33 A.16. Repeat Attributes Menu (R) Acknowledge Message... A 37 A.17. Repeat Attributes Menu (R) Error Messages... A 37 A.18. Profile (U) Acknowledge Message... A 42 A.19. Profile (U) Error Messages... A 42 A.20. Repository Interface Acknowledge Messages... A 46 A.21. Repository Interface Error Messages... A 47 A.22. Initial Values Menu (V) Acknowledge Message... A 49 A.23. Initial Values Menu (V) Error Messages... A 49 A.24. Generate Working Storage Menu (W) Acknowledge Messages... A 50 A.25. Generate Working Storage Menu (W) Error Messages... A 50 A.26. Execute Menu (X) Error Messages... A 57 A.27. Internal Error Messages... A 57 A.28. Error Messages Caused by Invalid Attribute Identifiers and Values... A 68 Appendix B. FDLP Messages Appendix C. D$DEF Messages C.1. Error Messages... C 1 C.2. Warning Messages... C 9 Appendix D. Sample Program Using D$DEF Routines Appendix E. Sample Form Definition Using FLDP Processor Glossary... 1 Index... 1 vi

7 Figures 2 1. Defining a Form vii

8 Figures viii

9 Tables 3 1. Device Type Mnemonics Image/Field Types System-Supplied Field Types Description Attribute Descriptions Mutually Exclusive Attributes Attribute Choices for Field Types A and X Attribute Choices for Field Type B Attribute Choices for Field Types C, I, and N Attribute Choices for Field Types R and D Attribute Choices for ON/OFF Images Valid Form Level Definition Statements for FORM Command Valid Image_Level Statements for Nonrepeating Images Valid Image_Level Statements for Repeating Images Valid Field-Level Statements for Fields (Nonconstant, Nonsystem- Applied) Valid Field-Level Statements for System-Supplied Fields Form Level Attributes, Values, and Defaults Image Level Attributes, Values, and Defaults (Repeats and ON/OFFs) Field Level Attributes, Values, and Defaults ix

10 Tables x

11 Section 1 DPS 2200 Overview The OS 2200 Display Processing System (DPS 2200) enables programmers to define forms (screens) and incorporate them into application programs. It separates the development and use of forms from other tasks in an application program. This guide describes DPS 2200 and how to use it. It is intended primarily for applications programmers who create new forms and modify existing forms. DPS 2200 provides several processors and routines that allow you to create and modify forms in different ways. This guide explains The FORMGEN processor, which allows you to create and modify forms interactively. The Form Language Definition Processor (FLDP), which allows you to create and modify forms in batch mode or in a demand environment. The Form Language Manipulation Utility Processor (FLMU), which allows you to modify, convert, and secure the DPS 2200 form definitions in the form library The D$DEF routines, which allow you to create and modify temporary forms and dynamically define forms during program execution Documentation Updates This document contains all the information that was available at the time of publication. Changes identified after release of this document are included in problem list entry (PLE) To obtain a copy of the PLE, contact your service representative or access the current PLE from the product support Web site: Note: If you are not logged into the product support site, you will be asked to do so

12 DPS 2200 Overview 1.2. Conventions Used in this Document Syntax Conventions This manual uses the following conventions for syntax: Command names, system variable names, and system function names are shown in uppercase letters. User-supplied variable information such as command options, system variable values, and system function values are shown in lowercase italic letters. Naming Conventions The following naming conventions apply to form library names, form names, image names, field names, repeat index names, and cursor field names. Form library This name can be any combination of ASCII letters, digits, the $ symbol, and the minus sign (-). Form Image, field, index, and cursor names This name can be any combination of ASCII letters and digits. The first character must be an ASCII letter, a digit, or an 8-bit character (octal codes 0246 to 0337). All other characters can be any combination of ASCII letters, digits, the minus sign (-), and 8- bit characters (octal codes 0246 to 0337). Trailing spaces are permitted. Embedded spaces are not allowed. The last character cannot be an ASCII minus sign (-). At least one character must be an ASCII letter of 8-bit characters (octal codes 0246 to 0337). Screen Conventions The following screen conventions apply when using DPS 2200: Use the tab key to position the cursor to a field in which you want to enter new data or change existing data. Usually, the fields enclosed in brackets ([ ]) and underscores (_) indicate the number of allowable characters. Output-only (OO) data is displayed in protected fields. You cannot change this data

13 DPS 2200 Overview 1.3. DPS 2200 Description DPS 2200 is an application development tool that simplifies the development of interactive full-screen applications. DPS 2200 enables you to define forms (screens) and incorporate them into your application programs. It separates the development and use of forms from other tasks in an application program DPS 2200 Capabilities DPS 2200 enables you to Reduce program development time for programs requiring full-screen interaction with different types of terminals (device independence) Reduce program development time for transaction programs Reduce errors (DPS 2200 automatically handles input errors) Standardize user interface using the repository Provide easy definition, update, and review of forms Provide form and field security without special security codes in your program Dynamically control field display attributes like intensity, highlight, emphasis, font, and color Refresh a form after accidental destruction Store statistical and trace information about terminals in the TIP environment Define initial default values for fields during form definition Perform run-time validation of user input

14 DPS 2200 Overview DPS 2200 Features DPS 2200 provides the following features: Stores the data defining a form in a form library Generates working storage in the demand environment or batch mode. The output element is compatible with ASCII COBOL, UCS COBOL, ASCII FORTRAN, UCS FORTRAN, or UCS C Completes input/output (I/O) editing within the run-time handler. It removes I/O buffers from a program and transfers only dynamic information to a program. The user program receives and supplies data transferred to and from the form in internal format (for example, numeric computational) Generates internal error messages and displays them on a specified message line when logical errors occur in input data Supports 7-bit and 8-bit character sets Generates up to 10,000 pages of output Provides standard transaction/demand programs to handle LOGON/LOGOFF sequences and to control terminal test modes that enable or disable displaying data fields Supports the integrated recovery environment (IRE) Generates working storage in the repository (UCS COBOL and UCS C) for a form if DPS 2200 is configured to use the repository. See Volumes 1 and 2 of the UCS COBOL Programming Reference Manual and Volumes 1 and 2 of the UCS C Programming Reference Manual for a description of the statements you can use to access this information Provides the capability for an application program to lock the keyboard while an output message is being sent to a terminal. This capability is useful when an application program is busy and cannot receive input from the keyboard until it completes the current operation. It also allows an applications program to send status messages and perform other functions Provides an extended security environment that ensures that sensitive data is protected Provides the capability for run-time validation of input data. At user program execution time, data entered in an I/O field is compared to either a user-defined table of values or a user-defined range Provides the capability to transliterate the literal text and initial field values from the CCS used during screen definition, into the CCS in use at run-time

15 DPS 2200 Overview 1.4. DPS 2200 Components This subsection describes the DPS 2200 components that enable you to define forms and incorporate them into application programs and to manage your DPS 2200 system Form Design The following DPS 2200 components enable you to create and edit forms: FORMGEN processor The FORMGEN processor is a full-screen interactive component of DPS 2200 enabling you to define, modify, and delete forms. FORMGEN includes learning aids and extensive online help screens. FLDP FLDP is the batch mode equivalent of the FORMGEN processor. You define forms with a series of commands. FLDP is for experienced programmers. D$DEF routines The D$DEF routines enable you to dynamically define and edit forms within an application program. D$DEF routines are for experienced programmers. They require knowledge of languages supported by DPS 2200 (such as COBOL) and of other OS 2200 software products. FLMU FLMU enables you to modify, convert, and secure the DPS 2200 form definitions in the form library, and generate working storage Interface to Applications Programs DPS 2200 provides an interface between form definitions and application programs and run-time routines. The DPS 2200 run-time routines operate in the following environments: Demand (remote symbiont interface [RSI]) Transaction Processing/Message Control Bank (TIP/MCB) and Integrated Recovery Version II or III Transaction Processing/communications buffer (TIP/COMPOOL) After you define your form with the FORMGEN processor, FLDP, or the D$DEF routines, you must transfer it to an output file in either COBOL, FORTRAN, or C, depending on your application. This is called generating working storage. The application program manipulates the variables and communicates with the DPS 2200 run-time system collected with the program through a language-dependent interface routine. Interface routines are available for COBOL, FORTRAN, MASM, and C

16 DPS 2200 Overview The run-time routines communicate with an application program and its environment through a comprehensive set of procedures or functions. The application program uses DPS 2200 run-time routines, working storage, and parameter definitions to accomplish interactive tasks. The run-time routines control the terminal through OS 2200 by displaying the form named in the application along with any output variables defined in working storage. Then the run-time system receives the input variables, validates them, and stores them correctly in working storage. A set of error handling routines is available to help you resolve problems with the input Additional Components The following is a list of additional components that enable you to manage, monitor, and control DPS 2200 and your applications. DPSIF DPSPW HELPER LISTER LOGON LOGOFF PAGING REFRESH STATS TCLEAR TMODE TTYPE The File Initialization Processor initializes DPS 2200 system files. The User-id/Password processor generates and maintains information about authorized users of a DPS 2200 system. This component produces information at your terminal about your DPS 2200 configuration. The LISTER processor produces a list of all user records in the password file as well as a list of all forms in the form library. The LOGON processor starts a DPS 2200 session. This processor is optional. The LOGOFF processor removes the user-id/password and its associated security information from the terminal file record. Use it to end a DPS 2200 session. This component retrieves forms stored by DPS 2200 paging functions and displays them on a terminal one at a time. The REF processor redisplays an accidentally destroyed form. This component produces information at your terminal about the use of DPS 2200 in a TIP environment. This component enables you to clear another person's terminal record or your own terminal record. TCLEAR is used only by site administrators. This component turns the test mode on and off for an executing terminal. Test mode causes a terminal to display information that is not normally displayed. This component enables you to specify the terminal type or to ask DPS 2200 what type is currently specified for the terminal

17 DPS 2200 Overview 1.5. Operating Environments You can configure DPS 2200 for a demand (remote symbiont interface [RSI]) environment or for both a demand and TIP environment. An experienced programmer usually performs the configuration. With the TIP and demand configurations, you can execute TIP transactions in a demand environment without recompilation or recollection if they were appropriately coded. Also, you can test TIP transactions in a demand environment using normal programming aids, such as the FLIT processor, PostMortem Dump (PMD) processor, and Programmers Advanced Debugging System (PADS). Programs executed in either a TIP or a demand environment must run on a terminal with the same size screen as the terminal configured with DPS Currently, DPS 2200 supports terminals with a screen size of 24 rows and 80 columns only. This restriction applies only for programs executed in the TIP and demand environments. Programs run in batch mode can execute from any device Security DPS 2200 enables you to generate forms that display only those parts corresponding to the security level of the logged-on user-id. Every user-id has security levels assigned to it. There are two levels of security: Form security defines which forms a particular user-id can access Field security defines which fields a particular user-id can receive Note: The application program should always supply the output data for all fields. DPS 2200 determines whether to display the data. Therefore, you can use the same application program for different displays without being concerned with the kind of display or the current security level. You do not need any code in the program to handle security checking. Form level security returns an error code that the program must accept. You must attach a security level to each form and individual field. DPS 2200 compares these levels with your active security level and takes the appropriate action to ensure that you receive only the proper data

18 DPS 2200 Overview You can define additional levels of security when you define a form. Define forms and their fields as having either soft or hard security, as follows: Soft security A user-id must have a security level equal to or greater than the form or field security level to open the form or receive the fields. Hard security A user-id must have the same security level as the form or field to use the form or fields. Anyone can use a form or field with the lowest security level, which is 1. DPS 2200 always displays a field with this security level. If you do not sign on to DPS 2200 using the LOGON processor, the run-time initialization function of DPS 2200 assigns the lowest security level to you. In demand and batch programs, the DPS 2200 security system links to the Exec security system. Use the Exec user-id, if any, in these programs. In the TIP environment, DPS 2200 uses its own LOGON transaction to link user-ids to terminals, unless TIP session control is configured in the Exec and MCB is in use. TIP session control is available only in the TIP/MCB environment and identifies a TIP user to the transaction system. When it is configured, TIP session control solicits a valid user-id/password similar to demand mode. DPS 2200 performs an ER INFO$ to retrieve the user-id that was in effect when you signed on to the system. It is no longer necessary to execute the LOGON processor to start a TIP session and to set up the security for a specific user-id. This is now done automatically by DPS However, you can still use the LOGON processor

19 Section 2 FORMGEN Processor Tutorial This section introduces the FORMGEN processor and contains a step-by-step procedure that shows how to create a simple form. This tutorial shows some of the capabilities of the FORMGEN processor and provides enough information to get started. See Section 3 for reference information and a more detailed description of the FORMGEN processor Overview The DPS 2200 FORMGEN processor enables you to create and change forms to meet the unique requirements at your site. FORMGEN combines the default attributes that satisfy your requirements with the attributes that you change and the data you enter to produce a form. As you define a form, FORMGEN temporarily stores the data in a workspace in main storage. When you finish defining a form, you must instruct FORMGEN to permanently store a copy of your form in mass storage. This tutorial uses the following definitions for the terms you and end user: In the following discussion, you refers to applications programmers who use FORMGEN to create and modify forms unique to a specific task. They provide the forms needed for a business providing daily service to customers. An end user is a data entry person who uses the forms that you create and modify. For example, an end user might work at a reservations counter and use your form while selling tickets to a ball game or reserving seats for a concert. When end users use your form, they merely tab to the applicable fields you defined and enter a customer's name, address, phone number, requested seat number, and so forth

20 FORMGEN Processor Tutorial Figure 2 1 shows the steps that FORMGEN performs while you define a form, generate working storage for the application programs, and print a listing. It shows the following sequence of events: While defining a form with default attributes or entering new attributes, FORMGEN stores the data in a temporary storage area called a work space. When you finish defining the form, instruct FORMGEN to store the data in permanent storage. Also, instruct FORMGEN to generate working storage for the form. This is the data that an application program reads when it uses the form. If you want a hard copy, instruct FORMGEN to transfer the data to a print file and you can generate the listing from that file. Figure 2 1. Defining a Form

21 FORMGEN Processor Tutorial 2.2. Learning to Use FORMGEN The following example shows you how to use some of the FORMGEN functions. By performing this step-by-step process (WALK-THRU mode), you can see the results of the commands and data you enter. You will be instructed to enter specific commands and data. Screens displaying the menus and forms will show the results of these actions. A brief description of the commands is included. See Section 3 for more detailed information FORMGEN Guidelines The underlined areas in the figures represent fields in the form. You can enter data in these fields in lowercase or uppercase letters. Some parameters have two fields (for example, auto save count). The first field contains data entered with the FORMGEN processor. The second field contains the default value for the first field. You can request user help by entering the help character in a single field or multiple fields and pressing XMIT. FORMGEN displays the help form for the first field in which you requested help. Note: You cannot change data on a menu and request help from that menu with the same transmit sequence. Help requests are processed before any other information on the menu. When you finish with the help for a field, you can request help for the next field by entering the letter e in the help functions selection field at the bottom of the help form and pressing XMIT. Most help forms contain narrative descriptions while a few list all possible values for a field. See Section 3 for additional information about help. Return to the form from which you requested help by either pressing F4 (function key 4) or by entering the letter r in the help functions selection field at the bottom of the help form and pressing XMIT. When FORMGEN displays the form from which you requested help, the cursor is positioned over the first help character

22 FORMGEN Processor Tutorial Beginning the Tutorial Step 1 Call FORMGEN and display the Main Menu by <press XMIT> The Main Menu looks as follows. Device: UTS20 DPS 2200 FORMGEN PROCESSOR Main Menu DPS Level: 6R4 User Level: 6R4 Library command new (DELETE (workspace), ERASE, NEW, OLD, REPLACE, SAVE) Form name example <FORM> Form number 0 <0> File type F <F> (F-Formlib, O-Omnibus) Form library SCREEN$FILE Omnibus name (qual*file.elt/vs) Auto save count 1 <1> (0-99) Expertise level 1 <2> (1, 2, 3) A = Image/field attributes M = Main menu (F1) V = Initial values D = Repository interface O = Exit with omit (F6) W = Working storage E = Exit with replace (F5) P = Print form X = Execute (display) F = Form-level attributes R = Repeat images L = Image/field layout U = User profile? = Help (any field) Select function (A,D,E,F,L,M,O,P,R,U,V,W,X): FKEYS: 1=MAIN 2=REFRESH 3=UNDO 4=WALKTHRU 5=EXIT 6=OMIT 7=HELP

23 FORMGEN Processor Tutorial Step 2 Enter the data for the following main menu fields. Library command Enter NEW in the Library command field (this is a three-character field). This command creates a new form. Form name Enter EXAMPLE in the Form name field (this is an eight-character field). This assigns the name EXAMPLE to the new form. The default name is based on the value in your user profile. Form number The form number must be unique to this form. It identifies the form you are creating. The default value is 0. If you use 0, FORMGEN uses the next available form number. If you are not sure whether you should use the default value, ask your supervisor for a form number to use during this exercise. File type Selects the type of file you want to read data from or which you want to write data to. The default file type is based on the value in your user profile. Form library The name of the file where FORMGEN stores the form you are creating. A form library is like a book library. The default file name is based on the value in your user profile. Your form library file name may differ from the one in the figure (SCREEN$FILE) because your file name is determined when your site administrator configures the system. Auto save count Auto save count instructs FORMGEN to save your form definition in an auto-recovery file after a specified number of updates. This capability lets you recover your form if the system fails while you are working on it. The default auto save count is based on the value in your user profile. Expertise level Enter 1 in the Expertise level field (this is a one-character field). This reflects your current level of experience with FORMGEN. This example can only be performed in WALK-THRU mode, which is only available in expertise level 1. The default value is based on the value in your user profile

24 FORMGEN Processor Tutorial Step 3 Press XMIT. The cursor can be in any position on the screen because the entire form is always read. FORMGEN displays the following message on line 24: *** NEW FUNCTION PERFORMED. ENTER FKEY 4 FOR WALK-THRU MODE *** Step 4 Press F4. FORMGEN displays an introduction to the WALK-THRU mode and instructions about the use of F4 and XMIT Defining Form Attributes Press either F4 or XMIT. FORMGEN displays page 1 of the Form-Level Attributes menu. The Form-Level Attributes menu lets you define the display attributes of your form. For example, you can define components such as form height and function keys. Page 1 looks as follows. EXAMPLE 0 DPS 2200 FORMGEN PROCESSOR Form-level (1 of 3) Final cursor field name <1st I/O field> (Any I/O field) Security level 1 <1> (1-63) Security type S <S> (H-Hard, S-Soft) Form height 1 <last line of text or images> (1-24) Generate prefix Y <Y> (N-No, Y-Yes) Initial conversation mode N <N> (N-No, Y-Yes) Check number validate Test mode Y <Y> (N-No, Y-Yes) N <N> (N-No, Y-Yes) Function keys <N> (A-All, N-None, 1-36) N Select function (A,D,E,F,L,M,O,P,R,U,V,W,X): FKEYS: 1=MAIN 2=REFRESH 3=UNDO 4=WALKTHRU 5=EXIT 6=OMIT 7=HELP All fields on page 1 have default values as shown. Do not change any of these values. See Section 3 for a complete description of all the fields on page

25 FORMGEN Processor Tutorial The final cursor field name is blank because you have not yet defined any fields. It defaults to the first I/O field in the form. Step 5 Press XMIT. FORMGEN displays page 2 of the Form-Level Attributes menu. If you changed page 1 before transmitting, FORMGEN displays the following message on line 24 to indicate that all values on page 1 were accepted: *** FORM-LEVEL ATTRIBUTES UPDATED *** Page 2 looks as follows. EXAMPLE 0 DPS 2200 FORMGEN PROCESSOR Form-level (2 of 3) Background color E <E> (B-Blue, C-Cyan, E-Ebony, G-Green, M-Magenta, R-Red, W-White, Y-Yellow) Foreground: Color W <W> (B-Blue, C-Cyan, E-Ebony, G-Green, M-Magenta, R-Red, W-White, Y-Yellow) Intensity N <N> (H-High, L-Low, N-Normal, S-Suppressed) Highlight N <N> (B-Blink, N-None, R-Reverse) Emphasis N <N> (L-Leftcolumn, N-Normal, S-Strike, U-Underscore) Font/Character set N <N> (N-Normal, 1-Alt1) Control characters N <N> (B-Blink, N-None) I18N CCS Number 35 <35> (O-No Transliteration, Greater Than O-CCS) Select function (A,D,E,F,L,M,O,P,R,U,V,W,X): FKEYS: 1=MAIN 2=REFRESH 3=UNDO 4=WALKTHRU 5=EXIT 6=OMIT 7=HELP All fields on page 2 have default values as shown. Do not change any of these values. See Section 3 for a complete description of all the fields on page

26 FORMGEN Processor Tutorial Step 6 Press XMIT. FORMGEN displays page 3 of the Form Level Attributes menu. If you changed page 2 before transmitting, FORMGEN displays the following message on line 24 to indicate that all values on page 2 were accepted: *** FORM-LEVEL ATTRIBUTES UPDATED *** Page 3 looks as follows. EXAMPLE 0 DPS 2200 FORMGEN PROCESSOR Form-level (3 of 3) Enter special characters: Start image character [ <[> Stop image character ] <]> Field character Alternate field character SOE character _ <_> Thousands delimiter, <,> Decimal point symbol. <.> Marking character No default No default No default Select function (A,D,E,F,L,M,O,P,R,U,V,W,X): FKEYS: 1=MAIN 2=REFRESH 3=UNDO 4=WALKTHRU 5=EXIT 6=OMIT 7=HELP All fields on page 3 except the Alternate field character, SOE (start-of-entry) character, and Marking character have default values as shown. Do not change any of these values. See Section 3 for a complete description of all the fields on page 3. Step 7 Press XMIT. FORMGEN displays page 1 of the Form-Level Attributes menu. If you changed page 3 before transmitting, FORMGEN displays the following message on line 24 to indicate that all values on page 3 were accepted: *** FORM-LEVEL ATTRIBUTES UPDATED ***

27 FORMGEN Processor Tutorial Defining Fields and Constants Step 8 Press F4. FORMGEN displays a form containing information about the Image/field layout form. This is where you actually lay out the constants and fields of your form. You can rearrange fields and change information until you are satisfied with your form. When you create a new form, you have access to all positions on the form. This example creates a simple form containing four fields and the text constants identifying each field. FORMGEN defines a field as those positions available for entering information. The text constant is not part of the field. Underscores describe the field size by indicating the number of positions available for entering information. In this example, the first field has 24 underscores. This means that you can enter a maximum of 24 characters in the first field. After reading the information, press XMIT. Because you are creating a new form, the form is blank. Enter the following number of underscores in each field: NAME 24 CITY 16 STATE 6 EDUCATION 24 Enter the following text constants and fields in the following locations. Starting Location row 1 column 1 row 3 column 1 row 5 column 1 row 7 column 1 Text Constant Field NAME: CITY: STATE: EDUCATION: When you finish entering this data, press XMIT

28 FORMGEN Processor Tutorial Step 9 FORMGEN displays a message momentarily on line 24 when it redisplays the form with no changes. The form looks as follows. NAME: CITY: STATE: EDUCATION: If the form is okay, press XMIT a second time and go to step 10. If the form is not okay, change it. To change an existing form, do the following: Type over existing data. Delete existing data. Add new data in any position on the form. When you finish making changes, press XMIT or F4. When the form is okay, press XMIT a second time and go to step

29 FORMGEN Processor Tutorial Step 10 FORMGEN displays the Repeat Images menu with the following message on line 24: *** IMAGE AND FIELD LAYOUT UPDATED *** : * AUTO * The Repeat Images menu looks as follows. EXAMPLE 0 DPS 2200 FORMGEN PROCESSOR Repeat Images 1AME: 2 3ITY: 4 5TATE: 6 7DUCATION: STARTING LINE 1 (n,+n,-n) CHG TYPE INDEX NAME DIR ROW S-COL E-COL COUNT SPACING LINES/UNIT LITERALS Select function (A,D,E,F,L,M,O,P,R,U,V,W,X): *** IMAGE AND FIELD LAYOUT UPDATED *** : * AUTO * On this menu, the line number overwrites the first letter of each text constant. This line number states where your data is located. This menu lets you repeat (duplicate) fields in both vertical and horizontal directions. The top portion of the menu shows the first 12 lines of your form. The bottom portion of the menu is an area for entering applicable information about your repeat operations. This information controls the duplication of the fields. This example shows how to repeat the EDUCATION field. See Section 3 for more information about the Repeat Images menu

30 FORMGEN Processor Tutorial Step 11 Enter the following data: The letter i in the CHG TYPE field informs FORMGEN that you are inserting a repeat. The name index4 in the INDEX NAME field uniquely identifies the field you want to repeat. You can either enter a name or let FORMGEN assign a default name. The letter d in the DIR field specifies repeating (duplicating) the field in the vertical direction (down). The number 7 in the ROW field specifies the number of the first line repeated. The letter y in the LITERALS field specifies repeating the literal values (text constant). The default value is n. However, in your example, you want the literal values repeated. FORMGEN assigns default values for fields in which you did not enter data. EXAMPLE 0 DPS 2200 FORMGEN PROCESSOR Repeat Images 1AME: 2 3ITY: 4 5TATE: 6 7DUCATION: STARTING LINE 1 (n,+n,-n) CHG TYPE INDEX NAME DIR ROW S-COL E-COL COUNT SPACING LINES/UNIT LITERALS i index4 d 7 y Select function (A,D,E,F,L,M,O,P,R,U,V,W,X): *** IMAGE AND FIELD LAYOUT UPDATED *** : * AUTO *

31 FORMGEN Processor Tutorial When you finish entering data, press XMIT. FORMGEN redisplays the Repeat Images menu, with the education field repeated on line 8. In addition, FORMGEN inserts default values in the empty fields and displays the values in uppercase. FORMGEN also displays the following message on line 24 to indicate that the images were successfully updated: *** REPEAT IMAGES UPDATED *** :AUTO * The updated Repeat Images menu looks as follows. EXAMPLE 0 DPS 2200 FORMGEN PROCESSOR Repeat Images 1AME: 2 3ITY: 4 5TATE: 6 7DUCATION: 8DUCATION: STARTING LINE 1 (n,+n,-n) CHG TYPE INDEX NAME DIR ROW S-COL E-COL COUNT SPACING LINES/UNIT LITERALS N INDEX4 D 7_ 1_ 80 2_ 0_ 1_ Y Select function (A,D,E,F,L,M,O,P,R,U,V,W,X): *** REPEAT IMAGES UPDATED *** : * AUTO *

32 FORMGEN Processor Tutorial Changing Field Attributes Step 12 Press F4. FORMGEN displays the Image/Field Attributes menu. The Image/Field Attributes menu looks as follows. EXAMPLE 0 NAME: 1 CITY: 2 STATE: 3 EDUCATION: 4 EDUCATION: 4 DPS 2200 FORMGEN PROCESSOR Image/Field Attributes STARTING LINE 1 (n,+n,-n) STARTING FIELD 1 (n,+n,-n) IMAGE NAME TYPE ATTRIBUTES ( ^ = alternate select menu) 1 IMAGE1 X 2 IMAGE2 X 3 IMAGE3 X 4 IMAGE4 X Select function (A,D,E,F,L,M,O,P,R,U,V,W,X): FKEYS: 1=MAIN 2=REFRESH 3=UNDO 4=WALKTHRU 5=EXIT 6=OMIT 7=HELP This menu lets you change the name, type, and attributes of each field. The top portion of the menu shows your fields. The bottom portion shows the image name, type, and attributes for your fields. The menu contains the default names (IMAGE1, IMAGE2, and so forth), field type (X), and attributes (default values only; none are displayed). (See Section 3 for a complete description of the Image Attributes menu.) Enter the following data. (IMAGE1 in the IMAGE NAME column refers to NAME, IMAGE2 refers to CITY, and so forth.) The letter a in the TYPE field tells FORMGEN to make the NAME field an alphabetic field. The letters uc in the ATTRIBUTES field tells FORMGEN to define the uppercase attribute for the NAME field and to display the contents of the field in uppercase

33 FORMGEN Processor Tutorial EXAMPLE 0 NAME: 1 CITY: 2 STATE: 3 EDUCATION: 4 EDUCATION: 4 DPS 2200 FORMGEN PROCESSOR Image/Field Attributes STARTING LINE 1 (n,+n,-n) STARTING FIELD 1 (n,+n,-n) IMAGE NAME TYPE ATTRIBUTES ( ^ = alternate select menu) 1 name a uc 2 city X 3 state X 4 education X Select function (A,D,E,F,L,M,O,P,R,U,V,W,X): FKEYS: 1=MAIN 2=REFRESH 3=UNDO 4=WALKTHRU 5=EXIT 6=OMIT 7=HELP When you finish entering data, press XMIT. FORMGEN redisplays the Image/Field Attributes menu, with the values you entered now displayed in uppercase. FORMGEN also displays the following message on line 24: *** IMAGE AND FIELD ATTRIBUTES UPDATED *** :AUTO * Step 13 Press F4. FORMGEN displays a form containing information about the Initial Values function. This capability lets you insert an initial value so that this value is provided when your form is first displayed. This makes your form easier to use and saves time. When you finish reading the information screen, press XMIT. FORMGEN displays the Initial Values form

34 FORMGEN Processor Tutorial The Initial Values form looks as follows. NAME: CITY: STATE: EDUCATION: EDUCATION: Tab to the STATE field and enter MN. The space between the colon and the start of the field is protected. You cannot enter any data into it. Press XMIT. FORMGEN redisplays the form with MN in the STATE field. The Initial Values form looks as follows. NAME: CITY: STATE: MN EDUCATION: EDUCATION: If the form is okay, press XMIT a second time. If the form is not okay, change it and press XMIT. After transmitting, check the form. If it is okay, press XMIT a second time and go to the next step. FORMGEN displays the following message on line 24: *** FIELD INITIAL VALUES UPDATED *** :AUTO *

35 FORMGEN Processor Tutorial Step 14 FORMGEN displays the first Form-Level Attributes menu. (This is the same menu displayed in step 2.) This step lets you make changes to the menu. For example, you may want to enter the final cursor field name now if you do not want to accept the default. As before, press XMIT to move between menus. When you are satisfied with the form-level attributes, press F4. FORMGEN displays the main menu. You have completed defining the form and you can now save it in the form library Saving the Form Step 15 You must save the form so FORMGEN can assign a form number to it and so that the run-time functions can use the form. Because you entered 0 into the Form number field in step 2, FORMGEN assigns the next form number in sequence. To save the form, enter SAV into the Library command field and press XMIT. FORMGEN saves the form and displays the Main Menu, with the next available form number (for example, 1) in the Form number field and the following message on line 24: *** EXAMPLE/1 SAVED INTO FORM LIBRARY *** Step 16 After saving the form, generate either COBOL, FORTRAN, or C working storage for the application programs. Enter W in the Select function field and press XMIT. FORMGEN displays the Generate W/S menu with the default values shown. On this menu, instruct FORMGEN to create a symbolic element containing a data structure defining a form in the workspace, form library, or omnibus file. This data structure is known as working storage. The working storage for a form is copied or included into a COBOL, FORTRAN, or C application program when it is compiled. The working storage enables a program to access the data entered in a form and also to change the data displayed in a form. You must save working storage in an element. You can specify a file and element name in the Output field. If a file name is not specified, TPF$ is assumed

36 FORMGEN Processor Tutorial If an element name is not specified, FORMGEN uses the following default element name: SCREENn/vvvv where n vvvv is the number of the form. is one of the following: COBP, if generating ASCII COBOL or UCS COBOL working storage FTNP, if generating FORTRAN working storage. H, if generating C working storage. For COBOL and FORTRAN, you must call the Procedure Definition Processor (PDP) to process this element after you exit from the FORMGEN processor. EXAMPLE 1 DPS 2200 FORMGEN PROCESSOR Generate W/S Form name EXAMPLE Form number 1 Workspace Y (Y-Yes, N-No) File type F <F> (F-Formlib, O-Omnibus) Form library SCREEN$FILE Omnibus name (qual*file.elt/vs) Language COB <COB> (COB-ASCII COBOL, FOR-FORTRAN, UC-UCS C, UCOB-UCS COBOL) Output type F <F> (F-File, R-Repository) Initial values Y <Y> (N-No, Y-Yes) Generate prefix Y (N-No, Y-Yes) Allow redefine N <N> (N-No, Y-Yes) Storage type D <D> (D-Default, T-Typedef) Output (qual*file.elt/vs) Select function (A,D,E,F,L,M,O,P,R,U,V,W,X): FKEYS: 1=MAIN 2=REFRESH 3=UNDO 4=WALKTHRU 5=EXIT 6=OMIT 7=HELP

37 FORMGEN Processor Tutorial Step 17 Press XMIT. FORMGEN displays the following message on line 24: *** WORKING-STORAGE IN FILE: TPF$.SCREEN-1/COBP *** where TPF$.SCREEN-1/COBP is the default output file name. Step 18 Press F1. FORMGEN displays the Main Menu. You are now back where you were in step 2. This completes the example and the form you created can be used. The working storage generated for your form is now stored in the file named in step Deleting Test Forms Step 19 To delete your completed form or any test or trial forms existing in the form library and workspace, perform the following steps (FORMGEN is still displaying the Main Menu). If you want to print a hard copy of your form, see Section 3 before deleting it. Delete your form from the workspace: 1. Enter DEL in the Library command field. 2. Press XMIT. FORMGEN deletes the form and displays the following message on line 24: *** WORKSPACE IS NOW EMPTY *** Erase your form from the form library: 1. Enter ERA in the Library command field. 2. Press XMIT. 3. Enter ERA in the Library command field and press XMIT a second time. FORMGEN erases the form and displays the following message on line 24: *** EXAMPLE/1 ERASED FROM FORM LIBRARY *** Your task of creating, saving, and deleting your form is complete. To exit FORMGEN, press F

38 FORMGEN Processor Tutorial

39 Section 3 FORMGEN Processor Reference This section describes the FORMGEN processor, an interactive component of the DPS It contains reference information for the applications programmer. It explains in detail how to call and exit FORMGEN, how to define your user profile, how to print a form, and how to display help forms. It also describes the contents of each field in each menu and what they are used for Calling FORMGEN The DPS 2200 FORMGEN processor enables you to create and change forms to meet the unique requirements at your site. FORMGEN combines the default attributes that satisfy your requirements with the attributes that you change and the data you enter to produce a form. There are several options available on the call statement. Normally, you do not use any of these options when you call FORMGEN because the applicable operating parameters are determined when your site administrator configures the system. Select the S or L option only to override the parameters selected during system configuration. Call the FORMGEN processor with the following device-type where options A I Lets you recover a form from the auto-recovery file if you entered the O option in the Select function field or if you pressed function key 6 (F6) the last time you exited FORMGEN. If you entered E in the Select function field or pressed function key 5 (F5) and FORMGEN could not save your form, use this option to attempt to recover it. Auto-recovery overrides this function. Reinitializes FORMGEN. FORMGEN executes the D$GETDEVICE function, which determines the terminal type. This is useful if you entered a terminal type in the processor statement and you want FORMGEN to determine the real terminal type

40 FORMGEN Processor Reference T Y Selects data tracing. Selecting this option executes the D$DUMP function and takes a FORMGEN dump after each input or when FORMGEN detects a fatal error on a DPS 2200 function call. Sets the training mode if TIP files are used. If TIP files are used as form libraries, use the training file instead of the production file. Test mode files are displayed for forms stored in training mode. device-type Terminal mnemonic used to specify if the terminal you are using differs from the terminal type defined as the primary terminal type when your system was configured. If you do not specify a device type, FORMGEN determines the type by using the D$GETDEVICE function (see the DPS 2200 Programming Reference Manual) the first time FORMGEN is called during a run. When you specify a device type, you override the D$GETDEVICE function. Table 3 1 lists the available device-type mnemonics. Table 3 1. Device Type Mnemonics Mnemonic Device Type U200, 200, U2 UNISCOPE 200, UTS 400 in UNISCOPE 200 mode (PROTECT switch on) UTS400, U400, U4, 400 UTS20, U20, 20 UTS 20 UTS30, U30, 30 UTS 30 UTS40, U40, 40 UTS 40 UTS60, U60, 60 UTS 60 DS40, D40, D4 SVT1120, SVT1121, SVT1126 STEP20 UTS 400 in native mode Dataspeed Unisys Video Terminals 1120, 1121, 1126 STEP60 Unisys PC with STEP 60 IBM3270, I3270, 3270 LT300 Unisys LAN terminal 300 Unisys PC with Synchronous Terminal Emulation Package (STEP 20) IBM 3270 series (IBM 3270, IBM 3276, IBM 3277, IBM 3178/3278) with 24x80 form

UNISYS. Business Information Server. MRI Administration and User s Guide. Printed in USA May 2004 7846 0391 013

UNISYS. Business Information Server. MRI Administration and User s Guide. Printed in USA May 2004 7846 0391 013 Business Information Server MRI Administration and User s Guide UNISYS 2004 Unisys Corporation. All rights reserved. Printed in USA May 2004 7846 0391 013 NO WARRANTIES OF ANY NATURE ARE EXTENDED BY THIS

More information

UNISYS. ClearPath Enterprise Servers. Authentication Sentinel for OS 2200 User Guide. ClearPath OS 2200 Release 8.2

UNISYS. ClearPath Enterprise Servers. Authentication Sentinel for OS 2200 User Guide. ClearPath OS 2200 Release 8.2 ClearPath Enterprise Servers Authentication Sentinel for OS 2200 User Guide UNISYS 2004 Unisys Corporation. All rights reserved. ClearPath OS 2200 Release 8.2 Printed in USA September 2004 4729 2016 000

More information

KB_SQL SQL Reference Guide Version 4

KB_SQL SQL Reference Guide Version 4 KB_SQL SQL Reference Guide Version 4 1995, 1999 by KB Systems, Inc. All rights reserved. KB Systems, Inc., Herndon, Virginia, USA. Printed in the United States of America. No part of this manual may be

More information

Distributed Data Processing (DDP-PPC) TCP/IP Interface COBOL

Distributed Data Processing (DDP-PPC) TCP/IP Interface COBOL !()+ OS 2200 Distributed Data Processing (DDP-PPC) TCP/IP Interface COBOL Programming Guide Copyright ( 1997 Unisys Corporation. All rights reserved. Unisys is a registered trademark of Unisys Corporation.

More information

Version 5.0. MIMIX ha1 and MIMIX ha Lite for IBM i5/os. Using MIMIX. Published: May 2008 level 5.0.13.00. Copyrights, Trademarks, and Notices

Version 5.0. MIMIX ha1 and MIMIX ha Lite for IBM i5/os. Using MIMIX. Published: May 2008 level 5.0.13.00. Copyrights, Trademarks, and Notices Version 5.0 MIMIX ha1 and MIMIX ha Lite for IBM i5/os Using MIMIX Published: May 2008 level 5.0.13.00 Copyrights, Trademarks, and Notices Product conventions... 10 Menus and commands... 10 Accessing online

More information

Expedite for Windows Software Development Kit Programming Guide

Expedite for Windows Software Development Kit Programming Guide GXS EDI Services Expedite for Windows Software Development Kit Programming Guide Version 6 Release 2 GC34-3285-02 Fifth Edition (November 2005) This edition replaces the Version 6.1 edition. Copyright

More information

unisys ClearPath Enterprise Servers Remote Database Backup Planning and Operations Guide ClearPath MCP 14.0 April 2012 8600 2052 309

unisys ClearPath Enterprise Servers Remote Database Backup Planning and Operations Guide ClearPath MCP 14.0 April 2012 8600 2052 309 unisys ClearPath Enterprise Servers Remote Database Backup Planning and Operations Guide ClearPath MCP 14.0 April 2012 8600 2052 309 NO WARRANTIES OF ANY NATURE ARE EXTENDED BY THIS DOCUMENT. Any product

More information

Getting Started with IntelleView POS Administrator Software

Getting Started with IntelleView POS Administrator Software Getting Started with IntelleView POS Administrator Software Administrator s Guide for Software Version 1.2 About this Guide This administrator s guide explains how to start using your IntelleView POS (IntelleView)

More information

Business Intelligence Tutorial

Business Intelligence Tutorial IBM DB2 Universal Database Business Intelligence Tutorial Version 7 IBM DB2 Universal Database Business Intelligence Tutorial Version 7 Before using this information and the product it supports, be sure

More information

unisys OS 2200 Relational Data Management System (RDMS 2200) and IPF SQL Interface End Use Guide imagine it. done. ClearPath OS 2200 12.

unisys OS 2200 Relational Data Management System (RDMS 2200) and IPF SQL Interface End Use Guide imagine it. done. ClearPath OS 2200 12. unisys imagine it. done. OS 2200 Relational Data Management System (RDMS 2200) and IPF SQL Interface End Use Guide ClearPath OS 2200 12.1 Release June 2010 7831 0778 003 NO WARRANTIES OF ANY NATURE ARE

More information

Business Intelligence Tutorial: Introduction to the Data Warehouse Center

Business Intelligence Tutorial: Introduction to the Data Warehouse Center IBM DB2 Universal Database Business Intelligence Tutorial: Introduction to the Data Warehouse Center Version 8 IBM DB2 Universal Database Business Intelligence Tutorial: Introduction to the Data Warehouse

More information

VERITAS NetBackup Microsoft Windows User s Guide

VERITAS NetBackup Microsoft Windows User s Guide VERITAS NetBackup Microsoft Windows User s Guide Release 3.2 Windows NT/95/98 May, 1999 P/N 100-001004 1994-1999 VERITAS Software Corporation. All rights reserved. Portions of this software are derived

More information

Kaspersky Password Manager

Kaspersky Password Manager Kaspersky Password Manager User Guide Dear User, Thank you for choosing our product. We hope that you will find this documentation useful and that it will provide answers to most questions that may arise.

More information

JD Edwards World. Database Audit Manager Release A9.3 E21957-02

JD Edwards World. Database Audit Manager Release A9.3 E21957-02 JD Edwards World Database Audit Manager Release A9.3 E21957-02 April 2013 JD Edwards World Database Audit Manager, Release A9.3 E21957-02 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

More information

NonStop NET/MASTER D30. MS Operator's Guide. System Software Library

NonStop NET/MASTER D30. MS Operator's Guide. System Software Library System Software Library NonStop NET/MASTER MS Operator's Guide Abstract Part Number 106379 Edition This manual describes the user interface to NonStop NET/MASTER Management Services (MS). It provides the

More information

2 SQL in iseries Navigator

2 SQL in iseries Navigator 2 SQL in iseries Navigator In V4R4, IBM added an SQL scripting tool to the standard features included within iseries Navigator and has continued enhancing it in subsequent releases. Because standard features

More information

Paperless Collection System. PCS Collector

Paperless Collection System. PCS Collector Paperless Collection System PCS Collector About this Manual This IDX Training Manual is written to give you a step-by-step guide for your classroom training and a handy reference for your daily work. The

More information

Server Sentinel Client Workstation

Server Sentinel Client Workstation Server Sentinel Client Workstation Installation and Reinstallation Guide Server Sentinel 4.4.3 and Higher April 2008 . unisys imagine it. done. Server Sentinel Client Workstation Installation and Reinstallation

More information

Rational Rational ClearQuest

Rational Rational ClearQuest Rational Rational ClearQuest Version 7.0 Windows Using Project Tracker GI11-6377-00 Rational Rational ClearQuest Version 7.0 Windows Using Project Tracker GI11-6377-00 Before using this information, be

More information

NDA-30141 ISSUE 1 STOCK # 200893. CallCenterWorX-Enterprise IMX MAT Quick Reference Guide MAY, 2000. NEC America, Inc.

NDA-30141 ISSUE 1 STOCK # 200893. CallCenterWorX-Enterprise IMX MAT Quick Reference Guide MAY, 2000. NEC America, Inc. NDA-30141 ISSUE 1 STOCK # 200893 CallCenterWorX-Enterprise IMX MAT Quick Reference Guide MAY, 2000 NEC America, Inc. LIABILITY DISCLAIMER NEC America, Inc. reserves the right to change the specifications,

More information

unisys OS 2200 Shared File System (SFS 2200) Administration and Support Reference Manual imagine it. done. Release Level 4R1 June 2010 7831 0786 003

unisys OS 2200 Shared File System (SFS 2200) Administration and Support Reference Manual imagine it. done. Release Level 4R1 June 2010 7831 0786 003 unisys imagine it. done. OS 2200 Shared File System (SFS 2200) Administration and Support Reference Manual Release Level 4R1 June 2010 7831 0786 003 NO WARRANTIES OF ANY NATURE ARE EXTENDED BY THIS DOCUMENT.

More information

unisys ClearPath Enterprise Servers Universal Data System Administration and Support Reference Manual Level 18R1 February 2013 7831 0737 021

unisys ClearPath Enterprise Servers Universal Data System Administration and Support Reference Manual Level 18R1 February 2013 7831 0737 021 unisys ClearPath Enterprise Servers Universal Data System Administration and Support Reference Manual Level 18R1 February 2013 7831 0737 021 NO WARRANTIES OF ANY NATURE ARE EXTENDED BY THIS DOCUMENT. Any

More information

DTAP3000 DTSX3000 Control Visualization Software LAS2.0 Data Conversion Guide

DTAP3000 DTSX3000 Control Visualization Software LAS2.0 Data Conversion Guide User s Manual DTAP3000 DTSX3000 Control Visualization Software LAS2.0 Data Conversion Guide 1st Edition Blank Page < Introduction > i Introduction About this Manual Thank you for purchasing the DTSX3000

More information

Trading Integration for ViTrade

Trading Integration for ViTrade ViTrader Trading Integration for ViTrade TeleTrader Software GmbH Contents First Steps with the ViTrade Trading Integration 3 Accessing Your Portfolio 6 Creating Portfolios... 7 Logging In to a Portfolio...

More information

Horizon Debt Collect. User s and Administrator s Guide

Horizon Debt Collect. User s and Administrator s Guide Horizon Debt Collect User s and Administrator s Guide Microsoft, Windows, Windows NT, Windows 2000, Windows XP, and SQL Server are registered trademarks of Microsoft Corporation. Sybase is a registered

More information

Participant Guide RP301: Ad Hoc Business Intelligence Reporting

Participant Guide RP301: Ad Hoc Business Intelligence Reporting RP301: Ad Hoc Business Intelligence Reporting State of Kansas As of April 28, 2010 Final TABLE OF CONTENTS Course Overview... 4 Course Objectives... 4 Agenda... 4 Lesson 1: Reviewing the Data Warehouse...

More information

Access Tutorial 3 Maintaining and Querying a Database. Microsoft Office 2013 Enhanced

Access Tutorial 3 Maintaining and Querying a Database. Microsoft Office 2013 Enhanced Access Tutorial 3 Maintaining and Querying a Database Microsoft Office 2013 Enhanced Objectives Session 3.1 Find, modify, and delete records in a table Hide and unhide fields in a datasheet Work in the

More information

Tutorial 3 Maintaining and Querying a Database

Tutorial 3 Maintaining and Querying a Database Tutorial 3 Maintaining and Querying a Database Microsoft Access 2013 Objectives Session 3.1 Find, modify, and delete records in a table Hide and unhide fields in a datasheet Work in the Query window in

More information

ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE 3.6 PART NO. E17087-01

ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE 3.6 PART NO. E17087-01 ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE 3.6 PART NO. E17087-01 FEBRUARY 2010 COPYRIGHT Copyright 1998, 2009, Oracle and/or its affiliates. All rights reserved. Part

More information

Microsoft Dynamics GP. Cashbook Bank Management

Microsoft Dynamics GP. Cashbook Bank Management Microsoft Dynamics GP Cashbook Bank Management Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without

More information

Table of Contents. Part I Welcome. Part II Introduction. Part III Getting Started. Part IV The User Interface. Part V Quick Start Tutorials

Table of Contents. Part I Welcome. Part II Introduction. Part III Getting Started. Part IV The User Interface. Part V Quick Start Tutorials Contents I Table of Contents Part I Welcome 5 Part II Introduction 5 1 Overview... 5 2 Product... Levels 5 3 Technical... Support 6 4 Copyright... 7 Part III Getting Started 7 1 Installation... 7 2 Register...

More information

Intro to Excel spreadsheets

Intro to Excel spreadsheets Intro to Excel spreadsheets What are the objectives of this document? The objectives of document are: 1. Familiarize you with what a spreadsheet is, how it works, and what its capabilities are; 2. Using

More information

unisys ClearPath Web Enablement Solutions Web Transaction Server for ClearPath OS 2200 Programming Guide imagine it. done. ClearPath OS 2200 IPv6 1.

unisys ClearPath Web Enablement Solutions Web Transaction Server for ClearPath OS 2200 Programming Guide imagine it. done. ClearPath OS 2200 IPv6 1. unisys imagine it. done. ClearPath Web Enablement Solutions Web Transaction Server for ClearPath OS 2200 Programming Guide ClearPath OS 2200 IPv6 1.0 December 2008 7850 4248 010 NO WARRANTIES OF ANY NATURE

More information

How To Write Tvalue Amortization Software

How To Write Tvalue Amortization Software TimeValue Software Amortization Software Version 5 User s Guide s o f t w a r e User's Guide TimeValue Software Amortization Software Version 5 ii s o f t w a r e ii TValue Amortization Software, Version

More information

SAS IT Resource Management 3.2

SAS IT Resource Management 3.2 SAS IT Resource Management 3.2 Reporting Guide Second Edition SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc 2011. SAS IT Resource Management 3.2:

More information

CALL FORWARD CONTROL. Installation & Operations Manual. NEC America, Inc. NDA-30030-003 July, 1997 Stock # 241712

CALL FORWARD CONTROL. Installation & Operations Manual. NEC America, Inc. NDA-30030-003 July, 1997 Stock # 241712 CALL FORWARD CONTROL Installation & Operations Manual NEC America, Inc. NDA-30030-003 July, 1997 Stock # 241712 LIABILITY DISCLAIMER NEC America reserves the right to change the specifications, functions,

More information

A Computer Glossary. For the New York Farm Viability Institute Computer Training Courses

A Computer Glossary. For the New York Farm Viability Institute Computer Training Courses A Computer Glossary For the New York Farm Viability Institute Computer Training Courses 2006 GLOSSARY This Glossary is primarily applicable to DOS- and Windows-based machines and applications. Address:

More information

This chapter describes the specifications of the embedded Ethernet function for Series 16i/18i/21i/160i/180i/210i/160is/180is/210is B.

This chapter describes the specifications of the embedded Ethernet function for Series 16i/18i/21i/160i/180i/210i/160is/180is/210is B. B 63525EN/02 8 EMBEDDED ETHERNET FUNCTION 8. EMBEDDED ETHERNET FUNCTION This chapter describes the specifications of the embedded Ethernet function for Series 16i/18i/21i/160i/180i/210i/160is/180is/210is

More information

Microsoft Access 2010 Part 1: Introduction to Access

Microsoft Access 2010 Part 1: Introduction to Access CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Access 2010 Part 1: Introduction to Access Fall 2014, Version 1.2 Table of Contents Introduction...3 Starting Access...3

More information

Microsoft Dynamics GP. Audit Trails

Microsoft Dynamics GP. Audit Trails Microsoft Dynamics GP Audit Trails Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without limiting

More information

Server Sentinel Monitored Server

Server Sentinel Monitored Server Server Sentinel Monitored Server Installation and Reinstallation Guide for Systems Monitoring Third-Party Products Server Sentinel 4.4.3 and Higher April 2007 . unisys imagine it. done. Server Sentinel

More information

Appendix A How to create a data-sharing lab

Appendix A How to create a data-sharing lab Appendix A How to create a data-sharing lab Creating a lab involves completing five major steps: creating lists, then graphs, then the page for lab instructions, then adding forms to the lab instructions,

More information

Centran Version 4 Getting Started Guide KABA MAS. Table Of Contents

Centran Version 4 Getting Started Guide KABA MAS. Table Of Contents Page 1 Centran Version 4 Getting Started Guide KABA MAS Kaba Mas Welcome Kaba Mas, part of the world-wide Kaba group, is the world's leading manufacturer and supplier of high security, electronic safe

More information

Professional. SlickEdif. John Hurst IC..T...L. i 1 8 О 7» \ WILEY \ Wiley Publishing, Inc.

Professional. SlickEdif. John Hurst IC..T...L. i 1 8 О 7» \ WILEY \ Wiley Publishing, Inc. Professional SlickEdif John Hurst IC..T...L i 1 8 О 7» \ WILEY \! 2 0 0 7 " > Wiley Publishing, Inc. Acknowledgments Introduction xiii xxv Part I: Getting Started with SiickEdit Chapter 1: Introducing

More information

TheFinancialEdge. Configuration Guide for Accounts Payable

TheFinancialEdge. Configuration Guide for Accounts Payable TheFinancialEdge Configuration Guide for Accounts Payable 102312 2012 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic,

More information

P R O V I S I O N I N G O R A C L E H Y P E R I O N F I N A N C I A L M A N A G E M E N T

P R O V I S I O N I N G O R A C L E H Y P E R I O N F I N A N C I A L M A N A G E M E N T O R A C L E H Y P E R I O N F I N A N C I A L M A N A G E M E N T, F U S I O N E D I T I O N R E L E A S E 1 1. 1. 1.x P R O V I S I O N I N G O R A C L E H Y P E R I O N F I N A N C I A L M A N A G E

More information

BLUECIELO MERIDIAN ASSET MANAGEMENT MODULE 2014

BLUECIELO MERIDIAN ASSET MANAGEMENT MODULE 2014 BLUECIELO MERIDIAN ASSET MANAGEMENT MODULE 2014 User's Guide Manual BlueCielo ECM Solutions bluecieloecm.com December 09 2014 LEGAL NOTICE 2014 BlueCielo ECM Solutions B. V. Polarisavenue 1 2132 JH Hoofddorp

More information

Tera Term Telnet. Introduction

Tera Term Telnet. Introduction Tera Term Telnet Introduction Starting Telnet Tera Term is a terminal emulation program that enables you to log in to a remote computer, provided you have a registered account on that machine. To start

More information

SAS 9.4 Logging. Configuration and Programming Reference Second Edition. SAS Documentation

SAS 9.4 Logging. Configuration and Programming Reference Second Edition. SAS Documentation SAS 9.4 Logging Configuration and Programming Reference Second Edition SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2014. SAS 9.4 Logging: Configuration

More information

Import Filter Editor User s Guide

Import Filter Editor User s Guide Reference Manager Windows Version Import Filter Editor User s Guide April 7, 1999 Research Information Systems COPYRIGHT NOTICE This software product and accompanying documentation is copyrighted and all

More information

Interactive System Productivity Facility (ISPF)

Interactive System Productivity Facility (ISPF) National Finance Center Office of the Chief Financial Officer U.S. Department of Agriculture August 2013 PUBLICATION CATEGORY Reporting PROCEDURE MANUAL Table of Contents Introduction... 1 System Overview...

More information

Query Management Facility

Query Management Facility Chapter 5 Query Management Facility 5.1 Introduction to QMF 5.2 SQL Queries 5.3 Prompted Query 5.4 Query by Example 5.5 QMF Forms 5.6 Advanced SQL Queries 5.7 QMF Help 5.8 QMF Function Key Descriptions

More information

Change Management for Rational DOORS User s Guide

Change Management for Rational DOORS User s Guide Change Management for Rational DOORS User s Guide Before using this information, read the general information under Appendix: Notices on page 58. This edition applies to Change Management for Rational

More information

Using This Reference Manual Chapter 1 to Issue ACL Commands

Using This Reference Manual Chapter 1 to Issue ACL Commands Copyright 1998 ACL Services Ltd. All rights reserved No part of this manual may be reproduced or transmitted in any form by any means, electronic or mechanical, including photocopying and recording, information

More information

Oracle Virtual Desktop Client for ipad. User Guide for Version 1.0

Oracle Virtual Desktop Client for ipad. User Guide for Version 1.0 Oracle Virtual Desktop Client for ipad User Guide for Version 1.0 Oracle Virtual Desktop Client for ipad: User Guide for Version 1.0 Published June 2011 Abstract Part Number: E23350-01 This manual describes

More information

NorthClark Computing, Inc. Bill of Material and Parts Master Maintenance. Administrator s Guide

NorthClark Computing, Inc. Bill of Material and Parts Master Maintenance. Administrator s Guide ERP Consulting Web Development Custom Programming Solutions Desktop & Web Applications for Manfact NorthClark Computing, Inc. Bill of Material and Parts Master Maintenance Administrator s Guide Web and

More information

2002 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or

2002 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or 041902 2002 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying, recording, storage

More information

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9.

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9. Working with Tables in Microsoft Word The purpose of this document is to lead you through the steps of creating, editing and deleting tables and parts of tables. This document follows a tutorial format

More information

COBOL FormPrint Windows Form Printing for COBOL Version 4.1 User Guide

COBOL FormPrint Windows Form Printing for COBOL Version 4.1 User Guide COBOL FormPrint Windows Form Printing for COBOL Version 4.1 User Guide Flexus Voice: 610-588-9400 P.O. Box 640 Fax: 610-588-9475 Bangor PA 18013-0640 E-Mail: info@flexus.com U.S.A. WWW: http://www.flexus.com

More information

EzyScript User Manual

EzyScript User Manual Version 1.4 Z Option 417 Oakbend Suite 200 Lewisville, Texas 75067 www.zoption.com (877) 653-7215 (972) 315-8800 fax: (972) 315-8804 EzyScript User Manual SAP Transaction Scripting & Table Querying Tool

More information

NETWORK PRINT MONITOR User Guide

NETWORK PRINT MONITOR User Guide NETWORK PRINT MONITOR User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

JD Edwards World. Advanced Programming Concepts and Skills Guide Release A9.3 E21952-02

JD Edwards World. Advanced Programming Concepts and Skills Guide Release A9.3 E21952-02 JD Edwards World Advanced Programming Concepts and Skills Guide Release A9.3 E21952-02 April 2013 JD Edwards World Advanced Programming Concepts and Skills Guide, Release A9.3 E21952-02 Copyright 2013,

More information

Results CRM 2012 User Manual

Results CRM 2012 User Manual Results CRM 2012 User Manual A Guide to Using Results CRM Standard, Results CRM Plus, & Results CRM Business Suite Table of Contents Installation Instructions... 1 Single User & Evaluation Installation

More information

How to Use Swiftpage for Microsoft Excel

How to Use Swiftpage for Microsoft Excel How to Use Swiftpage for Microsoft Excel 1 Table of Contents Basics of the Swiftpage for Microsoft Excel Integration....3 How to Install Swiftpage for Microsoft Excel and Set Up Your Account...4 Creating

More information

Unisys INFOIMAGE FOLDER ON WINDOWS NT. Connector for Microsoft Exchange. Getting Started Guide

Unisys INFOIMAGE FOLDER ON WINDOWS NT. Connector for Microsoft Exchange. Getting Started Guide INFOIMAGE FOLDER ON WINDOWS NT Connector for Microsoft Exchange Unisys Getting Started Guide Copyright 1999 Unisys Corporation. All rights reserved. Unisys is a registered trademark of Unisys Corporation.

More information

Hypercosm. Studio. www.hypercosm.com

Hypercosm. Studio. www.hypercosm.com Hypercosm Studio www.hypercosm.com Hypercosm Studio Guide 3 Revision: November 2005 Copyright 2005 Hypercosm LLC All rights reserved. Hypercosm, OMAR, Hypercosm 3D Player, and Hypercosm Studio are trademarks

More information

RETAIL Sage Manual (Retail Point of Sale and Customer Management System) Version 1.2

RETAIL Sage Manual (Retail Point of Sale and Customer Management System) Version 1.2 RETAIL Sage Manual (Retail Point of Sale and Customer Management System) Version 1.2 TABLE OF CONTENTS: Introduction 2 Overview of Features 2 Hardware Requirements 3 Manual 4 Design, Controls 4 Start Screen

More information

Microsoft Access 2010 Overview of Basics

Microsoft Access 2010 Overview of Basics Opening Screen Access 2010 launches with a window allowing you to: create a new database from a template; create a new template from scratch; or open an existing database. Open existing Templates Create

More information

Structured Data Load. User Guide. Contents

Structured Data Load. User Guide. Contents Structured Data Load User Guide Contents 1. How to use this manual 2. About the system 3. Entities that generate related records 4. Bulk entry 5. Text file upload 6. Client extract 7. Data maintenance

More information

Hermes.Net IVR Designer Page 2 36

Hermes.Net IVR Designer Page 2 36 Hermes.Net IVR Designer Page 2 36 Summary 1. Introduction 4 1.1 IVR Features 4 2. The interface 5 2.1 Description of the Interface 6 2.1.1 Menus. Provides 6 2.1.2 Commands for IVR editions. 6 2.1.3 Commands

More information

How To Backup A Database In Navision

How To Backup A Database In Navision Making Database Backups in Microsoft Business Solutions Navision MAKING DATABASE BACKUPS IN MICROSOFT BUSINESS SOLUTIONS NAVISION DISCLAIMER This material is for informational purposes only. Microsoft

More information

Texcellent System. Remote Control User s Manual V2.2

Texcellent System. Remote Control User s Manual V2.2 Texcellent System Remote Control User s Manual V2.2 Information in this document is subject to change without notice. Companies, names and data used in examples herein are fictitious unless otherwise noted.

More information

Full Disk Encryption Agent Reference

Full Disk Encryption Agent Reference www.novell.com/documentation Full Disk Encryption Agent Reference ZENworks 11 Support Pack 3 May 2014 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or

More information

Table of Contents. Volume No. 3 Automated Systems Application TOPIC NO. 70710 Function No. 70700 Financial Information Downloading System

Table of Contents. Volume No. 3 Automated Systems Application TOPIC NO. 70710 Function No. 70700 Financial Information Downloading System Volume No. 3 Automated Systems Application NO. 70710 Table of Contents Table of Contents...1 Overview...2 Introduction...2 Masterfile and Report Download Requests Contrasted...2 Prior to Getting Started...3

More information

System Monitoring and Diagnostics Guide for Siebel Business Applications. Version 7.8 April 2005

System Monitoring and Diagnostics Guide for Siebel Business Applications. Version 7.8 April 2005 System Monitoring and Diagnostics Guide for Siebel Business Applications April 2005 Siebel Systems, Inc., 2207 Bridgepointe Parkway, San Mateo, CA 94404 Copyright 2005 Siebel Systems, Inc. All rights reserved.

More information

unisys Distributed Processing Middleware Open Distributed Transaction Processing Administration Guide Volume 2: Building Applications

unisys Distributed Processing Middleware Open Distributed Transaction Processing Administration Guide Volume 2: Building Applications unisys Distributed Processing Middleware Open Distributed Transaction Processing Administration Guide Volume 2: Building Applications ClearPath OS 2200 Release 13.1 February 2012 7833 5080 009 NO WARRANTIES

More information

FOR WINDOWS FILE SERVERS

FOR WINDOWS FILE SERVERS Quest ChangeAuditor FOR WINDOWS FILE SERVERS 5.1 User Guide Copyright Quest Software, Inc. 2010. All rights reserved. This guide contains proprietary information protected by copyright. The software described

More information

Microsoft Dynamics GP. Payment Document Management

Microsoft Dynamics GP. Payment Document Management Microsoft Dynamics GP Payment Document Management Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without

More information

Strategic Asset Tracking System User Guide

Strategic Asset Tracking System User Guide Strategic Asset Tracking System User Guide Contents 1 Overview 2 Web Application 2.1 Logging In 2.2 Navigation 2.3 Assets 2.3.1 Favorites 2.3.3 Purchasing 2.3.4 User Fields 2.3.5 History 2.3.6 Import Data

More information

Enterprise Server. Application Sentinel for SQL Server Installation and Configuration Guide. Application Sentinel 2.0 and Higher

Enterprise Server. Application Sentinel for SQL Server Installation and Configuration Guide. Application Sentinel 2.0 and Higher Enterprise Server Application Sentinel for SQL Server Installation and Configuration Guide Application Sentinel 2.0 and Higher August 2004 Printed in USA 3832 1097 000 . Enterprise Server Application Sentinel

More information

HP Quality Center. Software Version: 9.20. Version Control Add-in Guide

HP Quality Center. Software Version: 9.20. Version Control Add-in Guide HP Quality Center Software Version: 9.20 Version Control Add-in Guide Document Number: QCGENVC9.2/01 Document Release Date: May 2007 Software Release Date: May 2007 Legal Notices Warranty The only warranties

More information

User's Guide. Using RFDBManager. For 433 MHz / 2.4 GHz RF. Version 1.23.01

User's Guide. Using RFDBManager. For 433 MHz / 2.4 GHz RF. Version 1.23.01 User's Guide Using RFDBManager For 433 MHz / 2.4 GHz RF Version 1.23.01 Copyright Notice Copyright 2005 Syntech Information Company Limited. All rights reserved The software contains proprietary information

More information

Data Tool Platform SQL Development Tools

Data Tool Platform SQL Development Tools Data Tool Platform SQL Development Tools ekapner Contents Setting SQL Development Preferences...5 Execution Plan View Options Preferences...5 General Preferences...5 Label Decorations Preferences...6

More information

How to read this guide

How to read this guide How to read this guide The following shows the symbols used in this Quick start guide with descriptions and examples. Symbol Description Example P oint Reference Caution [ ] This symbol explains information

More information

TheFinancialEdge. Configuration Guide for General Ledger

TheFinancialEdge. Configuration Guide for General Ledger TheFinancialEdge Configuration Guide for General Ledger 071012 2012 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic,

More information

CA IDMS Performance Monitor

CA IDMS Performance Monitor CA IDMS Performance Monitor Performance Monitor User Guide Release 18.5.00, 2nd Edition This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred

More information

Teamstudio USER GUIDE

Teamstudio USER GUIDE Teamstudio Software Engineering Tools for IBM Lotus Notes and Domino USER GUIDE Edition 30 Copyright Notice This User Guide documents the entire Teamstudio product suite, including: Teamstudio Analyzer

More information

Java 7 Recipes. Freddy Guime. vk» (,\['«** g!p#« Carl Dea. Josh Juneau. John O'Conner

Java 7 Recipes. Freddy Guime. vk» (,\['«** g!p#« Carl Dea. Josh Juneau. John O'Conner 1 vk» Java 7 Recipes (,\['«** - < g!p#«josh Juneau Carl Dea Freddy Guime John O'Conner Contents J Contents at a Glance About the Authors About the Technical Reviewers Acknowledgments Introduction iv xvi

More information

Guide to SAS/AF Applications Development

Guide to SAS/AF Applications Development Guide to SAS/AF Applications Development SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2012. Guide to SAS/AF Applications Development. Cary, NC:

More information

Introduction to the new mainframe Chapter 4: Interactive facilities of z/os: TSO/E, ISPF, and UNIX

Introduction to the new mainframe Chapter 4: Interactive facilities of z/os: TSO/E, ISPF, and UNIX Chapter 4: Interactive facilities of z/os: TSO/E, ISPF, and UNIX Chapter 4 objectives Be able to: Log on to z/os Run programs from the TSO READY prompt Navigate through the menu options of ISPF Use the

More information

Thoroughbred Basic TM ODBC Client Capability Customization Supplement

Thoroughbred Basic TM ODBC Client Capability Customization Supplement Thoroughbred Basic TM ODBC Client Capability Customization Supplement Version 8.8.0 46 Vreeland Drive, Suite 1 Skillman, NJ 08558-2638 Telephone: 732-560-1377 Outside NJ 800-524-0430 Fax: 732-560-1594

More information

Cataloging User Guide

Cataloging User Guide Horizon 7.5.2 Cataloging User Guide September 2012 1995-2012 SirsiDynix. All rights reserved. The processes and all the routines contained herein are the proprietary properties and trade secrets of SirsiDynix.

More information

SAS BI Dashboard 4.3. User's Guide. SAS Documentation

SAS BI Dashboard 4.3. User's Guide. SAS Documentation SAS BI Dashboard 4.3 User's Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2010. SAS BI Dashboard 4.3: User s Guide. Cary, NC: SAS Institute

More information

Legal Notes. Regarding Trademarks. Model supported by the KX printer driver. 2010 KYOCERA MITA Corporation

Legal Notes. Regarding Trademarks. Model supported by the KX printer driver. 2010 KYOCERA MITA Corporation Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change for improvement without notice. We cannot be held liable for any problems

More information

SmartBar for MS CRM 2013

SmartBar for MS CRM 2013 SmartBar for MS CRM 2013 Version 2013.26 - April 2014 Installation and User Guide (How to install/uninstall and use SmartBar for MS CRM 2013) The content of this document is subject to change without notice.

More information

Sentinel Management Server

Sentinel Management Server Sentinel Management Server Installation, Reinstallation, and Upgrade Guide Server Sentinel 4.4.3 and Higher April 2007 . unisys imagine it. done. Sentinel Management Server Installation, Reinstallation,

More information

Legal Notes. Regarding Trademarks. 2012 KYOCERA Document Solutions Inc.

Legal Notes. Regarding Trademarks. 2012 KYOCERA Document Solutions Inc. Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for any problems arising from

More information

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide Decision Support AITS University Administration Web Intelligence Rich Client 4.1 User Guide 2 P age Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence

More information

Microsoft Dynamics GP. Bank Reconciliation

Microsoft Dynamics GP. Bank Reconciliation Microsoft Dynamics GP Bank Reconciliation Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without limiting

More information

VPN Client User s Guide. 9235966 Issue 2

VPN Client User s Guide. 9235966 Issue 2 VPN Client User s Guide 9235966 Issue 2 Copyright 2004 Nokia. All rights reserved. Reproduction, transfer, distribution or storage of part or all of the contents in this document in any form without the

More information