On Wed, Oct 7, 2009 at 11:41 PM, Gentry, Stephen
<stephen.gen...@lafayettelife.com> wrote:

> I’m needing to issue a vmlink command from within an assembler program.
> What I would like returned in some parameter list or rc(return code) is the
> file mode.  If it’s done with an rc , the rc could be 1 thru 26
> corresponding to A thru Z.

VMLINK typically returns the stuff in REXX variables, but if you make
youself a wrapper around VMLINK you could turn that into a return code
(if you want it really fancy you probably do a post-exit that
translates the file mode for you).
You can also tell VMLINK to stack the response and then read it in
your assembler code.

Rob

Reply via email to