Guardian Procedure Calls Reference Manual (G06.25+)

Guardian Procedure Calls (D-E)
Guardian Procedure Calls Reference Manual522629-013
4-48
DEFINESETLIKE Procedure
DEFINESETLIKE Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Considerations
Related Programming Manual
Summary
This procedure can be used to initialize the working set with the attributes in an
existing DEFINE.
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
error returned value
INT
indicates the outcome of the call:
0 Successful
2049 A syntax error occurred in name
2051 DEFINE not found
2052 Unable to obtain file-system buffer space
2053 Unable to obtain physical memory
2054 Bounds error occurred on
define-name
2066 DEFINE name is missing
For other error values associated with DEFINEs, refer to the
Guardian Procedure
Errors and Messages Manual.
define-name input
STRING .EXT:ref:24
#include <cextdecs(DEFINESETLIKE)>
short DEFINESETLIKE ( const char *define-name );
error := DEFINESETLIKE ( define-name ); ! i