Document revision date: 19 July 1999
[Compaq] [Go to the documentation home page] [How to order documentation] [Help on this site] [How to contact us]
[OpenVMS documentation]

OpenVMS Utility Routines Manual


Previous Contents Index

Chapter 9
9 EDT Routines
     9.1     Introduction to EDT Routines
     9.2     Using the EDT Routines: An Example
     9.3     EDT Routines
    Command 49     EDT$EDIT
    Command 50     FILEIO
    Command 51     WORKIO
    Command 52     XLATE
Chapter 10
10 File Definition Language (FDL) Routines
     10.1     Introduction to FDL Routines
     10.2     Using the FDL Routines: Examples
     10.3     FDL Routines
    Command 53     FDL$CREATE
    Command 54     FDL$GENERATE
    Command 55     FDL$PARSE
    Command 56     FDL$RELEASE
Chapter 11
11 Librarian (LBR) Routines
     11.1     Introduction to LBR Routines
         11.1.1         Types of Libraries
         11.1.2         Structure of Libraries
             11.1.2.1             Library Headers
             11.1.2.2             Modules
             11.1.2.3             Indexes and Keys
         11.1.3         Summary of LBR Routines
     11.2     Using the LBR Routines: Examples
         11.2.1         Creating, Opening, and Closing a Text Library
         11.2.2         Inserting a Module
         11.2.3         Extracting a Module
         11.2.4         Deleting a Module
         11.2.5         Using Multiple Keys and Multiple Indexes
         11.2.6         Accessing Module Headers
         11.2.7         Reading Library Headers
         11.2.8         Displaying Help Text
         11.2.9         Listing and Processing Index Entries
     11.3     LBR Routines
    Command 57     LBR$CLOSE
    Command 58     LBR$DELETE_DATA
    Command 59     LBR$DELETE_KEY
    Command 60     LBR$FIND
    Command 61     LBR$FLUSH
    Command 62     LBR$GET_HEADER
    Command 63     LBR$GET_HELP
    Command 64     LBR$GET_HISTORY
    Command 65     LBR$GET_INDEX
    Command 66     LBR$GET_RECORD
    Command 67     LBR$INI_CONTROL
    Command 68     LBR$INSERT_KEY
    Command 69     LBR$LOOKUP_KEY
    Command 70     LBR$OPEN
    Command 71     LBR$OUTPUT_HELP
    Command 72     LBR$PUT_END
    Command 73     LBR$PUT_HISTORY
    Command 74     LBR$PUT_RECORD
    Command 75     LBR$REPLACE_KEY
    Command 76     LBR$RET_RMSSTV
    Command 77     LBR$SEARCH
    Command 78     LBR$SET_INDEX
    Command 79     LBR$SET_LOCATE
    Command 80     LBR$SET_MODULE
    Command 81     LBR$SET_MOVE
Chapter 12
12 LOGINOUT (LGI) Routines
     12.1     Introduction to LOGINOUT
         12.1.1         The LOGINOUT Process
         12.1.2         Using LOGINOUT with External Authentication
         12.1.3         The LOGINOUT Data Flow
     12.2     LOGINOUT Callouts
         12.2.1         LOGINOUT Callout Routines
         12.2.2         LOGINOUT Callback Routines
     12.3     Using Callout Routines
         12.3.1         Calling Environment
         12.3.2         Callout Organization
         12.3.3         Activating the Callout Routines
         12.3.4         Callout Interface
         12.3.5         Sample Program
     12.4     LOGINOUT Callout Routines
    Command 82     LGI$ICR_AUTHENTICATE
    Command 83     LGI$ICR_CHKRESTRICT
    Command 84     LGI$ICR_DECWINIT
    Command 85     LGI$ICR_FINISH
    Command 86     LGI$ICR_IACT_START
    Command 87     LGI$ICR_IDENTIFY
    Command 88     LGI$ICR_INIT
    Command 89     LGI$ICR_JOBSTEP
    Command 90     LGI$ICR_LOGOUT
     12.5     LOGINOUT Callback Routines
    Command 91     LGI$ICB_ACCTEXPIRED
    Command 92     LGI$ICB_AUTOLOGIN
    Command 93     LGI$ICB_CHECK_PASS
    Command 94     LGI$ICB_DISUSER
    Command 95     LGI$ICB_GET_INPUT
    Command 96     LGI$ICB_GET_SYSPWD
    Command 97     LGI$ICB_MODALHOURS
    Command 98     LGI$ICB_PASSWORD
    Command 99     LGI$ICB_PWDEXPIRED
    Command 100     LGI$ICB_USERPARSE
    Command 101     LGI$ICB_USERPROMPT
    Command 102     LGI$ICB_VALIDATE
