External File

Qedit 5.7 for HP-UX

Home Previous Next


External File

Although you can only edit the workfile that is currently Open, Qedit accesses files for other purposes than editing.

Qedit reads external files in the Add, Hold, List, Merge, Text and Use commands:

/add 100.1=tfile {adds lines from "tfile" at line 100.1}

/list tfile {lists the contents of "tfile"}

/text tfile {makes a copy of "tfile"}

/use tfile {executes Qedit commands from "tfile"}

/merge tfile {merge in contents of "tfile"}

/hold sample 1/5 {write lines 1/5 of sample to Hold file}

Qedit recognizes three types of external files:

  • Other Qedit workfiles.
  • NUMBERED text files. Each record contains a line number field. The lines are sorted by the line number. This is the file created by a Keep command.
  • UNNUMBERED text files. Records with no line number field. These are created by a KQ command or by Keep file,UNN. The language is set to Data.


Home Previous Next