Syntax:
EXTRACT items
Extracts the state of one or more GoServe settings for use in a Rexx filter. 'items' is a list of one or more keywords, as specified in the QUERY and SET commands. The values of the specified items are placed into Rexx variables of the same name.
For example
'extract diag diag2' say 'DIAG flag is' diag', DIAG2 flag is' diag2 'set diag2 invert' 'extract diag2' say 'DIAG2 flag is now' diag2
[ previous section | GoServe | next section ]
From 'goserve.doc', version 2.32.
Copyright © International Business Machines Corporation, 1993, 1995.
All rights reserved.