Previous: DSADDE
Up: Storing data
Next: DSPUT
Previous Page: DSADDE
Next Page: DSPUT
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.