Re: Rexx compression in TSO?



Charles,
you need to put this in your SYSPROC concatenation to demonstrate
"compression".


/* %NOCOMMENT Rexx */
trace o
src = 'SOURCE' || 'LINE'
i = 1 /* This is a comment that I dont wish to see */
j = 1 /* This is a comment that I dont wish to see */
k = 1 /* This is a comment that I dont wish to see */
l = 1 /* This is a comment that I dont wish to see */
interpret "k="src"()"
do i=1 to k
interpret "say "src"("i")"
end

Adding some execio stuff will obviously get the output into a usable
physical form.

Hank

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html
.



Relevant Pages

  • Re: Keep only the tail of the dataset
    ... I would like to keep only the last part of the trace. ... For IBM-MAIN subscribe / signoff / archive access instructions, ... send email to listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO ... disclosure of the content of this e-mail is not permitted. ...
    (bit.listserv.ibm-main)
  • Re: SDSF REXX problem
    ... When looping the returned isfrows after ISFEXEC ST command, ... Trace N ... For IBM-MAIN subscribe / signoff / archive access instructions, ... send email to listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO ...
    (bit.listserv.ibm-main)
  • Re: TRACE table from program or from SYSMDUMP ?
    ... I found the BLSXSUMT exec is doing more or less the same I would like to achive. ... It is also reading in the SYSTRACE output ... For IBM-MAIN subscribe / signoff / archive access instructions, ... send email to listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO ...
    (bit.listserv.ibm-main)
  • RE: REXX Question
    ... >Subject: Re: REXX Question ... >The trace shows REXX is unable to resolve pgmname.b properly anymore and I ... For IBM-MAIN subscribe / signoff / archive access instructions, ... send email to listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO ...
    (bit.listserv.ibm-main)
  • Re: Tracing from a Terminal/Netname
    ... IST654I I/O TRACE = OFF, ... INITIATION - INVALID PASSWORD ENTERED AT TERMINAL GI15126 ... For IBM-MAIN subscribe / signoff / archive access instructions, ... send email to listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO ...
    (bit.listserv.ibm-main)