kdms_create_segment - create a segment on a data object.
LIBRARY CALL
int
kdms_create_segment(
kobject object,
char *segment)
INPUT
object - The object to create the new segment in.
segment - The name of segment to create.
OUTPUT
none
RETURN VALUE
TRUE on success, FALSE otherwise
DESCRIPTION
This function is used to create a segment that does
not already exist in a data object. If the segment
already exists, then this function will generate
an error.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$DATASERV/objects/library/kdataman/src/segment.c
SEE ALSO
kdataman(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.