Re: Rexx compression in TSO?
- From: Hank.Oerlemans@xxxxxxxxxxxx (Hank Oerlemans)
- Date: 30 Aug 2005 21:03:09 -0700
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
.
- References:
- Rexx compression in TSO?
- From: Charles Mills
- Rexx compression in TSO?
- Prev by Date: Re: Missing source code (was: New Cobol Releases (was FASTSRT
- Next by Date: Point-and-shoot (was: Re: Missing source code)
- Previous by thread: Re: Rexx compression in TSO?
- Next by thread: Re: Rexx compression in TSO?
- Index(es):
Relevant Pages
|