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 [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to