OpenVMS Technology Course - PowerPoint PPT Presentation

1 / 15
About This Presentation
Title:

OpenVMS Technology Course

Description:

EDT - Screen-orientated editor. FDL - File Definition Language editor ... EDTINI.EDT in user home directory. Contains such items as: SET NOTRUNCATE. SET MODE CHANGE ... – PowerPoint PPT presentation

Number of Views:48
Avg rating:3.0/5.0
Slides: 16
Provided by: ens9
Category:

less

Transcript and Presenter's Notes

Title: OpenVMS Technology Course


1
OpenVMS Technology Course
Presented by the Dallas/Fort Worth Local
Users Group (DFWLUG) Under the auspices of the
Digital Equipment Corporation Users Society
(DECUS) and Digital Equipment Corporation (DEC)
2
Introduction to OpenVMS Editor
October 21, 1997 Who am I Robert (Bob) J.
Drinjak Manager, Data Processing drinjak_at_dfwl
ug.decus.org
3
  • The OpenVMS Editor encompasses a suite of editors
  • tailored toward specific usage.
  • ACL - Access Control List editor
  • EDT - Screen-orientated editor
  • FDL - File Definition Language editor
  • SUM - SUMSLP batch-orientated editor
  • TECO - Interactive text editor

4
  • The EDT editor has three modes of operation
  • LINE
  • Focuses on the line as the unit of text. Can
  • be used with any interactive terminal.
  • KEYPAD
  • Makes use of the numeric keypad.
  • NOKEYPAD
  • For use with terminals without a keypad.

5
HELP
  • From the OpenVMS level
  • HELP EDIT
  • From the EDT line mode level
  • HELP
  • From the EDT keypad (screen) mode level
  • PF2 keypad key

6
Command Line Qualifiers
  • /COMMAND - Use for EDT startup settings
  • /CREATE - Use to create a new file on input
  • /JOURNAL - Use to keep track of keystrokes
  • in a .JOU journal file
  • /OUTPUT - Use to give different output file
  • /READ_ONLY - Use to read only the input file
  • /RECOVER - Use to recover after a crash

7
Starting EDT
  • EDIT /EDT (filename)
  • EDT /COMMAND(some_other_ini_file) (filename)
  • EDT (filename)
  • EDT /OUTPUT(output_filename) (input_filename)
  • EDT /READ_ONLY (filename)
  • EDT /RECOVER (filename)

8
Exiting EDT
  • Two ways of exiting EDT
  • QUIT - Closes input file but does not save any
  • changes to a file.
  • EXIT - Closes the input file and saves any
  • changes to a new output file.

9
Changing Between Modes
  • To change from Line Mode to Keypad Mode
  • enter C or CHANGE at the prompt.
  • To change from Keypad Mode to Line mode
  • enter keypad PF1, then keypad 7.

10
Buffers
  • Two main buffers Main and Paste
  • Other buffers user defined
  • To display buffers use SHOW BUFFERS
  • To move between buffers use
  • CHANGE (buffer_name)

11
Line Mode
  • Unless otherwise stated
  • (i.e., SET MODE CHANGE in EDTINI.EDT)
  • Has asterisk as prompt

12
Some Line Mode Commands
  • CHANGE STUFF
  • INCLUDE INFANT.FLE
  • S/Babes/Babies/ BEGIN THRU END
  • WRITE BABIES.NEW 50 197
  • 1 move down one line
  • -3 move up 3 lines
  • HELP

13
Keypad Mode
  • Uses keyboard keypad for editing commands
  • Most keypad keys have dual functions when
  • used in conjunction with the PF1 Gold key.
  • Arrow keys control cursor movement

14
Setup Features
  • EDT Symbol
  • EDT EDIT /EDT /COMMANDEDTINI.EDT
  • EDT Initialization Command File
  • EDTINI.EDT in user home directory
  • Contains such items as
  • SET NOTRUNCATE
  • SET MODE CHANGE

15
Reference Material
  • Beginners Guide to VAX/VMS Utilities
  • Applications
  • Ronald M. Sawey and Troy T. Stokes
  • Digital Press
Write a Comment
User Comments (0)
About PowerShow.com