The Question is:
Is it possible to return a parameter from one DCL program to another? ie X.COM calls Y.COM with a name and Y.COM returns a phone number. Thanks
The Answer is:
The typical way this is done is by having Y.COM define a global symbol with its result.