Up

PurposeUP moves the line pointer from the current line to the line immediately preceding, and displays the line.

Syntax

U/P/

Example

--P
00010  CO_ID,CHAR,4
00020  NAME,CHAR,20
00030  PHONE,INT,10
--U
00020  NAME,CHAR,20
--UP
00010  CO_ID,CHAR,4
--