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

How to copy datasets from one LPAR to Other LPAR


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   This topic is locked: you cannot edit posts or make replies.
View previous topic :: View next topic  
Author Message
Vijay Shankar

New User


Joined: 24 Oct 2008
Posts: 16
Location: Bangalore

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

Hi,

I have to copy Datasets from one LPAR to Other LPAR, i have two Id's access those LPARs( one id have access to particular LPAR).

any TSO comments were there for copying?

Can you please help me in that.

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 12:39 pm
Reply with quote

Are there shared DASD available
Are there shared tape units / libraries available
Can you use FTP, or any other network transfer software.
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:48 pm
Reply with quote

I was trying with one transmission Job:

That is:

============
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 :
================================
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:03 pm
Reply with quote

Topic locked as this is a follow on from THIS topic.

Please DO NOT start a new topic because the answers you have received for a previous topic do not meet your requirements.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   This topic is locked: you cannot edit posts or make replies. View Bookmarks
All times are GMT + 6 Hours
Forum Index -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts Routing command Address SDSF to other... TSO/ISPF 2
No new posts VB to VB copy - Full length reached SYNCSORT 8
No new posts Need COBOL COPY Help in MVS Environment COBOL Programming 4
No new posts Issue after ISPF copy to Linklist Lib... TSO/ISPF 1
No new posts DB2 Table - Image copy unload IBM Tools 2
Search our Forums:

Back to Top