Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
* this code segment erases the list saved as SYSREPOS_LIST
 
declare subroutine Delete_Save_Select
 
Delete_Save_Select("SYSREPOS_LIST")
 
* This code will delete the saved SYSREPOS_LIST record in the MY_LISTS table.
 
Delete_Save_Select( "MY_LISTS SYSREPOS_LIST" )

 

 

listName: The name of the list (or optionally the name of the table the list will reside in followed by the list name, space-separated)

...