View previous topic :: View next topic |
Author |
Message |
bprasanna Beginner
Joined: 05 Sep 2003 Posts: 119 Topics: 33 Location: Hyderabad
|
Posted: Mon Oct 03, 2005 6:18 am Post subject: How to move information to SAR |
|
|
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 |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Mon Oct 03, 2005 8:08 am Post subject: |
|
|
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 |
|
|
bprasanna Beginner
Joined: 05 Sep 2003 Posts: 119 Topics: 33 Location: Hyderabad
|
Posted: Mon Oct 03, 2005 9:58 am Post subject: |
|
|
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 |
|
|
|
|