It look like the problem is not in my code, but somehow in my system. I am running z/os 2.3 on a zPDT box. I'll investigate this issue.
ITschak On Wed, Sep 12, 2018 at 11:37 AM Elardus Engelbrecht < [email protected]> wrote: > David Crayford wrote: > > >Try the following snippet both interpreted and compiled. > > >/* REXX */ > >start = sysvar('SYSCPU') > >s = copies('0',1024) > >do i = 1 to 500000 > > a.i = s > >end > >say 'CPU time = 'sysvar('SYSCPU') - start > > Thanks! That is a nice cool one. I have put that also in my REXX progs for > REXX speed test. > > Groete / Greetings > Elardus Engelbrecht > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > -- ITschak Mugzach *|** IronSphere Platform* *|* *Information Security Contiguous Monitoring for Legacy **| * ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
