Cobol have different kinds of commands:
C. Block Command
They are:
A. Navigational Command
^A -> Moves cursor one word to the left.
^F -> Moves cursor one word to the right.
^S -> Moves cursor one character to the left.
^D -> Moves cursor one character to the right.
^E -> Moves cursor one line up.
^X -> Moves cursor one line down.
B. Delete Command
^G -> Delete one character.
^T -> Delete one word.
^Y -> Delete one line.
C. Block Command
^KB -> Marks begin of block.
^KK -> Marks end of block.
^KC -> Copy block.
^KV -> Move block.
^KY -> Delete block.
^KH -> Hide/Show block.
D. Quick Cursor Command
^QS -> Moves cursor to the beginning of the line. (Home)
^QD -> Moves cursor to the end of the line. (End)
^QE-> Moves cursor one screen up. (PageUp)
^QX -> Moves cursor one screen down. (PageDown)
^QA -> Find and replace.
^QF -> Find
^QG -> Turns graphic mode on/off.
^M -> Enter.
^QR -> Moves the cursor to the beginning of program.
^QC -> Moves the cursor to the end of the program.
No comments:
Post a Comment