I am basically trying to save the output of test i.e.
Output of a test list command  into variables and compare them and based on the 
result do a "AT"
breakpoint command 

Thanks 

> On Jul 3, 2016, at 9:16 AM, Rupert Reynolds <rreyno...@cix.co.uk> wrote:
> 
> TEST behaves differently (or did, when I used it in the 90s) in CLIST. As I
> remember it, the CLIST that starts TEST keeps running for the TEST session,
> so the next line of a CLIST after the TEST command itself can be
> subcommands such as AT and GO.
> 
> As I remember it, there were important differences in SYSOUTTRAP as well. I
> had a small collection of REXX and CLIST that could be run in TEST to do
> things such as single step and redisplay registers, storage, code, PSW and
> so on, almost half way to a full screen debugger.
> 
> I found the differences meant I had to mix REXX and CLIST to get the job
> done.
> 
> Roops
>> On 3 Jul 2016 12:53, "Joseph Reichman" <reichman...@gmail.com> wrote:
>> 
>> Thanks so much 🤗
>> 
>> Joe Reichman
>> 8045 Newell St Apt 403
>> Silver Spring MD 20910
>> Home (240) 863-3965
>> Cell (917) 748 -9693
>> 
>>>> On Jul 3, 2016, at 7:38 AM, Mike Shorkend <mike.shork...@gmail.com>
>>> wrote:
>>> 
>>> 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
>> 
>> ----------------------------------------------------------------------
>> For IBM-MAIN subscribe / signoff / archive access instructions,
>> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> 
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
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