Guardian Procedure Calls Reference Manual (G06.25+)

Guardian Procedure Calls (D-E)
Guardian Procedure Calls Reference Manual522629-013
4-44
DEFINESAVEWORK[2] Procedure
DEFINESAVEWORK[2] Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Related Programming Manual
Summary
DEFINESAVEWORK saves the DEFINE working set in the background set.
DEFINESAVEWORK2 allows a second background working set to be saved.
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
error returned value
INT
indicates the outcome of the call:
0 Success
2052 Unable to obtain file-system buffer space
2053 Unable to obtain physical memory
For other error values associated with DEFINEs, refer to the
Guardian Procedure
Errors and Messages Manual.
Related Programming Manual
For programming information about the DEFINESAVEWORK[2] procedures, refer to
the
Guardian Programmer’s Guide.
#include <cextdecs(DEFINESAVEWORK)>
short DEFINESAVEWORK ();
#include <cextdecs(DEFINESAVEWORK2)>
short DEFINESAVEWORK2 ();
error := DEFINESAVEWORK[2];