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

LOCATE Failed: Entry not found in catalog.


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Vijay Shankar

New User


Joined: 24 Oct 2008
Posts: 16
Location: Bangalore

PostPosted: Thu Jul 23, 2009 4:13 pm
Reply with quote

Hi All,

I have a job to to transfer the reports from one production Lpar to DEv Lpar.
my peice of code is:
========================
//GEP2DMOT EXEC PGM=DMBATCH,PARM=(YYSLYNN)
//STEPLIB DD DISP=SHR,DSN=DNET.CONNECT.LINKLIB
//DMNETMAP DD DISP=SHR,DSN=DNET.CONNECT.GED8.NETMAP
//DMPUBLIB DD DISP=SHR,DSN=DGCVPG1.V823.CD.PROCESS
// DD DISP=SHR,DSN=DNET.CONNECT.GED8.PROCESS
// DD DISP=SHR,DSN=CD.PROCESS
//DMMSGFIL DD DISP=SHR,DSN=CD.MSG
//DMPRINT DD SYSOUT=*
//SYSIN DD *
SIGNON USERID=(ueddvak,ccc***) -
ESF=YES
SUBMIT PROC=COPY1,SNODE=GEp5 -
SNODEID=(uehppa,rrr23***) -
&NODE=PNODE -
&DSN1='PdgvgR.BUSIN.Jan.REPORTS' - ==>Lpar 2
&DSN2='DGCVPG1.V823.APPL.REPORTS' - ==>lpar1
&COMPRESS='COMPRESS' -
HOLD=NO
SIGNOFF
/*
============================
my proc is:
==========

COPY1 PROCESS
STEP1 COPY FROM(&NODE DSN=&DSN1 DISP=SHR) -
TO ( DSN=&DSN2 DISP=SHR) -
&COMPRESS
===========

here the error message:
============
GED8 COPY 20:42
CMD ==>
LOCATE Failed: Entry not found in catalog.
Process Name : COPY1 Submtr: GED8 DBCS:
Userid : UGCG1SA
Other Addr: 01364;203.12.79.77
Process Number : 843 Other Node: GEP5 P|Snode : PNODE
Starting Time : 20:20:14 Date : 07/23/2009 Sending Node : PNODE
Ending Time : 20:20:15 Date : 07/23/2009 RC : 00000008
Step Name : STEP1 Rusize : 65,536 MSGID : SDE1708I
Server : PLEXCLASS : ( )
*THIS_NODE*

SENDING DSName : PGCVPGR.BUSINESS.APPL.REPORTS
Block count : 0 Records : 0 RUs : 0
I/O Bytes : 0 VTAM bytes: 0
Members : 0 Aliases : 0 Comp% 0.0%
Members ¬Sent : 0 Aliases ¬Sent : 0
RECEIVE DSName : DGCVPG1.V823.APPL.REPORTS
Block count : 0 Records : 0 RUs : 0
I/O Bytes : 0 VTAM bytes: 0
Members : 0 Aliases : 0 Comp% 0.0%
1st 8 volumes :
================================




Can you please help me out in this.

Thanks,
vijay
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Jul 23, 2009 4:19 pm
Reply with quote

apart being posted to the wrong forum...

Quote:
... Entry not found in catalog. ...


what is that You do not understand in the statement??
the dataset name You are trying to access is NOT IN THE CATALOG

check the dataset names You are using
Back to top
View user's profile Send private message
Vijay Shankar

New User


Joined: 24 Oct 2008
Posts: 16
Location: Bangalore

PostPosted: Fri Jul 24, 2009 12:42 pm
Reply with quote

I check that Dataset that was present in other LPAR am trying to copy from one LPAR to other usind above job

Thanks,
vijay
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Fri Jul 24, 2009 1:07 pm
Reply with quote

With DISP=SHR for input and output, do the datasets exist in the correct LPAR

i.e. The source dataset exists on the source LPAR and the target dataset exists on the target LPAR.
Back to top
View user's profile Send private message
Vijay Shankar

New User


Joined: 24 Oct 2008
Posts: 16
Location: Bangalore

PostPosted: Fri Jul 24, 2009 2:08 pm
Reply with quote

yes, Both datasets were presents in particular LPARs

Thanks,
vijay
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 -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts How I Found a Bug in a FORTRAN Compiler All Other Mainframe Topics 4
No new posts DFHPI1008 JSON generation failed COBOL Programming 0
No new posts A directory in the pathname was not f... ABENDS & Debugging 0
No new posts I need a 4 lines block where substrin... DFSORT/ICETOOL 12
No new posts DASD - non SMS - volser change - VSAM... JCL & VSAM 2
Search our Forums:

Back to Top