Guardian Programming Reference Summary for pTAL and TAL
Procedure Calls Summary (D-F)
Guardian Programming Reference Summary for pTAL and TAL—522631-001
5-10
DEFINERESTOREWORK[2]
DEFINERESTOREWORK restores the DEFINE working set from the background set.
DEFINERESTOREWORK2 allows a second background DEFINE working set to be
restored.
DEFINESAVE
Copies an active DEFINE or the current working attribute set into a user buffer. The
saved DEFINE can later be made an active DEFINE or be placed into the working set
by using DEFINERESTORE.
buffer, INT .EXT:ref:* input
options, INT:value input
define-name, STRING .EXT:ref:24 output
checknum, INT:ref:1 output
error := DEFINERESTOREWORK;
error := DEFINERESTOREWORK2;
error, INT returned value
0 Success.
2052 Unable to obtain file-system buffer space.
2053 Unable to obtain physical memory.
error := DEFINESAVE ( define-name
,buffer
,buflen
,deflen
,[ option ] );
error, INT returned value
0 Successful.
2049 Syntax error in name.
2051 DEFINE not found.
2052 Unable to obtain file-system buffer space.