MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How to move information to SAR

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF
View previous topic :: View next topic  
Author Message
bprasanna
Beginner


Joined: 05 Sep 2003
Posts: 119
Topics: 33
Location: Hyderabad

PostPosted: Mon Oct 03, 2005 6:18 am    Post subject: How to move information to SAR Reply with quote

Hi All,
We have found there were some mistakes in the info that was available in our SAR sysyem for a particular number of generations.Is it possible to replace the data for a particular day?

Code:


ID            JOBNAME  JOBID  ARCH DATE/TIME LOC    GEN
XXXXX0172D-01 XXXXPRT J02900 09/24/05 01:28 PERM  1857
XXXXX0172D-01 XXXXPRT J21835 09/22/05 22:07 PDSK  1856
XXXXX0172D-01 XXXXPRT J08492 09/21/05 22:08 PTAP  1855
XXXXX0172D-01 XXXXPRT J27124 09/20/05 22:40 PTAP  1854
XXXXX0172D-01 XXXXPRT J16250 09/19/05 03:56 PTAP  1853


The above is the SAR info that was available in the sar system.We found that the info under 09/20 and 09/21 is wrong.We created a new file with the correct data.Now I need to move that one to the sar ?ie..my new file o/p should replace the 1854 and 1855 generations.

Thank you
Prasanna
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12375
Topics: 75
Location: San Jose

PostPosted: Mon Oct 03, 2005 8:08 am    Post subject: Reply with quote

Quote:

We created a new file with the correct data.Now I need to move that one to the sar ?ie..my new file o/p should replace the 1854 and 1855 generations.


bprasanna,

Do you know the sar dataset names? I guess you need to sysadmin authority to replace the contents.

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
bprasanna
Beginner


Joined: 05 Sep 2003
Posts: 119
Topics: 33
Location: Hyderabad

PostPosted: Mon Oct 03, 2005 9:58 am    Post subject: Reply with quote

Hi Kolusu,
Thanks for your reply.I know the DBASE NAME of the SAR .I haven't understood about the SAR data set names.Does it the name of the data set that exists in my prod job XXXXPRT.If that is the case.. then I know that one as well.If it is some thing diffrent,then please let me know how can I find out that one.

Actually we ran our test job and then compared the o/p of test run with the SAR info of that particluar generation(which was created by the PRODUCTION job). I used the SARBCH jcl to bring down all info to my test file for comparision.Then olny I found that there is a mis match between those 2 runs.Now I need to replace the content with my test run.
I used the below JCL to bring down the content from the SAR id.

Code:

//STEP1     EXEC PGM=SARBCH
//SYSPRINT  DD SYSOUT=*
//LISTOUT1  DD DSN=userid.SARC,
//             DISP=(,CATLG,DELETE),
//             DCB=(LRECL=151,BLKSIZE=0,RECFM=FBA)
//SYSIN     DD *
/DBASE NAME=sardatabasename
/PRINT ID=jobname GEN=4352    DDNAME=LISTOUT1  SEQ=2286
/*



Is there any JCL like above to move our content to the SAR?I can get the
sysadmin access to repleace the content.It's not a big issue.

Once again Thank you !!

Bprasanna
[/code]
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group