Guardian Procedure Calls Reference Manual

DEFINESAVEWORK[2] Procedures
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Returned Value
Related Programming Manual
Summary
The DEFINESAVEWORK procedure saves the DEFINE working set in the background set.
The DEFINESAVEWORK2 procedure allows a second background working set to be saved.
Syntax for C Programmers
#include <cextdecs(DEFINESAVEWORK)>
short DEFINESAVEWORK ( void );
#include <cextdecs(DEFINESAVEWORK2)>
short DEFINESAVEWORK2 ( void );
Syntax for TAL Programmers
error := DEFINESAVEWORK[2];
Returned Value
INT
Outcome of the call:
Success.0
Unable to obtain file-system buffer space.2052
Unable to obtain physical memory.2053
For other error values associated with DEFINEs, see the Guardian Procedure Errors and Messages
Manual.
Related Programming Manual
For programming information about the DEFINESAVEWORK[2] procedures, see the Guardian
Programmer's Guide.
288 Guardian Procedure Calls (D-E)