/* REXX *** */ PARSE ARG env 'SUBCOM 'env If RC = 0 then Say 'Environment 'env' is available.' Else Say 'Environment 'env' is NOT available.' Exit 0