You can call CLIST from CLIST with %clist. Or EXEC from, etc. Just with REXX it must be: "%EXEC" (or, "%CLIST"). - Ted MacNEIL [email protected] Twitter: @TedMacNEIL
-----Original Message----- From: Paul Gilmartin <[email protected]> Sender: IBM Mainframe Discussion List <[email protected]> Date: Thu, 15 Aug 2013 23:20:50 To: <[email protected]> Reply-To: IBM Mainframe Discussion List <[email protected]> Subject: Re: Nested Clists On Thu, 15 Aug 2013 14:58:17 -0500, Raul Digestani wrote: >It is possible call a Clist in the form %Clistname from other (main) Clist? Or >only we can use EXEC command? >The implicit call seems more versatile than EXEC cmd. so it scans all sysproc >library. >Thanks in advance - Raul. > OTOH, there arguments it's syntactically possible to pass with EXEC but not with call (such as '('). So I wish for EXEC *(MEMBER) to search SYSEXEC/SYSPROC, even as CALL *(MEMBER) searches TASKLIB. -- gil ---------------------------------------------------------------------- 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
