Page 1 of 1

how to execute a rexx program without using tso ?

PostPosted: Wed Apr 30, 2008 2:25 pm
by arsekar_purva
Usually when we write a rexx program,we use tso and rexx program name to execute it.But i dnt want to use tso.suggest a way to do this.

Re: how to execute a rexx program without using tso ?

PostPosted: Wed Apr 30, 2008 3:19 pm
by MrSpock
Exit ISPF and return to the native TSO session (the READY prompt). There, you can enter just the program name without having to include TSO in front.

Re: how to execute a rexx program without using tso ?

PostPosted: Wed Apr 30, 2008 9:43 pm
by dick scherrer
Hello,

Please note that the request was to not use tso.

But i dnt want to use tso.suggest a way to do this.
Where might you run your rexx if not within tso?

It sounds like you have something in mind but you have not explained what you want to do.