On Tue, Mar 19, 2013 at 1:47 PM, Jack Kingsley <iseriesflorida@xxxxxxxxx> wrote:
maybe this might help you out
http://www.itjungle.com/mpo/mpo031402-story04.html
That is the first hit for me when I Google for "qshell scripts".
Before responding with a somewhat snide LMGTFY, I decided to actually
read it. What I discovered was that, for the OP's question, perhaps
there is one half-step that could have been made more explicit, namely
how to execute a Qshell script from CL.
It's really only a half-step at most. The article does say that
within Qshell, you execute a script simply by typing its name. That
amounts to a Qshell command. So, in CL:
qsh cmd(myscriptname)
John