No, that is not possible.

Rick


On Thu, Feb 13, 2014 at 10:31 PM, J. Leslie Turriff <
[email protected]> wrote:

>         In the mainframe environment it is possible to stack lines to be
> read by a
> program in the Rexx queue, then invoke the program, which then reads the
> lines as if they were typed from the console.
>
>         :
>   queue 'response 1'
>   queue 'response 2'
>   queue ''                              -- null line indicates end of
> stacked lines
>   address COMMAND 'someprogram' -- someprogram reads lines from the queue
>         :
>
>         Is it possible to do this with ooRexx?  It would be useful e.g.
> when a
> program wants to read a password from the command line.
>
> Leslie
>
>
> ------------------------------------------------------------------------------
> Android apps run on BlackBerry 10
> Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
> Now with support for Jelly Bean, Bluetooth, Mapview and more.
> Get your Android app in front of a whole new audience.  Start now.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
> _______________________________________________
> Oorexx-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/oorexx-users
>
------------------------------------------------------------------------------
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
_______________________________________________
Oorexx-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to