We dump and clear, so we wouldn't hit condition of residual data in production. 
I am going to fix our testplex, to avoid this condition. 

Sent from my iPhone

> On Aug 1, 2014, at 9:54 AM, Elardus Engelbrecht 
> <[email protected]> wrote:
> 
> Tim Deller wrote:
> 
>> Perhaps the first one needs to be formatted;
>> //FORMAT    EXEC PGM=IFASMFDP             
>> //SYSPRINT  DD SYSOUT=*                   
>> //DDIN         DD DSN=SYS1.MAN1,DISP=SHR
>> //SYSIN        DD *                          
>> INDD(DDIN,OPTIONS(CLEAR))   
> 
> Good suggestion. That above job is useful if you don't want the records in 
> SYS1.MAN1 and your logging is on those VSAM datasets, not on log streams.
> 
> Dump that dataset if there are some data in it and then you can run above job.
> 
> Alternatively:
> 
> Use a new SMFPRMxx with another MANx dataset(s) (which you created before 
> with IDCAMS) and upon T SMF=xx, any new unformated datasets found will also 
> be formatted.
> 
> Groete / Greetings
> Elardus Engelbrecht
> 
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to