No! You need a space after SYSCALLS and don't need the parentheses:

    call syscalls 'on'
    if result > 3...

    foo = syscalls('on')
    if foo > 3 ...

    if syscalls('on') > 3 ...


--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3

________________________________________
From: IBM Mainframe Discussion List [[email protected]] on behalf of 
Steve Smith [[email protected]]
Sent: Tuesday, June 28, 2022 4:52 PM
To: [email protected]
Subject: Re: Some questions on SYSCALL

Either that or "call syscalls('on')".

REXX is weird.

sas

On Tue, Jun 28, 2022 at 4:50 PM Charles Mills <[email protected]> wrote:

> So are you saying I should be coding
>
> Foo = SYSCALLS("ON")
>
> Charles
>
>

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

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

Reply via email to