Procedure
The Proc command allows you to add your own commands to Qedit. Proc will load a “procedure” (subroutine, function, whatever) from an SL file using the Loadproc intrinsic and then treat it as part of Qedit. We provide two sample Proc routines in the file Routines.Qlib.Robelle: NEATER to neaten COBOL source, and FINDJUNK to remove nonprinting characters from files. The rules for writing a Qedit procedure can be found in Appendix C.
The Proc command has two useful procedures built into it at all times: DOWN and UP to downshift and upshift lines.