Previous: DSBOOK
Up: Storing data
Next: IDSADD
Previous Page: DSBOOK
Next Page: IDSADD

DSADDE

dsadde(name,*ivdsn*,nenti,nentot*,ix,ierr*)

int dsadde(name, ivdsn, nenti, nentot, ix, ierr) char *name; int *ivdsn, nenti, *nentot, *ix, *ierr;

Adds entries to a data set. Should be used after memory was allocated with DSBOOK.

NAME
- data set name
*IVDSN*
- data set handle
NENTI
- Number of entries to add
NENTOT*
- Returns the number of entries after this call
IX
- data - array containing nenti entries
IERR*
- DSPACK error flag

wwwd@na49
Fri Nov 4 02:45:08 MET 1994