Rearranges entries in the input catalog by moving entries either
before or after other entries.
MOVE entry-id-1 AFTER | BEFORE
entry-id-2;
|
- entry-id-1
- is the name or number of an existing catalog
entry or a group header that is to be moved.
- entry-id-2
- is the name or number of an existing catalog
entry or a group header. Entry-id-1 can be placed before or after entry-id-2.
-
AFTER | BEFORE
- specifies whether entry-id-1
should be moved before or after entry-id-2.
To move an
entire group, use the name of the group for entry-id-1. To move an entry into a group, move the entry after a group
header or before or after an entry in the group. For example, this statement
moves the entry CHART3 into the group that is named NEW_SALES:
move chart3 after new_sales;
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.