On 2014-09-08, at 08:08, John McKown wrote:
> ...
> output=left(data,i-1);
> queue output
> "execio 1 diskw sysut2"
> ...
Is this preferable to:
...
output.1=left(data,i-1);
"execio 1 diskw sysut2 (stem output."
...
?
I have a custom of avoiding the stack. I've had too many
problems with PUSH/POP mismatches.
-- gil
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN