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

How to convert MVS JCL to UNix Shell script..


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

New User


Joined: 23 Nov 2006
Posts: 22
Location: India

PostPosted: Wed Mar 28, 2012 10:01 am
Reply with quote

Hi,

Can you please assist in how to convert mainframe JCL in MVS into the Unix scripts. Please share any tools or sample procedures that I can use in my system.
Back to top
View user's profile Send private message
prino

Senior Member


Joined: 07 Feb 2009
Posts: 1306
Location: Vilnius, Lithuania

PostPosted: Wed Mar 28, 2012 11:51 am
Reply with quote

What have you done? What problems did you encounter? Why would we do your work for you? Maybe you can ask your employer to outsource this kind of work to countries where people spending a day reading a manual are still cheaper than using their own staff?
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: Thu Mar 29, 2012 8:51 pm
Reply with quote

Hello,

Once upon a time, i was the project lead for converting/migrating an IBM mainframe data center to UNIX. We found that many of the batch processes were quite similar. We made a few "model" scripts and cloned them as needed for the various "batch" processes.

What you really need is one (or more) analyst(s) who are fluent in both JCL and UNIX scripting. Keep in mind that while the functionality of a shell script can be the same as the original mainframe JCL, the mechanics are quite different. Also, many of the "things" used on the mainframe are not part of UNIX. The more the mainframe has custom utilities, the less likely there will be an available UNIX function - so these will have to be replaced or re-implemented on UNIX.

We decided that any tool would be as much or more work than simply converting the processes one-by-one once we had the model scripts working.
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 Need to convert date format DFSORT/ICETOOL 20
No new posts Keep leading zero(s) after convert fl... SYNCSORT 7
No new posts Creating Unix Directory using COBOL i... COBOL Programming 2
No new posts Convert single row multi cols to sing... DFSORT/ICETOOL 6
No new posts convert file from VB to FB and use tr... DFSORT/ICETOOL 8
Search our Forums:

Back to Top