On Mon, Sep 8, 2014 at 9:57 AM, Paul Gilmartin
<[email protected]> wrote:
> 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."
>          ...
> ?

Not really. It's just my habit. Perhaps not the best one. But somewhat
lost in the crowd of other bad habits.

> I have a custom of avoiding the stack.  I've had too many
> problems with PUSH/POP mismatches.

Hum, I guess. In this case, it is not a concern. I don't use the stack
for much other than EXECIO.

>
> -- gil
>

-- 
There is nothing more pleasant than traveling and meeting new people!
Genghis Khan

Maranatha! <><
John McKown

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to