View previous topic :: View next topic
|
Author |
Message |
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
SAVRS documentation is copyrighted and therefore legally is only available from the vendor. |
|
Back to top |
|
|
Devmishra
New User
Joined: 14 Jan 2010 Posts: 14 Location: India
|
|
|
|
Its not fine with me at all.
How to Scan a string thru Archived history? or its not possible. |
|
Back to top |
|
|
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 8796 Location: Welsh Wales
|
|
|
|
Who knows without access to the manuals ? |
|
Back to top |
|
|
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
Contact your senior team members and have them provide you with the JCL to execute $AVRTAPE. This job, also in the installation library PDS, is designed for extracting data from Archive History records using the $AVRS backup file -- NOT the KSDS or RRDS database. $AVRTAPE does take the FA (or SCAN) parameter. |
|
Back to top |
|
|
Devmishra
New User
Joined: 14 Jan 2010 Posts: 14 Location: India
|
|
|
|
Hi Robert,
Finally i got the manual of $avrs.
i tried to execute $AVRTAPE but still somewhere i am missing something. Please help.
I used the belao code
Code: |
//STEP1 EXEC PGM=$AVRTAPE,REGION=786K,PARM=WTOR
//STEPLIB DD DISP=SHR,DSN=XXXXXXXX.YYY.$AVRS.LOADLIB
//$AVRTAPE DD DSN=XXXXXXXX.$AVRS.XXXX.BACKUP(+0),DISP=SHR
//*
//RSLOCAL DD SYSOUT=*
//*
//SYSDUMP DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
ONE=YES
TYPE=AH,SD=-30,ED=*,FA='KL0K081*'
/*
|
when i submit this job, the jobs keeps running a long time.
but when i remove that parm and execute then job gets abended with RC=8 and the msg is
Code: |
ONE=YES - UNKNOWN PULL SELECTION CRITERIA
TYPE=AH,SD=-30,ED=*,FA='KL0K081*' - UNKNOWN PULL SELECTION CRITERIA
|
|
|
Back to top |
|
|
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
Depending upon how the backups were set up for SAVRS, an archive scan can run for a VERY long time. You may need to work with your site support group to put the job in a long running batch class.
I do not understand what this means -- you must have a parameter to execute, and from the output it looks like you're executing $AVRPULL (although I haven't done enough with $AVRTAPE to know if the same messages are generated):
Quote: |
but when i remove that parm and execute then job gets abended with RC=8 and the msg is |
|
|
Back to top |
|
|
Devmishra
New User
Joined: 14 Jan 2010 Posts: 14 Location: India
|
|
|
|
yes, the same msgs are from $AVRTAPE.
I will test this $AVRTAPE on diff class to run longer. |
|
Back to top |
|
|
|