The status of the named global variable at the time of a DEFINE, DELETE, GET, or PUT request, as follows:
DEFINE – already exists or does not exist
DELETE – does not exist or found
GET – not found or REXX value set to global value (the variable was found)
PUT – does not exist or global value set to REXX value (the variable did exist)
