Tape Migration

Virtual Storage Access method - ESDS, KSDS, RRDS & LDS. Basic direct access method, Basic sequential -, Queued sequential -, Basic partitioned -, Indexed sequential -, Object - access method.
Post Reply
Premsank
New Member
Posts: 3
Joined: Wed Nov 13, 2013 2:09 pm

Tape Migration

Post by Premsank »

Hello All , We have a requirement to migrate the tape device from 3490/3590 to 3592.
Questions are -
(1) Do we need to create the GDG Model again in the new device ?
(2) What is the exact device type for 3592? is it 3592-J1A we need to give in UNIT Parameter?
Please advice what are all the changes needed for migration.
Following is the JCL.

Code: Select all

//STEP010 EXEC PGM=ADRDSSU                                   
//SYSPRINT DD  SYSOUT=*                                      
//SYSCASLG DD  DUMMY                                         
//VTS      DD  DSN=XXX.YYYY.ZZZZZ.VTS(0),LABEL=(1,SL),      
//             UNIT=TAPEDEV,DISP=(OLD,KEEP)                  
//REEL     DD  UNIT=(3490V,,DEFER),DISP=(,CATLG,DELETE),     
//             DSN=XXX.YYYY.ZMWNJS.SHD0272(+1),VOL=(,,,99), 
//             LABEL=RETPD=35,DCB=EXAMPLE.GDGMODEL           
//SYSIN    DD  *                                             
  COPYDUMP -                                                 
  INDDNAME(VTS) -                                            
  OUTDDNAME(REEL)                                            
/*
Last edited by Anuj Dhawan on Thu Jan 01, 2015 3:49 pm, edited 1 time in total.
Reason: Moved from 'Site Announcements and Forum Rules' and added BBcode tags.
User avatar
Robert Sample
Global Moderator
Global Moderator
Posts: 1891
Joined: Fri Jun 28, 2013 1:22 am
Location: Dubuque Iowa
United States of America

Re: Tape Migration

Post by Robert Sample »

1. A GDG is not based upon a particular device so you won't need to redefine the bases.

2. Talk to your site support group -- the specific UNIT will depend upon how it is defined at your site. For example, your UNIT 3490V does not exist at my site so running your JCL would cause a JCL error without running the job. Unit names are very specific to each site and hence any advice you get here will not help you unless it is from someone working AT YOUR SITE.
Premsank
New Member
Posts: 3
Joined: Wed Nov 13, 2013 2:09 pm

Re: Tape Migration

Post by Premsank »

thanks so much robert.
User avatar
Anuj Dhawan
Founder
Posts: 2801
Joined: Sun Apr 21, 2013 7:40 pm
Location: Mumbai, India
Contact:
India

Re: Tape Migration

Post by Anuj Dhawan »

1. Also, with SMS, you don't really a GDG Model.

2. As Robert has said, a unit name is site specific. Though the one rookie way to know the unit name is try all unit names in your JCL which you can think of and SUBmit the JCL, but this is not intelligent - though, asking your site support of Tape Management Group (TMS) is!

Just curious - Are you from Application Team?
Thanks,
Anuj

Disclaimer: My comments on this website are my own and do not represent the opinions or suggestions of any other person or business entity, in any way.
Premsank
New Member
Posts: 3
Joined: Wed Nov 13, 2013 2:09 pm

Re: Tape Migration

Post by Premsank »

Thank you Anuj. Yes I'm from Application Team. I will get in touch with my TMS Team.
User avatar
Anuj Dhawan
Founder
Posts: 2801
Joined: Sun Apr 21, 2013 7:40 pm
Location: Mumbai, India
Contact:
India

Re: Tape Migration

Post by Anuj Dhawan »

Thanks - keep us posted when you get it going. :)
Thanks,
Anuj

Disclaimer: My comments on this website are my own and do not represent the opinions or suggestions of any other person or business entity, in any way.
Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Return to “SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.”