Transform


Begin

Contents (summary)
Chapter 1 Introduction
Chapter 2 Installation
Chapter 3 Using the Command Line Utility
Chapter 4 Using the API Routines


Contents


Chapter 1
1 Introduction
     1.1     Purpose of Transform
     1.2     Sample Transformations
         1.2.1         Numeric Offsets in Rules
     1.3     The TRANSFORMER image
     1.4     Transform API
Chapter 2
2 Installation
     2.1     Requirements
     2.2     Savesets
         2.2.1         Getting the saveset from the Internet
     2.3     Invoking VMSINSTAL
         2.3.1         Target Directory
         2.3.2         Documentation
     2.4     Files
Chapter 3
3 Using the Command Line Utility
     3.1     The Rules File
     3.2     Input file
     3.3     Invoking the CLI utility
         3.3.1         Parameters
         3.3.2         /RULES
         3.3.3         /MAX_RULES
         3.3.4         Sample Output
Chapter 4
4 Using the API Routines
     4.1     Calling the Routines
         4.1.1         Advantages of the Shareable Image
         4.1.2         Advantages of the Object Library
     4.2     Linking with the Shareable Image
     4.3     Linking with the Object Library
     4.4     The Transform Routines
     4.5     Init_Transformation
         4.5.1         Calling Sequence
         4.5.2         Arguments
             4.5.2.1             rule
             4.5.2.2             max_rules
             4.5.2.3             flag_char
             4.5.2.4             left_char
             4.5.2.5             right_char
         4.5.3         Description
         4.5.4         Return Values
     4.6     End_Transformation
         4.6.1         Calling Sequence
         4.6.2         Arguments
             4.6.2.1             rule
         4.6.3         Description
         4.6.4         Return Values
     4.7     Define_Transformation
         4.7.1         Calling Sequence
         4.7.2         Arguments
             4.7.2.1             rule
             4.7.2.2             name
             4.7.2.3             value
         4.7.3         Description
         4.7.4         Return Values
     4.8     Apply_Transformation
         4.8.1         Calling Sequence
         4.8.2         Arguments
             4.8.2.1             rule
             4.8.2.2             instr
             4.8.2.3             outstr
             4.8.2.4             length
         4.8.3         Description
         4.8.4         Return Values
     4.9     Dump_Transformation
         4.9.1         Calling Sequence
         4.9.2         Arguments
             4.9.2.1             rule
         4.9.3         Description
         4.9.4         Return Values


Previous Next