I am not sure about CLIST but for REXX, the following will place each
output line into  a the stem variable 'test'.

 /* REXX */
 x=outtrap('test.')
 push "end"
 PUSH "go"
 PUSH "at +0"
 "test 'sys1.linklib(iefbr14)'"
 say "number of trapped lines is"  test.0
 do i = 1 to test.0
   say test.i
 end

HTH

Mike


On 29 June 2016 at 15:21, Joseph Reichman <reichman...@gmail.com> wrote:

> Hi
>
> Does any one know if capturing TEST output
> Into CLIST variables is possible
>
>
> Thanks
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>



-- 
Mike Shorkend
m...@shorkend.com
www.shorkend.com
Tel: +972524208743
Fax: +97239772196

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to