How to manage mainframe scripts in RTC
Tony (Zhang Hong) Chen (1●3●2)
| asked Jul 24 '13, 10:44 p.m.
JAZZ DEVELOPER edited Jul 25 '13, 9:09 a.m. by Kevin Doyle (604●2●5)
I'm looking for suggestions or best practices to manage mainframe scripts, JCLs for example. I have some JCL which creates the VSAM files and loads data for my CICS application. I'd like to manage these JCLs in a version controls system so that I have version of my data schema and a small sized test data.
The question is that I'm not sure if the dependency build, package, deploy process applies as well. For application code, I uses dependency build to pull the code to PDS, compile it to load modules which then can be packaged and deployed to the test LPAR. For scripts, there's no need to compile, how do I load the scripts from RTC to mainframe? It looks like package and deploy should just work fine after that.
Any suggestions or known practices?
|
One answer
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.