I read something about SYSVAR today. Following is an excrept of what i read:-
"SYSENV indicates whether the exec is running in the foreground or
background. SYSENV returns the following values:
o FORE - exec is running in the foreground
o BACK - exec is running in the background
You can use the SYSENV argument to make logical decisions based
on foreground or background processing.
o When the REXX exec is invoked in the foreground
(SYSVAR('SYSENV') returns 'FORE'), SYSVAR('SYSPROC') will
return the name of the current LOGON procedure."
My question is the background mentioned here, is it same as batch mode. If not, how can i run one of my execs in Background.
If there are any pointers where i can read more about this, the help would be greatly appreciated. Thanks a lot.
"SYSENV indicates whether the exec is running in the foreground or
background. SYSENV returns the following values:
o FORE - exec is running in the foreground
o BACK - exec is running in the background
You can use the SYSENV argument to make logical decisions based
on foreground or background processing.
o When the REXX exec is invoked in the foreground
(SYSVAR('SYSENV') returns 'FORE'), SYSVAR('SYSPROC') will
return the name of the current LOGON procedure."
My question is the background mentioned here, is it same as batch mode. If not, how can i run one of my execs in Background.
If there are any pointers where i can read more about this, the help would be greatly appreciated. Thanks a lot.