Re: OLD Manual - any one aware of something more current VSE to z/os

2016-11-07 Thread Frank Swarbrick
We migrated from z/VSE with DL/I 1.12 (I think) and CICS TS VSE 1.1.1 to z/OS, 
IMS DB (11?) and CICS TS 4.2 in May 2010.


It seems to me that we had a Redbook that dealt with DL/I to IMS specifically, 
but I can't find it anywhere... Or perhaps I'm confusing it with an IMS Primer 
Redbook...


From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> on behalf of 
August Carideo/RYE/US <august.cari...@avon.com>
Sent: Thursday, November 3, 2016 1:20 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: OLD Manual - any one aware of something more current VSE to z/os

Believe it or not I have kept this manual published in 1989  because some 
things never change especially concept wise.
I was wondering if anyone is aware of something more up to date, (was going to 
search the IBM red books) or any suggestions where else to look.
The Manual was from the Washington Systems Center, Technical Bulletin, 
GG66-3113-00, Enterprise and Application Enabling System Support
VSE to MVS Differences and Migration Guide
Has anyone recently performed a VSE to Z/os Migration ? which included DL/1
Thanks,
Augie


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: OLD Manual - any one aware of something more current VSE to z/os

2016-11-04 Thread Timothy Sipples
Michael O'Byrne wrote:
>When I was doing DOS to MVS conversions for IBM (30+ years ago) the
>recommendation would be to use IMS-DB to support DL/1 (hierarchical
>database mapped to hierarchical).   Today, I would recommend evaluating a
>conversion to DB2 or perhaps the use of a product which maps IMS DB to
>DB2.

Even if you decide to do that, you might prudently defer database
restructuring and data migration to Phase 2 (or Phase 3) of your overall
project, to keep your Phase 1 more concise and tractable.

Or Phase 1 could be the database only, and you leave some or all of the
applications in place at least during Phase 1. For example, you can license
the DB2 Client Edition separately on z/VSE, and then you can configure the
DB2 Client to store/retrieve data over in DB2 for z/OS. In this approach
you'd likely migrate the data to z/OS and make some comparatively small
code changes related to data access logic, but that would be the extent of
Phase 1. In Phase 2 you'd tackle other application-related work.

Another option is the z/VSE VSAM Redirector, to facilitate migration of
any/all VSAM data that z/VSE manages, typically to DB2 for z/OS. This
approach applies if you have z/VSE-based programs that access z/VSE-based
VSAM data. In Phase 1 you can move the data over into z/OS, but the
applications don't change and don't move. Then, in Phase 2, you start
moving some applications to z/OS if you wish, possibly with the aid of
IBM's CICS VSAM Transparency for z/OS.

There are also some interesting interoperability options between CICS
Transaction Server for z/VSE and CICS Transaction Server for z/OS that
could be quite useful. For example, you can use the z/VSE Connector Client
running on z/OS (with CICS Transaction Server for z/OS, most probably) so
that z/OS has real-time access to DL/I data over in z/VSE. In this approach
you could start moving some applications in Phase 1, gradually, but leave
the data (and any z/VSE-hosted applications that still need the data) in
place until Phase 2. If you plan and execute well (very possible), at some
point in Phase 2 your z/OS applications would start to store/retrieve
relocated data in z/OS instead of accessing z/VSE's DL/I data.

Anyway, there are a lot of interoperability options. If you decide you want
to move some applications and or data from z/VSE to z/OS, interoperability
is extremely helpful to smooth the path, to remove migration dependencies
(applications with data, data with applications), to reduce the migration
risks, and to provide the quickest delivery of whatever specific business
benefits you plan. (And if there are no real, achievable business benefits,
why bother? "Eyes on the prize.") I'm mentioning these interoperability
examples because they may be unfamiliar to many of you, and at least some
of them are newer and not mentioned in the older redbooks.


Timothy Sipples
IT Architect Executive, Industry Solutions, IBM z Systems, AP/GCG/MEA
E-Mail: sipp...@sg.ibm.com

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: OLD Manual - any one aware of something more current VSE to z/os

2016-11-03 Thread Michael O'Byrne
If you do a Google search on "dos to mvs conversion guide" you will find a 
number of references. 
SG24-2043 - VSE to OS/390 Migration Workbook appears to be a follow on 
manual to GG66-3113 and is available at the IBM Publications site for 
download (BookManager only).  If you add DL/1 to the search, you will get 
some information on DL/1 as well. 

When I was doing DOS to MVS conversions for IBM (30+ years ago) the 
recommendation would be to use IMS-DB to support DL/1 (hierarchical 
database mapped to hierarchical).   Today, I would recommend evaluating a 
conversion to DB2 or perhaps the use of a product which maps IMS DB to 
DB2. 



Michael C. O'Byrne
Senior Software Analyst - Enterprise Server
Foot Locker Corporate Services
7800 W Brown Deer Rd, Milwaukee, WI 53223
(414) 357-4094



From:   August Carideo/RYE/US <august.cari...@avon.com>
To: IBM-MAIN@listserv.ua.edu
Date:   11/03/2016 02:20 PM
Subject:        OLD Manual - any one aware of something more current VSE 
to z/os
Sent by:IBM Mainframe Discussion List <IBM-MAIN@listserv.ua.edu>



Believe it or not I have kept this manual published in 1989  because some 
things never change especially concept wise.
I was wondering if anyone is aware of something more up to date, (was 
going to search the IBM red books) or any suggestions where else to look.
The Manual was from the Washington Systems Center, Technical Bulletin, 
GG66-3113-00, Enterprise and Application Enabling System Support
VSE to MVS Differences and Migration Guide
Has anyone recently performed a VSE to Z/os Migration ? which included 
DL/1
Thanks,
Augie


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


FW: OLD Manual - any one aware of something more current VSE to z/os

2016-11-03 Thread August Carideo/RYE/US
Found this so far, it's a bit newer

http://www.redbooks.ibm.com/redbooks/pdfs/sg242043.pdf


Believe it or not I have kept this manual published in 1989  because some 
things never change especially concept wise.
I was wondering if anyone is aware of something more up to date, (was going to 
search the IBM red books) or any suggestions where else to look.
The Manual was from the Washington Systems Center, Technical Bulletin, 
GG66-3113-00, Enterprise and Application Enabling System Support
VSE to MVS Differences and Migration Guide
Has anyone recently performed a VSE to Z/os Migration ? which included DL/1
Thanks,
Augie


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


OLD Manual - any one aware of something more current VSE to z/os

2016-11-03 Thread August Carideo/RYE/US
Believe it or not I have kept this manual published in 1989  because some 
things never change especially concept wise.
I was wondering if anyone is aware of something more up to date, (was going to 
search the IBM red books) or any suggestions where else to look.
The Manual was from the Washington Systems Center, Technical Bulletin, 
GG66-3113-00, Enterprise and Application Enabling System Support
VSE to MVS Differences and Migration Guide
Has anyone recently performed a VSE to Z/os Migration ? which included DL/1
Thanks,
Augie


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN