Just remove "CALL" because that implies you are calling a REXX function or REXX 
exec. 

The clist name is unquoted. Since that variable name is not a defined REXX 
variable, you won't have a problem but you should get into the habit of 
quoting. 

Jon Perryman.



>________________________________
> From: Micheal Butz <[email protected]>
>
>
>I coded the simplest possible Rexx exec
>
>/* Rexx */
>Call CLISTLIB
>Address TSO
>"LISTALC"
>
>The CLISTLIB
>Proc 0
>TSOLIB
>
>The clist fails horribly it is called by the Rexx exec as I turn on tracing 
>

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

Reply via email to