Program: INSERT Purpose: Program to insert (multiple) (parts of) a set into another existing set. Category: TRANSFER, MANIPULATION File: insert.shl Author: K.G. Begeman Keywords: INSET= Set (and subset(s)) where to copy data from. Maximum number of input and output subsets is 2048. OUTSET= Set and subset(s) where to insert the data. The set and subsets must exist. ** REPEAT= Repeat keywords INBOX= and OUTBOX= to insert multiple parts of input set into output set [N]. INBOX= Part of subsets to be inserted [REPEAT=N,whole subset; REPEAT=Y,quit]. OUTBOX= Part of subsets where to insert [REPEAT=N,no default; REPEAT=Y,INBOX]. The size of the OUTBOX must equal the size of INBOX. Updates: Sep 25, 1991: KGB, Document created. Sep 6, 1995: KGB, Keyword REPEAT= implemented.