IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

EQQBKP error


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
khamarutheen

Active Member


Joined: 23 Aug 2005
Posts: 677
Location: NJ

PostPosted: Wed Aug 26, 2009 10:33 pm
Reply with quote

Hi,

In our shop we have a tool like EQQBKP where we can get some backup file from tape to DASD. It was working good but sudenly we got the below error. We dont have any idea what it is? Does any one can help me?

Code:

//*                                                                   *
//*   THIS IS THE JCL SKELETON USED BY THE "EQQBKP" CLIST WHEN        *
//*   CREATING DFDSS RESTORE JCL FOR AN INDIVIDUAL DATASET.           *
//*                                                                   *
//*********************************************************************
//JOBLIB   DD DISP=SHR,DSN=SYS3.MVSV5.RUNTIME   INSERTED FOR LE RUNTIME
//STEP01   EXEC PGM=ADRDSSU,PARM='UTILMSG=YES',REGION=0M               
//TAPE     DD   DSN=SHS.RECOVERY.OFFSITE.#090818.#0569,DISP=OLD         
//SYSPRINT DD   SYSOUT=*                                               
//SYSIN    DD   *                                                       
 RESTORE INDD(TAPE) -                                                   
  DATASET (INCLUDE ( PROD.PPSDN.PNSPB.BRIN.BKUP )) -               
           RENAMEU ( PROD.PPSDN.PNSPB.BRIN.BKUP , -                 
                     SSYG.EQQ.PROD.PPSDN.PNSPB.BRIN.BKUP ) REPLACE 


Job completed with RC=4

Code:
THE INPUT DUMP DATA SET BEING PROCESSED IS IN LOGICAL DATA SET FORMAT AND WAS CREATED BY DFSMSDSS VERSION

1 RELEASE 10 MODIFICATION LEVEL 0 ON 2009.231 07:01:39                         
NO DATA SETS WERE COPIED, DUMPED, OR RESTORED FROM ANY VOLUME                   

DFSMSDSS PROCESSING COMPLETE. HIGHEST RETURN CODE IS 0004
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Wed Aug 26, 2009 10:49 pm
Reply with quote

I see this typically when the data set you're trying to restore is not on the DF/DSS back up -- either you're using the wrong back up or there's a typo in the data set name.

So if this is some canned package you're running, it's time to report an error to the vendor.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Aug 26, 2009 10:50 pm
Reply with quote

not a software error
no datasets satisfying the include condition were found on the input dataset

to verify the content of the input dataset run a restore include dataset(*) with PARM='TYPRUN=NORUN',
dfdss will print the actions that would be done without doing them
Back to top
View user's profile Send private message
khamarutheen

Active Member


Joined: 23 Aug 2005
Posts: 677
Location: NJ

PostPosted: Wed Aug 26, 2009 11:21 pm
Reply with quote

I didnt create any JCL by my own. The above JCL was created by the tool itself.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Aug 26, 2009 11:25 pm
Reply with quote

it is irrelevant how the jcl was created , the replies You were given were the correct ones

if You do not trust our judgment read the manual Yourself

but if You want to be told that the software is in error, I' ll be glad to oblige
the software is in error icon_evil.gif
Back to top
View user's profile Send private message
khamarutheen

Active Member


Joined: 23 Aug 2005
Posts: 677
Location: NJ

PostPosted: Thu Aug 27, 2009 10:12 pm
Reply with quote

The issue is in the product as you said. icon_sad.gif

By giving the generation ID it works. Thanks for your help.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Fri Aug 28, 2009 11:13 am
Reply with quote

What do you mean by generation id

Of what, the dataset, or of the input tape, or something else
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Fri Aug 28, 2009 1:49 pm
Reply with quote

This whole thread sounds too much site-specific... icon_neutral.gif.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Aug 28, 2009 8:24 pm
Reply with quote

Hi Anuj,

Yup, this particular situation is site-specific.

The issue/error is generic. . .
Quote:
no datasets satisfying the include condition were found on the input dataset
TS needs to determine if the backup file or the restore control statements are the problem (which we can't do - or even help very much).

One place i supported ran the backups wrong for a long time. One day they were trying to restore a particular set of files that were not on the backup. . . Many times i've preached that a backup that has not been completely restored and successfully used is not really a backup - it is only some media with unproven content. . .
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Error while running web tool kit REXX... CLIST & REXX 5
No new posts Getting Error while trying to establi... DB2 3
Search our Forums:

Back to Top