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

DSPUT

dsput(name,*ivdsn*,nent,ix,ierr*)

int dsput(name,ivdsn,nent,ix,ierr) char *name; int *ivdsn, nent, *ix, *ierr;

Stores data in previously defined data set. The existing data (if any) are destroyed and nent becomes the new number of entries.

NAME
- data set name
*IVDSN*
- data set handle
NENT
- number of entries
IX
- data
IERR*
- DSPACK error flag

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