> -----Original Message-----
> From: IBM Mainframe Discussion List 
> [mailto:[EMAIL PROTECTED] On Behalf Of Laine, Rogers
> Sent: Friday, May 13, 2005 1:35 PM
> To: IBM-MAIN@BAMA.UA.EDU
> Subject: Corrupted SMF record
> 
> 
> Hello,
>  
> I have a SMF dataset that was MOD'ed to a existing dataset that is now
> corrupted using the program SMFDUMP.
> I was able to use the program IFASMFDP to create a new output 
> dataset up
> to the corrupted record.
> My question is how can I recover the records that are pass 
> the bad one?
> I recall seeing a work around on this list, any ideas? 
>  
> Rogers
>  

Use DFSORT.

//COPY EXEC PGM=SORT,REGION=0M
//SYSPRINT DD SYSOUT=*
//SORTMSG DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//SORTIN  DD ...
//SORTOUT DD ...
//SYSIN DD *
 OPTION SPANINC=RC0
 SORT FIELDS=(COPY)
/*
//


--
John McKown
Senior Systems Programmer
UICI Insurance Center
Information Technology

This message (including any attachments) contains confidential
information intended for a specific individual and purpose, and its'
content is protected by law.  If you are not the intended recipient, you
should delete this message and are hereby notified that any disclosure,
copying, or distribution of this transmission, or taking any action
based on it, is strictly prohibited.

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