Guardian Procedure Calls Reference Manual
DEFINESETLIKE Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameter
Returned Value
Considerations
Related Programming Manual
Summary
The DEFINESETLIKE procedure can be used to initialize the working set with the attributes in an
existing DEFINE.
Syntax for C Programmers
#include <cextdecs(DEFINESETLIKE)>
short DEFINESETLIKE ( const char *define-name );
Syntax for TAL Programmers
error := DEFINESETLIKE ( define-name ); ! i
Parameter
define-name
input
STRING .EXT:ref:24
is the 24-byte array that contains the name of the DEFINE for the procedure to use. The name
is left-justified and padded on the right with blanks. Trailing blanks are ignored.
Returned Value
INT
Outcome of the call:
Success.0
A syntax error occurred in name.2049
DEFINE not found.2051
Unable to obtain file-system buffer space.2052
Unable to obtain physical memory.2053
Bounds error occurred on define-name.2054
DEFINE name is missing.2066
For other error values associated with DEFINEs, see the Guardian Procedure Errors and Messages
Manual.
292 Guardian Procedure Calls (D-E)