Chapter 13
13 Mail Utility (MAIL) Routines
     13.1     Messages
     13.2     Folders
     13.3     Mail Files
     13.4     User Profile Database
     13.5     Mail Utility Processing Contexts
         13.5.1         Callable Mail Utility Routines
         13.5.2         Single and Multiple Threads
     13.6     Programming Considerations
         13.6.1         Condition Handling
         13.6.2         Item Lists and Item Descriptors
             13.6.2.1             Structure of an Item Descriptor
             13.6.2.2             Null Item Lists
             13.6.2.3             Declaring Item Lists and Item Descriptors
             13.6.2.4             Terminating an Item List
         13.6.3         Action Routines
     13.7     Managing Mail Files
         13.7.1         Opening and Closing Mail Files
             13.7.1.1             Using the Default Specification for Mail Files
             13.7.1.2             Specifying an Alternate Mail File Specification
         13.7.2         Displaying Folder Names
         13.7.3         Purging Mail Files Using the Wastebasket Folder
             13.7.3.1             Reclaiming Disk Space
             13.7.3.2             Compressing Mail Files
     13.8     Message Context
         13.8.1         Selecting Messages
         13.8.2         Reading and Printing Messages
         13.8.3         Modifying Messages
         13.8.4         Copying and Moving Messages
             13.8.4.1             Creating Folders
             13.8.4.2             Deleting Folders
             13.8.4.3             Creating Mail Files
         13.8.5         Deleting Messages
     13.9     Send Context
         13.9.1         Sending New Messages
             13.9.1.1             Creating a Message
                 13.9.1.1.1                 Constructing the Message Header
                 13.9.1.1.2                 Constructing the Body of the Message
             13.9.1.2             Creating an Address List
         13.9.2         Sending Existing Messages
         13.9.3         Send Action Routines
             13.9.3.1             Success Action Routines
             13.9.3.2             Error Handling Routines
             13.9.3.3             Aborting a Send Operation
     13.10     User Profile Context
         13.10.1         User Profile Entries
             13.10.1.1             Adding Entries to the User Profile Database
             13.10.1.2             Modifying or Deleting User Profile Entries
     13.11     Input Item Codes
     13.12     Output Item Codes
     13.13     Using the MAIL Routines: Examples
     13.14     MAIL Routines
    Command 103     MAIL$MAILFILE_BEGIN
    Command 104     MAIL$MAILFILE_CLOSE
    Command 105     MAIL$MAILFILE_COMPRESS
    Command 106     MAIL$MAILFILE_END
    Command 107     MAIL$MAILFILE_INFO_FILE
    Command 108     MAIL$MAILFILE_MODIFY
    Command 109     MAIL$MAILFILE_OPEN
    Command 110     MAIL$MAILFILE_PURGE_WASTE
    Command 111     MAIL$MESSAGE_BEGIN
    Command 112     MAIL$MESSAGE_COPY
    Command 113     MAIL$MESSAGE_DELETE
    Command 114     MAIL$MESSAGE_END
    Command 115     MAIL$MESSAGE_GET
    Command 116     MAIL$MESSAGE_INFO
    Command 117     MAIL$MESSAGE_MODIFY
    Command 118     MAIL$MESSAGE_SELECT
    Command 119     MAIL$SEND_ABORT
    Command 120     MAIL$SEND_ADD_ADDRESS
    Command 121     MAIL$SEND_ADD_ATTRIBUTE
    Command 122     MAIL$SEND_ADD_BODYPART
    Command 123     MAIL$SEND_BEGIN
    Command 124     MAIL$SEND_END
    Command 125     MAIL$SEND_MESSAGE
    Command 126     MAIL$USER_BEGIN
    Command 127     MAIL$USER_DELETE_INFO
    Command 128     MAIL$USER_END
    Command 129     MAIL$USER_GET_INFO
    Command 130     MAIL$USER_SET_INFO


Previous Next Contents Index

  [Go to the documentation home page] [How to order documentation] [Help on this site] [How to contact us]  
  privacy and legal statement  
4493PRO_CONTENTS_001.HTML