Thank you - this is perfect.

Lionel B. Dyck <sdg><
Website: http://www.lbdsoftware.com

"Worry more about your character than your reputation.  Character is what
you are, reputation merely what others think you are." - John Wooden

-----Original Message-----
From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On Behalf Of
Don Poitras
Sent: Thursday, August 15, 2019 9:02 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: logstream read/copy utility

In article <00c201d5536f$e7e1d530$b7a57f90$@gmail.com> you wrote:
> Is there a generic utility anywhere to read a logstream and write it 
> to a data set or report?
>  
>  
> Lionel B. Dyck <sdg><
> Website:  <http://www.lbdsoftware.com/> http://www.lbdsoftware.com

IDCAMS?

//DONLOGP JOB (,R214),POITRAS,NOTIFY=SASDTP,TIME=(1,59),CLASS=A  
//REPRO   EXEC  PGM=IDCAMS,REGION=20M                                 
//SYSUT1   DD  DISP=SHR,DSN=SASDTP.SAS.LOG,                           
//             SUBSYS=(LOGR),                                         
//             DCB=(DSORG=PS,RECFM=VB,LRECL=32756,BLKSIZE=32760)      
//SYSUT2   DD  SYSOUT=*,                                              
//             DCB=(DSORG=PS,RECFM=VB,LRECL=32756,BLKSIZE=32760)      
//SYSPRINT DD SYSOUT=*                                                
//SYSIN    DD *                                                       
 REPRO INFILE(SYSUT1) OFILE(SYSUT2)                                   
/*                                                                    
//                                                                    

--
Don Poitras - SAS Development  -  SAS Institute Inc. - SAS Campus Drive
sas...@sas.com           (919) 531-5637                Cary, NC 27513

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