Hello Dave and all,

The exec IS REXX. 
It runs 'forever' and generates a file extracted from the console log and I 
need to create a second file/report from a series of instructions within the 
same exec.



Suleiman Shahin





> Date: Tue, 7 Apr 2009 10:06:41 -0500
> From: d...@vsoft-software.com
> Subject: Re: Creating two logs from an exec
> To: IBMVM@LISTSERV.UARK.EDU
> 
> Hi, Suleiman.
> 
> Can you be a bit more specific about what you are trying to accomplish 
> with your exec? Is it written in Rexx?
> 
> it could be as simple as:
> 
> /* generate some data and put it into stem LOG1. with LOG1.0 */
> /* containing the number of lines....*/
> Address command
> 'PIPE stem LOG1. | > LOG1 DATA A'
> /* generate some different data and put it into stem LOG2. */
> /* with LOG2.0 containing the number of lines....*/
> Address command
> 'PIPE stem LOG2. | > LOG2 DATA A'
> 
> Suleiman Shahin wrote:
> > Hello,
> > 
> > I need a "trick' to generate two reports from within a CMS exec.
> > How do I do that?
> > 
> > Thanks.
> > 
> > Suleiman Shahin
> > 
> > 
> > _________________________________________________________________
> > Rediscover HotmailĀ®: Get quick friend updates right in your inbox. 
> > http://windowslive.com/RediscoverHotmail?ocid=TXT_TAGLM_WL_HM_Rediscover_Updates1_042009
> 
> -- 
> Dave Jones
> V/Soft
> www.vsoft-software.com
> Houston, TX
> 281.578.7544

_________________________________________________________________
Rediscover HotmailĀ®: Now available on your iPhone or BlackBerry
http://windowslive.com/RediscoverHotmail?ocid=TXT_TAGLM_WL_HM_Rediscover_Mobile1_042009

Reply via email to