Previous: DSADDE
Up: Storing data
Next: DSPUT
Previous Page: DSADDE
Next Page: DSPUT

IDSADD

integer function idsadd(name,*ivdsn*,ient,
     >               ngot*,isize*,nentot*,ierr)

void *idsadd(name,ivdsn,ient,ngot,isize,nentot, ierr) char *name; int *ivdsn,ient,*ngot,*isize,*nentot,*ierr;

Adds entries to a data set. Works like DSADDE but there is no data copying. The routine returns the pointer to the first of the added entries and the user may write data there.

NAME
- data set name
*IVDSN*
- data set handle
IENT
- number of entries to add
NGOT*
- number of entries actually added
ISIZE*
- data set size (per entry) in bytes
NENTOT*
- new total number of entries
IERR*
- DSPACK error flag

wwwd@na49
Fri Nov 4 23:36:02 MET 1994