Default Set Commands

Qedit 5.7 for HP-UX

Home Previous Next


Default Set Commands

Qedit treats the Qeditmgr file exactly like a usefile, so Qeditmgr can include any Qedit commands. The Set commands let you configure Qedit so it has the ideal defaults for your shop (e.g., Set Lang Cobol ...). Here is a typical Qeditmgr file:

{These are default qedit values for all users:}
set lang cobolx all on

set x date list off {mark changed lines with date}

set check on {verify delete/format of >5 lines}

set list page on {lp listings interpret $page}

z=list */last {define z command}

For details on Set commands, refer to the "Qedit Commands" chapter.

If one set of defaults is not appropriate for everyone on your system, it is possible to set up personal Qeditmgr files in each user's home directory. See the chapter "Running Qedit on HP-UX" for details.


Home Previous Next