restab — Create new relational table on database
subroutine restab(handle,name,ndiv,status)
restab
creates an empty relational table
on a database. The table is automatically dimensioned to 2048 words,
i.e 8192 bytes. To create a relational table with a user defined
size, or to create subsets of relational table, make use of restdb and dsstdb, respectively.
handle
Database handle (input). handle
may
not exceed the maximum number of
simultaneously open databases.
name
Name of dataset (input). The string may not exceed the maximum dataset name length.
ndiv
Number of sub-divisions (input).
ndiv
must be greater than or equal to
0.
status
Status code returned (output). Upon successful completion of the operation, the status value 0 is returned. A negative value is returned, if an error has been detected. A positive value is returned, if a warning has been issued. See MemCom error codes.