LSE$CLIHELP.HLB  —  Commands
  The LSE line mode commands are:

 ALIGN
     Aligns comments within the selected  range  without  performing  a
     fill.

 ANALYZE [SCA Command]
     Creates an analysis data file that describes a source file.

 ATTACH [SCA Command]
     Allows you to attach the terminal to another process.

 CALL
     Allows you to call a specified VAXTPU procedure.

 CANCEL MARK
     Deletes a specified mark.

 CANCEL SELECT_MARK
     Cancels the effect of a SET SELECT_MARK command.

 CAPITALIZE WORD
     Capitalizes the first letter of the current word.

 CENTER LINE
     Centers the current line between the left and right margins.

 CHANGE CASE
     Alters the case (upper/lower)  of  each  letter  in  the  selected
     range.

 CHANGE DIRECTION
     Alters the direction (forward/reverse) of the current buffer.

 CHANGE INDENTATION
     Adds or deletes leading blanks and tabs from lines.

 CHANGE TEXT_ENTRY_MODE
     Alters the text entry  mode  (insert/overstrike)  of  the  current
     buffer.

 CHANGE WINDOW_MODE
     Alters the number of displayed windows.

 CHECK LANGUAGE
     Analyzes the definitions associated with a  language  and  reports
     errors

 CLOSE BUFFER
     Deletes the current buffer

 CMS
     Enables the execution of a CMS command within LSE.

 COLLAPSE
     Compresses text at the current cursor position.

 COMPILE
     Writes and compiles a buffer.

 CONTINUE
     Ends command line prompts and returns to keypad mode.

 CONVERT LIBRARY [SCA Command]
     Converts the specified library from Version 1.n format to  Version
     2.0 format.

 CREATE LIBRARY [SCA Command]
     Creates SCA libraries in specified directories.

 CUT
     Moves the selected range to the indicated buffer.

 DCL
     Executes a DCL command from within your editing session.

 DEFINE ADJUSTMENT
     Defines the behavior of the LSE  viewing  commands  on  individual
     lines of a source file.

 DEFINE ALIAS
     For use with the EXPAND command , determines a reference name  for
     text or an identifier.

 DEFINE COMMAND
     Determines a name for a user or LSE command.

 DEFINE KEY
     Determines the key for an LSE command.

 DEFINE KEYWORDS
     Defines the indicated keyword list.

 DEFINE LANGUAGE
     Determines language characteristics.

 DEFINE PACKAGE
     Determines a subroutine  package  for  which  call  templates  are
     generated.

 DEFINE PARAMETER
     Determines parameters within a package.

 DEFINE PLACEHOLDER
     Determines placeholder characteristics.

 DEFINE ROUTINE
     Determines templates for a routine within a subroutine package.

 DEFINE TAG
     Defines the specified tag.

 DEFINE TOKEN
     Determines token characteristics.

 DELETE ADJUSTMENT
     Removes a name from the list  of  adjustments  associated  with  a
     language.

 DELETE ALIAS
     Cancels the effect of a DEFINE ALIAS command.

 DELETE BUFFER
     Eliminates the specified buffer.

 DELETE COMMAND
     Cancels the effect of a DEFINE COMMAND command.

 DELETE KEY
     Cancels the effect of a DEFINE KEY command.

 DELETE KEYWORDS
     Cancels the indicated keywords definition.

 DELETE LANGUAGE
     Cancels the effect of a DEFINE LANGUAGE command.

 DELETE LIBRARY [SCA Command]
     Deletes an SCA library from a VMS directory.

 DELETE MODULE [SCA Command]
     Deletes specified modules from SCA libraries.

 DELETE PACKAGE
     Deletes a package definition without deleting associated  routines
     or parameters.

 DELETE PARAMETER
     Deletes a parameter definition from a package.

 DELETE PLACEHOLDER
     Cancels the effect of a DEFINE PLACEHOLDER command.

 DELETE QUERY [SCA Command]
     Deletes a specified query from an editing session.

 DELETE ROUTINE
     Deletes a routine definition from a package.

 DELETE TAG
     Removes a name from the list of tags associated with a language.

 DELETE TOKEN
     Cancels the effect of a DEFINE TOKEN command.

 DELETE WINDOW
     Deletes the current window.

 DO
     Executes LSE commands or TPU program.  statements.

 END DEFINE
     Terminates a DEFINE PLACEHOLDER or TOKEN command.

 END REVIEW
     Terminates the current review session.

 ENLARGE WINDOW
     Enlarges the current window.

 ENTER COMMENT
     Converts pseudocode into comments.

 ENTER LINE
     Inserts a line break  (carriage  return)  at  the  current  cursor
     position.

 ENTER PSEUDOCODE
     Inserts pseudocode placeholder delimiters.

 ENTER SPACE
     Inserts a blank character and performs a fill on the current line.

 ENTER SPECIAL
     Inserts  a  specified  ASCII  character  at  the  current   cursor
     position.

 ENTER TAB
     Inserts indentation, if at beginning of line; otherwise inserts  a
     tab at the current cursor position.

 ENTER TEXT
     Inserts a specified string at the current cursor position.

 ERASE CHARACTER
     Deletes a character at the current cursor position.

 ERASE LINE
     Deletes a line of text from the current cursor position.

 ERASE PLACEHOLDER
     Deletes the text of a selected placeholder.

 ERASE SELECTION
     Removes the text within the selected range.

 ERASE WORD
     Deletes a word at the current cursor position.

 EXIT [SCA Command]
     Terminates an editing session and returns to the  calling  program
     or DCL.

 EXPAND
     Replaces the placeholder, token, or alias with the body.

 EXTEND
     Compiles one or more VAXTPU procedures to extend LSE.

 EXTRACT ADJUSTMENT
     Extracts the definition of the named adjustment  and  formats  the
     definition as a command.

 EXTRACT ALIAS
     Selects the definition of the alias  name  and  formats  it  as  a
     command.

 EXTRACT KEYWORDS
     Extracts the definition of the named keyword list and formats  the
     definition as a command.

 EXTRACT LANGUAGE
     Selects the definition of the named language and formats it  as  a
     command.

 EXTRACT MODULE
     Extracts specified modules of source analysis  data  from  an  SCA
     library.

 EXTRACT PACKAGE
     Extracts the definition of  the  named  package  and  formats  the
     definition as a command.

 EXTRACT PARAMETER
     Extracts the definition of the named  parameter  and  formats  the
     definition as a command.

 EXTRACT PLACEHOLDER
     Extracts the definition of the named placeholder and  formats  the
     definition as a command.

 EXTRACT ROUTINE
     Extracts the definition of  the  named  routine  and  formats  the
     definition as a command.

 EXTRACT TAG
     Extracts  the  definition  of  the  named  tag  and  formats   the
     definition as a command.

 EXTRACT TOKEN
     Extracts the  definition  of  the  named  token  and  formats  the
     definition as a command.

 FILL
     Fills the lines in the selected range.

 FIND [SCA Command]
     Locates occurrences of symbol or file sources described by the SCA
     libraries.

 FOCUS
     Displays an overview of the buffer and compresses the rest of  the
     buffer as much as possible.

 GOTO BOTTOM
     Moves the cursor to the bottom of the current buffer.

 GOTO BUFFER
     Moves the cursor to  the  last  position  held  in  the  specified
     buffer.

 GOTO CHARACTER
     Moves the cursor to the specified character.

 GOTO COMMAND
     Produces the LSE Command> prompt at which LSE or SCA commands  can
     be issued.

 GOTO DECLARATION [SCA Required]
     Displays the declaration of the source symbol indicated.

 GOTO FILE
     Moves the cursor to a buffer containing the specified file.

 GOTO LINE
     Moves the cursor to the next line.

 GOTO MARK
     Moves the cursor to the mark created by  the  preceding  SET  MARK
     command.

 GOTO PAGE
     Moves the cursor to the next page.

 GOTO PLACEHOLDER
     Moves the cursor to the next placeholder.

 GOTO QUERY [SCA Command]
     Moves to the specified SCA query session.

 GOTO REVIEW
     Moves to the currently active review session.

 GOTO SCREEN
     Moves the cursor in the current direction by the number  of  lines
     in the current window.

 GOTO SOURCE
     Uses the current cursor position in the review or query buffer  to
     select  an  associated  diagnostic  or  item in the related source
     buffer.

 GOTO TOP
     Moves the cursor to the top of the current buffer.

 GOTO WORD
     Moves the cursor to the next word in the current buffer.

 HELP
     Displays information about a specified LSE topic.

 INCLUDE
     Inserts the specified file at the current cursor position.

 INSPECT [SCA Command]
     Inspects the consistency between declarations  or  references  for
     the same symbol.

 LINE
     Moves the cursor in the current buffer to the start of the  source
     line you specify.

 LOAD [SCA Command]
     Loads one or more modules of source  analysis  data  into  an  SCA
     library.

 LOWERCASE WORD
     Changes the letters in the current word to lowercase.

 MODIFY LANGUAGE
     Modifies the characteristics of a specified language.

 NEXT BUFFER
     Moves your next buffer into the current window, returning to  your
     last position in that buffer.

 NEXT ERROR
     Selects the  next  diagnostic  from  the  current  set  in  buffer
     $REVIEW.

 NEXT OCCURRENCE [SCA Required]
     Moves the cursor forward to the next  occurrence  of  the  current
     item in the current query.

 NEXT QUERY [SCA Command]
     Moves the cursor to the next SCA query session.

 NEXT STEP
     Moves the cursor  forward  to  the  next  error,  item,  name,  or
     occurrence depending on whether you are in REVIEW or QUERY mode.

 NEXT SYMBOL [SCA Required]
     Moves the cursor forward to the next item in the current query.

 NEXT WINDOW
     Selects the alternate window.

 ONE WINDOW
     Deletes all but the current window.

 OTHER WINDOW
     Moves the cursor from the current window to the next window if the
     screen is split into multiple windows.

 PASTE
     Copies the contents of a specified buffer into the current buffer.

 PREVIOUS BUFFER
     Moves your previous buffer into the current window,  returning  to
     your last position in that buffer.

 PREVIOUS ERROR
     Selects the previous diagnostic from the  current  set  in  buffer
     $REVIEW.

 PREVIOUS OCCURRENCE [SCA Required]
     Moves the cursor back to the previous occurrence  of  the  current
     item in the current query.

 PREVIOUS QUERY [SCA Command]
     Moves the cursor to the previous SCA query session.

 PREVIOUS STEP
     Moves the cursor back  to  the  previous  error,  item,  name,  or
     occurrence depending on whether LSE is in REVIEW or QUERY mode.

 PREVIOUS SYMBOL [SCA Required]
     Moves the cursor back to the previous item in the current query.

 PREVIOUS WINDOW
     Selects the alternate window.

 QUIT
     Terminates an editing session without saving any modified buffers.

 QUOTE
     Enters a control code or other character, either as  text  in  the
     buffer you are editing or as a string command

 READ
     Opens a specified file for input and  places  its  contents  in  a
     specified buffer.

 RECALL
     Recalls a previous LSE command, which you  can  edit  and  execute
     again.

 RECOVER BUFFER
     Reconstructs the contents of a buffer from a buffer change journal
     file.

 REDO
     Reverses the most recent UNDO command.

 REFRESH
     Rewrites the screen display.

 REORGANIZE [SCA Command]
     Optimizes the size and organization of an SCA library.

 REPEAT
     Executes a command a specified number of times.

 REPLACE
     Creates a new generation of the indicated element in your  current
     CMS library.

 REPORT
     Produces the specified report.

 RESERVE
     Reserves an element in your current CMS library.

 REVIEW
     Displays  a  set  of  diagnostic   messages   resulting   from   a
     compilation.

 SAVE ENVIRONMENT
     Writes all user-defined languages, placeholders, and tokens  to  a
     specified file.

 SAVE SECTION
     Writes  the  binary  form  of  current  key   definitions,   learn
     sequences,   user-defined  commands,  mode  settings,  and  VAXTPU
     procedures and variables to a section file.

 SEARCH
     Positions the cursor at a specified string in the current buffer.

 SELECT ALL
     Selects the entire contents of the current buffer.

 SET AUTO_ERASE
     Enables automatic erasing of placeholders.

 SET CMS
     Sets the default values for the CMS reservations and fetches  that
     LSE  performs when you issue the appropriate LSE file manipulation
     commands.

 SET CURSOR
     Selects either bound cursor motion or free cursor motion

 SET DEFAULT_DIRECTORY
     Changes your default device and directory specifications.

 SET DIRECTORY
     Sets the default read-only/write status of files from a  specified
     directory.

 SET FONT
     Sets the specified fonts for the screen.

 SET FORWARD
     Sets the current direction of the buffer forward.

 SET INDENTATION
     Changes the current indentation level for the buffer.

 SET INSERT
     Sets the text entry mode of the buffer to insert mode.

 SET JOURNALING
     Enables buffer change journaling for the specified buffers.

 SET LANGUAGE
     Changes the language associated with the buffer.

 SET LEFT_MARGIN
     Specifies the left margin for FILL and ENTER SPACE commands.

 SET LIBRARY [SCA Command]
     Specifies the SCA libraries to be used for SCA functions.

 SET MARK
     Specifies a name at the current cursor position for  a  GOTO  MARK
     command.

 SET MAX UNDO
     Sets the maximum number of commands you can undo  for  a  specific
     buffer.

 SET MODE
     Changes the setting of the BELL, KEYPAD, and MENU modes.

 SET MODIFY
     Sets buffer status to modifiable.

 SET NOAUTO_ERASE
     Disables automatic erasing of placeholders.

 SET NOJOURNALING
     Disables buffer journaling for the specified buffers.

 SET NOLANGUAGE
     Disassociates the language associated with the indicated buffer.

 SET NOLIBRARY [SCA Command]
     Removes the specified SCA  libraries  from  the  current  list  of
     active libraries.

 SET NOMODIFY
     Sets a buffer to nomodify (unmodifiable).

 SET NOOUTPUT_FILE
     Disassociates the buffer from any output file.

 SET NOOVERVIEW
     Disables overview operations in the indicated buffer.

 SET NOSOURCE_DIRECTORY
     Specifies the directories to be removed from the  list  of  source
     directories.

 SET NOWRAP
     Disables wrapping in the indicated buffer.

 SET OUTPUT_FILE
     Changes the output file associated with the buffer.

 SET OVERSTRIKE
     Sets the text entry mode of the buffer to overstrike mode.

 SET OVERVIEW
     Enables overview operations in the indicated buffer.

 SET READ_ONLY
     Specifies that following a COMPILE command or an  exit  from  LSE,
     the buffer not be written to a file.

 SET REVERSE
     Sets the current direction of the buffer to reverse.

 SET RIGHT_MARGIN
     Specifies the right margin for FILL and ENTER SPACE commands.

 SET SCREEN
     Changes the characteristics of the terminal display screen.

 SET SCROLL_MARGINS
     Delimits the lines at which the cursor triggers scrolling.

 SET SEARCH
     Sets text search options.

 SET SELECT_MARK
     Specifies a position as one end of a select range.

 SET SOURCE_DIRECTORY
     Specifies a search list of directories to be used to  find  source
     files.

 SET TAB_INCREMENT
     Specifies the number of columns between tab stops for the buffer.

 SET WRAP
     Enables wrapping in the indicated buffer.

 SET WRITE
     Specifies that following a COMPILE command or an  exit  from  LSE,
     the buffer will be written to a file.

 SHIFT
     Scrolls a window horizontally (left or right).

 SHOW ADJUSTMENT
     Displays the characteristics of indicated adjustments.

 SHOW ALIAS
     Displays the characteristics of the specified alias.

 SHOW BUFFER
     Displays the characteristics of the specified buffer.

 SHOW CMS
     Displays the current SET CMS settings.

 SHOW COMMAND
     Displays the characteristics of the specified command.

 SHOW DEFAULT_DIRECTORY
     Displays the current default device and directory.

 SHOW DIRECTORY
     Displays the setting of the SET DIRECTORY command.

 SHOW KEY
     Displays the characteristics of the specified key.

 SHOW KEYWORDS
     Displays the characteristics of the specified keyword.  list.

 SHOW LANGUAGE
     Displays the characteristics of the specified language.

 SHOW LIBRARY [SCA Command]
     Displays the directory specifications of SCA libraries.

 SHOW MARK
     Displays the setting of the specified mark.

 SHOW MAX UNDO
     Displays the maximum number of commands that you can  undo  for  a
     specific buffer.

 SHOW MODE
     Displays the current mode settings.

 SHOW MODULE [SCA Command]
     Displays SCA library module information.

 SHOW PACKAGE
     Displays the characteristics of specified packages.

 SHOW PARAMETER
     Displays the characteristics of specified parameters.

 SHOW PLACEHOLDER
     Displays the characteristics of the specified placeholder.

 SHOW QUERY [SCA Command]
     Displays information about current SCA query sessions.

 SHOW ROUTINE
     Displays the characteristics of specified routines.

 SHOW SCREEN
     Displays the current values set with the SET SCREEN command

 SHOW SEARCH
     Displays the settings of text search options.

 SHOW SOURCE_DIRECTORY
     Displays the setting of the SET SOURCE_DIRECTORY command.

 SHOW SUMMARY
     Shows statistics and other information about LSE.

 SHOW TAG
     Displays the characteristics of indicated tags.

 SHOW TOKEN
     Displays the characteristics of the specified token.

 SHOW VERSION [SCA Command]
     Displays the version of LSE and SCA you are working with.

 SHRINK WINDOW
     Shrinks the current window.

 SPAWN [SCA Command]
     Suspends the editing session and runs the  DCL  interpreter  in  a
     subprocess.

 SPELL
     Runs DECspell to check the currently selected text or  the  entire
     buffer.

 SPLIT WINDOW
     Divides the current window into two or more windows.

 TWO WINDOWS
     Splits the current window into two windows.

 SUBSTITUTE
     Searches for a specified text string and replaces it with  another
     specified string.

 TAB
     Inserts indentation, if  at  the  beginning  of  line;  otherwise,
     spaces to the next tab stop.

 TOGGLE SELECT_MARK
     Sets and resets the state of SELECT_MARK.

 UNDO
     Reverses the most recently executed LSE command.

 UNDO ENTER COMMENT
     Reverses the effect of the last ENTER COMMENT command.

 UNERASE
     Restores text previously deleted by an ERASE command.

 UNEXPAND
     Reverses the effect of the last EXPAND command.

 UNRESERVE
     Cancels the reservation of the indicated CMS element.

 UNTAB
     Removes spaces to the previous tab stop.

 UPPERCASE WORD
     Changes the current word to uppercase.

 VERIFY [SCA Command]
     Verifies that the specified SCA libraries are complete.

 VIEW SOURCE
     Displays an overview of the buffer.

 WHAT LINE
     Shows the current line number and total number  of  lines  in  the
     buffer.  Also shows what percentage of the lines in the buffer are
     located above the current line.

 WRITE
     Outputs the contents of a specified buffer or selected range to  a
     specified file.
Close Help